mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 06:05:06 +00:00
drm/amdgpu: add DRM MGCG header
Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
bbf282d884
commit
e929c98d2e
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ struct amd_pp_profile {
|
|||
#define AMD_CG_SUPPORT_BIF_MGCG (1 << 19)
|
||||
#define AMD_CG_SUPPORT_GFX_3D_CGCG (1 << 20)
|
||||
#define AMD_CG_SUPPORT_GFX_3D_CGLS (1 << 21)
|
||||
#define AMD_CG_SUPPORT_DRM_MGCG (1 << 22)
|
||||
|
||||
/* PG flags */
|
||||
#define AMD_PG_SUPPORT_GFX_PG (1 << 0)
|
||||
|
|
Loading…
Add table
Reference in a new issue