1
0
Fork 0

drm/radeon/dpm: add vce clocks to radeon_ps

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
hifive-unleashed-5.1
Alex Deucher 2013-05-15 15:53:57 -04:00
parent 4df5ac2652
commit c4453e6613
1 changed files with 3 additions and 0 deletions

View File

@ -1206,6 +1206,9 @@ struct radeon_ps {
/* UVD clocks */
u32 vclk;
u32 dclk;
/* VCE clocks */
u32 evclk;
u32 ecclk;
/* asic priv */
void *ps_priv;
};