summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/ci_dpm.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2013-08-26 09:43:24 -0400
committerAlex Deucher <alexander.deucher@amd.com>2013-08-30 16:31:06 -0400
commit47acb1ff9b12b7121a9f8d7589d9ad88dafa603c (patch)
tree53fe6525675f5667b7283f009bdb06aa706859e0 /drivers/gpu/drm/radeon/ci_dpm.h
parent9597fe1e6aa4a1626502b03770255345ec5a2ed7 (diff)
downloadop-kernel-dev-47acb1ff9b12b7121a9f8d7589d9ad88dafa603c.zip
op-kernel-dev-47acb1ff9b12b7121a9f8d7589d9ad88dafa603c.tar.gz
drm/radeon/dpm: track uvd gated state for ci
Track the current uvd gated state on CI to avoid unnecessary state changes when uvd is active. Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/ci_dpm.h')
-rw-r--r--drivers/gpu/drm/radeon/ci_dpm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/ci_dpm.h b/drivers/gpu/drm/radeon/ci_dpm.h
index de504b5..93bbed9 100644
--- a/drivers/gpu/drm/radeon/ci_dpm.h
+++ b/drivers/gpu/drm/radeon/ci_dpm.h
@@ -279,6 +279,7 @@ struct ci_power_info {
bool enable_pkg_pwr_tracking_feature;
bool use_pcie_performance_levels;
bool use_pcie_powersaving_levels;
+ bool uvd_power_gated;
/* driver states */
struct radeon_ps current_rps;
struct ci_ps current_ps;
OpenPOWER on IntegriCloud