RE: [PATCH 1/2] drm/powerplay: Add smu set xgmi pstate interface

2019-04-09 Thread Quan, Evan
gt; To: amd-gfx@lists.freedesktop.org > Cc: Liu, Shaoyun > Subject: [PATCH 1/2] drm/powerplay: Add smu set xgmi pstate interface > > XGMI pstate is controlled by SMU, driver need this interface to communicate > with SMU > > Change-Id: I3a30797332557725d48d392bea0c9d59e2d0e427 > Signed-off

Re: [PATCH 1/2] drm/powerplay: Add smu set xgmi pstate interface

2019-04-09 Thread Liu, Shaoyun
ping On 2019-04-05 12:01 p.m., Liu, Shaoyun wrote: > XGMI pstate is controlled by SMU, driver need this interface to communicate > with SMU > > Change-Id: I3a30797332557725d48d392bea0c9d59e2d0e427 > Signed-off-by: shaoyunl > --- > drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 4 > driv

Re: [PATCH 1/2] drm/powerplay: Add smu set xgmi pstate interface

2019-04-08 Thread Liu, Shaoyun
ping On 2019-04-05 12:01 p.m., Liu, Shaoyun wrote: > XGMI pstate is controlled by SMU, driver need this interface to communicate > with SMU > > Change-Id: I3a30797332557725d48d392bea0c9d59e2d0e427 > Signed-off-by: shaoyunl > --- > drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 4 > driv

[PATCH 1/2] drm/powerplay: Add smu set xgmi pstate interface

2019-04-05 Thread Liu, Shaoyun
XGMI pstate is controlled by SMU, driver need this interface to communicate with SMU Change-Id: I3a30797332557725d48d392bea0c9d59e2d0e427 Signed-off-by: shaoyunl --- drivers/gpu/drm/amd/powerplay/inc/amdgpu_smu.h | 4 drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 8 2 files chan