> -----Original Message-----
> From: Evan Quan [mailto:[email protected]]
> Sent: Friday, September 29, 2017 9:10 PM
> To: [email protected]
> Cc: Deucher, Alexander; Zhang, Jerry; Quan, Evan
> Subject: [PATCH 1/4] drm/amd/powerplay: added new raven ppsmc
> messages
> 
> Change-Id: I598f8ab583fc9c7045a4852d6972df90a82f7472
> Signed-off-by: Evan Quan <[email protected]>

Reviewed-by: Alex Deucher <[email protected]>

> ---
>  drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h | 7 ++++++-
>  1 file changed, 6 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
> b/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
> index 901c960c..2b34971 100644
> --- a/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
> +++ b/drivers/gpu/drm/amd/powerplay/inc/rv_ppsmc.h
> @@ -70,7 +70,12 @@
>  #define PPSMC_MSG_SetPhyclkVoltageByFreq        0x26
>  #define PPSMC_MSG_SetDppclkVoltageByFreq        0x27
>  #define PPSMC_MSG_SetSoftMinVcn                 0x28
> -#define PPSMC_Message_Count                     0x29
> +#define PPSMC_MSG_GetGfxclkFrequency            0x2A
> +#define PPSMC_MSG_GetFclkFrequency              0x2B
> +#define PPSMC_MSG_GetMinGfxclkFrequency         0x2C
> +#define PPSMC_MSG_GetMaxGfxclkFrequency         0x2D
> +#define PPSMC_MSG_SoftReset                     0x2E
> +#define PPSMC_Message_Count                     0x2F
> 
> 
>  typedef uint16_t PPSMC_Result;
> --
> 2.7.4

_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to