> -----Original Message-----
> From: amd-gfx [mailto:amd-gfx-boun...@lists.freedesktop.org] On Behalf
> Of Chengming Gui
> Sent: Monday, April 22, 2019 5:05 PM
> To: amd-gfx@lists.freedesktop.org
> Cc: Gui, Jack <jack....@amd.com>
> Subject: [PATCH] drm/amd/powerplay: enable UMDPSTATE support on
> raven2
> 

Please describe this patch here, and don't leave it empty.
With that fixed, please add
Reviewed-by: Huang Rui <ray.hu...@amd.com>

> Signed-off-by: Chengming Gui <jack....@amd.com>
> ---
>  drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
> b/drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
> index b508b72..c2fa6bc 100644
> --- a/drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
> +++ b/drivers/gpu/drm/amd/powerplay/hwmgr/smu10_hwmgr.c
> @@ -582,11 +582,6 @@ static int smu10_dpm_force_dpm_level(struct
> pp_hwmgr *hwmgr,
>               return 0;
>       }
> 
> -     /* Disable UMDPSTATE support on rv2 temporarily */
> -     if ((adev->asic_type == CHIP_RAVEN) &&
> -         (adev->rev_id >= 8))
> -             return 0;
> -
>       if (min_sclk < data->gfx_min_freq_limit)
>               min_sclk = data->gfx_min_freq_limit;
> 
> --
> 2.7.4
> 
> _______________________________________________
> 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

Reply via email to