Re: [PATCH 1/3] drm/amdgpu: add AVFS control to PP_FEATURE_MASK

2018-08-12 Thread Huang Rui
On Fri, Aug 10, 2018 at 01:24:52PM -0500, Alex Deucher wrote:
> Add a ppfeaturemask flag to disable AVFS control.
> 
> Signed-off-by: Alex Deucher 

Series are Reviewed-by: Huang Rui 

> ---
>  drivers/gpu/drm/amd/include/amd_shared.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/amd/include/amd_shared.h 
> b/drivers/gpu/drm/amd/include/amd_shared.h
> index 265621d8945c..86b167ec9863 100644
> --- a/drivers/gpu/drm/amd/include/amd_shared.h
> +++ b/drivers/gpu/drm/amd/include/amd_shared.h
> @@ -129,6 +129,7 @@ enum PP_FEATURE_MASK {
>   PP_GFXOFF_MASK = 0x8000,
>   PP_ACG_MASK = 0x1,
>   PP_STUTTER_MODE = 0x2,
> + PP_AVFS_MASK = 0x4,
>  };
>  
>  /**
> -- 
> 2.13.6
> 
> ___
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx


[PATCH 1/3] drm/amdgpu: add AVFS control to PP_FEATURE_MASK

2018-08-10 Thread Alex Deucher
Add a ppfeaturemask flag to disable AVFS control.

Signed-off-by: Alex Deucher 
---
 drivers/gpu/drm/amd/include/amd_shared.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/amd/include/amd_shared.h 
b/drivers/gpu/drm/amd/include/amd_shared.h
index 265621d8945c..86b167ec9863 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -129,6 +129,7 @@ enum PP_FEATURE_MASK {
PP_GFXOFF_MASK = 0x8000,
PP_ACG_MASK = 0x1,
PP_STUTTER_MODE = 0x2,
+   PP_AVFS_MASK = 0x4,
 };
 
 /**
-- 
2.13.6

___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx