commit | c4453e66130119d9f2947ee051d598aae6823d49 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Wed May 15 15:53:57 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Aug 30 16:30:26 2013 -0400 |
tree | c6e6451fbe4565205508c00f22fc214a63a70c26 | |
parent | 4df5ac2652d1ab9c15b7b11dbbd285157bcb5ee5 [diff] |
drm/radeon/dpm: add vce clocks to radeon_ps Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 11e6977..b6bac49 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h
@@ -1206,6 +1206,9 @@ /* UVD clocks */ u32 vclk; u32 dclk; + /* VCE clocks */ + u32 evclk; + u32 ecclk; /* asic priv */ void *ps_priv; };