diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2013-05-15 21:53:57 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2013-08-30 22:30:26 +0200 |
commit | c4453e66130119d9f2947ee051d598aae6823d49 (patch) | |
tree | c6e6451fbe4565205508c00f22fc214a63a70c26 | |
parent | drm/radeon: add r600_get_pcie_lane_support helper (diff) | |
download | linux-c4453e66130119d9f2947ee051d598aae6823d49.tar.xz linux-c4453e66130119d9f2947ee051d598aae6823d49.zip |
drm/radeon/dpm: add vce clocks to radeon_ps
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/radeon/radeon.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 11e69770c015..b6bac497f001 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -1206,6 +1206,9 @@ struct radeon_ps { /* UVD clocks */ u32 vclk; u32 dclk; + /* VCE clocks */ + u32 evclk; + u32 ecclk; /* asic priv */ void *ps_priv; }; |