Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c4453e66 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/radeon/dpm: add vce clocks to radeon_ps

parent 4df5ac26
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1206,6 +1206,9 @@ struct radeon_ps {
	/* UVD clocks */
	u32 vclk;
	u32 dclk;
	/* VCE clocks */
	u32 evclk;
	u32 ecclk;
	/* asic priv */
	void *ps_priv;
};