diff options
author | Huang Rui <ray.huang@amd.com> | 2017-01-17 05:18:31 +0300 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-03-30 06:53:42 +0300 |
commit | c773a632a965ec05b933f53b85f0bba86f978b25 (patch) | |
tree | 371272e217c423d860bd8ec2b6c2b73f39b63fa9 /drivers/gpu/drm/amd/include/amd_shared.h | |
parent | e929c98d2e3305b6e45e9deeca1cc952dd2e3420 (diff) | |
download | linux-c773a632a965ec05b933f53b85f0bba86f978b25.tar.xz |
drm/amdgpu: add DF MGCG flag
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>
Diffstat (limited to 'drivers/gpu/drm/amd/include/amd_shared.h')
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index 13acc52a5841..4f6187989678 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h @@ -158,6 +158,7 @@ struct amd_pp_profile { #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) +#define AMD_CG_SUPPORT_DF_MGCG (1 << 23) /* PG flags */ #define AMD_PG_SUPPORT_GFX_PG (1 << 0) |