mirror of https://gitee.com/openkylin/linux.git
drm/radeon/dpm: add vce clocks to radeon_ps
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
4df5ac2652
commit
c4453e6613
|
@ -1206,6 +1206,9 @@ struct radeon_ps {
|
|||
/* UVD clocks */
|
||||
u32 vclk;
|
||||
u32 dclk;
|
||||
/* VCE clocks */
|
||||
u32 evclk;
|
||||
u32 ecclk;
|
||||
/* asic priv */
|
||||
void *ps_priv;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue