diff options
author | Rex Zhu <Rex.Zhu@amd.com> | 2016-12-09 00:27:27 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-12-15 15:16:25 -0500 |
commit | 398d82ccbd8b97e67d2503f09345de5d63a80c56 (patch) | |
tree | 8c8e5e3799ab8d57652ef18355ff70b3d784f815 | |
parent | ad1830d504d85233392215c9966e5876b99c481e (diff) |
drm/amdgpu: add new gfx cg flags.
Signed-off-by: Rex Zhu <Rex.Zhu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r-- | drivers/gpu/drm/amd/include/amd_shared.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/include/amd_shared.h b/drivers/gpu/drm/amd/include/amd_shared.h index d1986276dbbd..c02469ada9f1 100644 --- a/drivers/gpu/drm/amd/include/amd_shared.h +++ b/drivers/gpu/drm/amd/include/amd_shared.h | |||
@@ -126,6 +126,10 @@ enum amd_vce_level { | |||
126 | #define AMD_CG_SUPPORT_HDP_LS (1 << 15) | 126 | #define AMD_CG_SUPPORT_HDP_LS (1 << 15) |
127 | #define AMD_CG_SUPPORT_HDP_MGCG (1 << 16) | 127 | #define AMD_CG_SUPPORT_HDP_MGCG (1 << 16) |
128 | #define AMD_CG_SUPPORT_ROM_MGCG (1 << 17) | 128 | #define AMD_CG_SUPPORT_ROM_MGCG (1 << 17) |
129 | #define AMD_CG_SUPPORT_DRM_LS (1 << 18) | ||
130 | #define AMD_CG_SUPPORT_BIF_MGCG (1 << 19) | ||
131 | #define AMD_CG_SUPPORT_GFX_3D_CGCG (1 << 20) | ||
132 | #define AMD_CG_SUPPORT_GFX_3D_CGLS (1 << 21) | ||
129 | 133 | ||
130 | /* PG flags */ | 134 | /* PG flags */ |
131 | #define AMD_PG_SUPPORT_GFX_PG (1 << 0) | 135 | #define AMD_PG_SUPPORT_GFX_PG (1 << 0) |