RE: [PATCH] drm/amd/powerplay: move maximum sustainable clock retrieving to .hw_init

2020-06-08 Thread Cui, Flora
[AMD Public Use] Reported-and-tested-by: Flora Cui From: Deucher, Alexander Sent: Monday, June 8, 2020 11:02 PM To: Quan, Evan ; amd-gfx@lists.freedesktop.org Cc: Cui, Flora Subject: Re: [PATCH] drm/amd/powerplay: move maximum sustainable clock retrieving to .hw_init [AMD Public Use

Re: [PATCH] drm/amd/powerplay: move maximum sustainable clock retrieving to .hw_init

2020-06-08 Thread Deucher, Alexander
[AMD Public Use] Acked-by: Alex Deucher From: Quan, Evan Sent: Monday, June 8, 2020 6:46 AM To: amd-gfx@lists.freedesktop.org Cc: Deucher, Alexander ; Quan, Evan ; Cui, Flora Subject: [PATCH] drm/amd/powerplay: move maximum sustainable clock retrieving

[PATCH] drm/amd/powerplay: move maximum sustainable clock retrieving to .hw_init

2020-06-08 Thread Evan Quan
Since DAL settings come between .hw_init and .late_init of SMU. And DAL needs to know the maximum sustainable clocks. Change-Id: I0702b7332a0d7c0b29dfdf4999c18efb588b8862 Signed-off-by: Evan Quan Reported-by: Flora Cui --- drivers/gpu/drm/amd/powerplay/amdgpu_smu.c | 19 +-- 1