Re: [PATCH 2/2] drm/amd/powerplay: bug fixs for getsmuclockinfo

2018-05-29 Thread Huang Rui
On Mon, May 28, 2018 at 09:11:04AM +0800, Evan Quan wrote: > The .syspll_id and .dfsdid are not initialzed correctly. And > le32_to_cpu transfer is needed on the output. > > Signed-off-by: Evan Quan > Reviewed-by: Huang Rui > Change-Id: I491e70b276554f38e1a296970892347474814e75 > --- >

[PATCH 2/2] drm/amd/powerplay: bug fixs for getsmuclockinfo

2018-05-27 Thread Evan Quan
The .syspll_id and .dfsdid are not initialzed correctly. And le32_to_cpu transfer is needed on the output. Signed-off-by: Evan Quan Change-Id: I491e70b276554f38e1a296970892347474814e75 --- drivers/gpu/drm/amd/powerplay/hwmgr/ppatomfwctrl.c | 4 +++- 1 file changed, 3