diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h b/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h index dd6203a0a6b7..9acfbee91c40 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_dpm.h | |||
@@ -402,7 +402,6 @@ struct amdgpu_dpm { | |||
402 | u32 tdp_adjustment; | 402 | u32 tdp_adjustment; |
403 | u16 load_line_slope; | 403 | u16 load_line_slope; |
404 | bool power_control; | 404 | bool power_control; |
405 | bool ac_power; | ||
406 | /* special states active */ | 405 | /* special states active */ |
407 | bool thermal_active; | 406 | bool thermal_active; |
408 | bool uvd_active; | 407 | bool uvd_active; |
@@ -439,6 +438,7 @@ struct amdgpu_pm { | |||
439 | struct amd_pp_display_configuration pm_display_cfg;/* set by dc */ | 438 | struct amd_pp_display_configuration pm_display_cfg;/* set by dc */ |
440 | uint32_t smu_prv_buffer_size; | 439 | uint32_t smu_prv_buffer_size; |
441 | struct amdgpu_bo *smu_prv_buffer; | 440 | struct amdgpu_bo *smu_prv_buffer; |
441 | bool ac_power; | ||
442 | }; | 442 | }; |
443 | 443 | ||
444 | #define R600_SSTU_DFLT 0 | 444 | #define R600_SSTU_DFLT 0 |