Re: [PATCH] drm/amd/display: Fix bug use wrong pp interface

2018-08-15 Thread Huang Rui
; Cc: Zhu, Rex > Subject: [PATCH] drm/amd/display: Fix bug use wrong pp interface > > Used wrong pp interface, the original interface is > exposed by dpm on SI and paritial CI. > > Pointed out by Francis David > We can write the comment as below: Reported-by: Francis David

Re: [PATCH] drm/amd/display: Fix bug use wrong pp interface

2018-08-15 Thread Deucher, Alexander
Acked-by: Alex Deucher From: amd-gfx on behalf of Rex Zhu Sent: Wednesday, August 15, 2018 11:42:39 PM To: amd-gfx@lists.freedesktop.org; Francis, David Cc: Zhu, Rex Subject: [PATCH] drm/amd/display: Fix bug use wrong pp interface Used wrong pp interface

[PATCH] drm/amd/display: Fix bug use wrong pp interface

2018-08-15 Thread Rex Zhu
Used wrong pp interface, the original interface is exposed by dpm on SI and paritial CI. Pointed out by Francis David Signed-off-by: Rex Zhu --- drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_pp_smu.c | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git