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

Commit 4fae91c5 authored by Alex Deucher's avatar Alex Deucher
Browse files

drm/amdgpu: add new CG flag for ROM clockgating

parent 98c2872a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -104,6 +104,7 @@ enum amd_powergating_state {
#define AMD_CG_SUPPORT_VCE_MGCG			(1 << 14)
#define AMD_CG_SUPPORT_HDP_LS			(1 << 15)
#define AMD_CG_SUPPORT_HDP_MGCG			(1 << 16)
#define AMD_CG_SUPPORT_ROM_MGCG			(1 << 17)

/* PG flags */
#define AMD_PG_SUPPORT_GFX_PG			(1 << 0)