Commit c4453e66 authored by Alex Deucher's avatar Alex Deucher

drm/radeon/dpm: add vce clocks to radeon_ps

Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 4df5ac26
...@@ -1206,6 +1206,9 @@ struct radeon_ps { ...@@ -1206,6 +1206,9 @@ struct radeon_ps {
/* UVD clocks */ /* UVD clocks */
u32 vclk; u32 vclk;
u32 dclk; u32 dclk;
/* VCE clocks */
u32 evclk;
u32 ecclk;
/* asic priv */ /* asic priv */
void *ps_priv; void *ps_priv;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment