Re: [PATCH 4/4] drm/amdgpu: drop runpm from amdgpu_device structure

2022-07-14 Thread Lazar, Lijo
On 7/14/2022 2:13 PM, Guchun Chen wrote: It's redundant, as now switching to rpm_mode to indicate runtime power management mode. Suggested-by: Lijo Lazar Signed-off-by: Guchun Chen Series is: Reviewed-by: Lijo Lazar Thanks, Lijo --- drivers/gpu/drm/amd/amdgpu/amdgpu.h |

RE: [PATCH 4/4] drm/amdgpu: drop runpm from amdgpu_device structure

2022-07-14 Thread Quan, Evan
, Kenneth > Cc: Chen, Guchun > Subject: [PATCH 4/4] drm/amdgpu: drop runpm from amdgpu_device > structure > > It's redundant, as now switching to rpm_mode to indicate > runtime power management mode. > > Suggested-by: Lijo Lazar > Signed-off-by: Guchun Chen

[PATCH 4/4] drm/amdgpu: drop runpm from amdgpu_device structure

2022-07-14 Thread Guchun Chen
It's redundant, as now switching to rpm_mode to indicate runtime power management mode. Suggested-by: Lijo Lazar Signed-off-by: Guchun Chen --- drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 - drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | 10 +- drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c | 23 +