aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorGuchun Chen <[email protected]>2022-07-14 08:37:29 +0000
committerAlex Deucher <[email protected]>2022-07-18 20:42:39 +0000
commit9c913f38032e873758d1b13fce720a0c2cbbfcb7 (patch)
tree180d1222c729f7443adf3be1c992283e8fe20c08 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu: drop runtime pm disablement quirk on several sienna cichlid cards (diff)
downloadkernel-9c913f38032e873758d1b13fce720a0c2cbbfcb7.tar.gz
kernel-9c913f38032e873758d1b13fce720a0c2cbbfcb7.zip
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 <[email protected]> Signed-off-by: Guchun Chen <[email protected]> Reviewed-by: Lijo Lazar <[email protected]> Reviewed-by: Evan Quan <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 2871a3e3801f..3aa8ae1bc35a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1011,7 +1011,6 @@ struct amdgpu_device {
uint64_t df_perfmon_config_assign_mask[AMDGPU_MAX_DF_PERFMONS];
/* enable runtime pm on the device */
- bool runpm;
bool in_runpm;
bool has_pr3;