> -----Original Message-----
> From: amd-gfx [mailto:[email protected]] On Behalf
> Of Rex Zhu
> Sent: Wednesday, May 31, 2017 8:16 AM
> To: [email protected]
> Cc: Zhu, Rex
> Subject: [PATCH 4/4] drm/amd/powerplay: enable CKS by default on vega10.
> 
> Change-Id: I0e41ec0fb9987c73bd38a7eaf8173b5ec5c50734
> Signed-off-by: Rex Zhu <[email protected]>

Assuming this is finally stable:
Reviewed-by: Alex Deucher <[email protected]>

> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
> b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
> index 971f789..43812d2 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c
> @@ -124,7 +124,7 @@ static void vega10_set_default_registry_data(struct
> pp_hwmgr *hwmgr)
>       }
> 
>       data->registry_data.clock_stretcher_support =
> -                     hwmgr->feature_mask &
> PP_CLOCK_STRETCH_MASK ? false : true;
> +                     hwmgr->feature_mask &
> PP_CLOCK_STRETCH_MASK ? true : false;
> 
>       data->registry_data.ulv_support =
>                       hwmgr->feature_mask & PP_ULV_MASK ? true :
> false;
> --
> 1.9.1
> 
> _______________________________________________
> amd-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

Reply via email to