diff options
author | Alex Deucher | 2013-05-15 15:53:57 -0400 |
---|---|---|
committer | Alex Deucher | 2013-08-30 16:30:26 -0400 |
commit | c4453e66130119d9f2947ee051d598aae6823d49 (patch) | |
tree | c6e6451fbe4565205508c00f22fc214a63a70c26 | |
parent | 4df5ac2652d1ab9c15b7b11dbbd285157bcb5ee5 (diff) |
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; }; |