Skip to content

Commit

Permalink
drm/radeon/dpm: add vce clocks to radeon_ps
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
  • Loading branch information
Alex Deucher committed Aug 30, 2013
1 parent 4df5ac2 commit c4453e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions drivers/gpu/drm/radeon/radeon.h
Original file line number Diff line number Diff line change
Expand Up @@ -1206,6 +1206,9 @@ struct radeon_ps {
/* UVD clocks */
u32 vclk;
u32 dclk;
/* VCE clocks */
u32 evclk;
u32 ecclk;
/* asic priv */
void *ps_priv;
};
Expand Down

0 comments on commit c4453e6

Please sign in to comment.