Re: [PATCH 11/13] drm/amd/powerplay: set vega12 pre display configurations

2018-06-19 Thread Alex Deucher
On Tue, Jun 19, 2018 at 3:39 AM, Evan Quan wrote: > PPSMC_MSG_NumOfDisplays is set as 0 and uclk is forced as > highest. Adjust the commit message to make it clear that you set num_displays to 0 and force uclk high as part of the mode set dequence. With that fixed: Acked-by: Alex Deucher > >

[PATCH 11/13] drm/amd/powerplay: set vega12 pre display configurations

2018-06-19 Thread Evan Quan
PPSMC_MSG_NumOfDisplays is set as 0 and uclk is forced as highest. Change-Id: I2400279d3c979d99f4dd4b8d53f051cd8f8e0c33 Signed-off-by: Evan Quan --- drivers/gpu/drm/amd/powerplay/hwmgr/vega12_hwmgr.c | 41 ++ 1 file changed, 41 insertions(+) diff --git