aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorHawking Zhang <Hawking.Zhang@amd.com>2017-06-19 02:39:02 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-06-29 12:43:46 -0400
commitf8386b3521f2d97bc782c545a9ab1a10ff260d25 (patch)
tree69ba242cb94d47f06ac9e99fbd8e2ac6db1aab7e /drivers/gpu/drm/amd/include/amd_shared.h
parenta95890b45fcf982b34a0357793499ed44f15ddd9 (diff)
drm/amdgpu: add new flag AMD_PG_SUPPORT_MMHUB
Signed-off-by: Hawking Zhang <Hawking.Zhang@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.h1
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 beb2a81ab7da..70e8c20acb2f 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -184,6 +184,7 @@ enum amd_fan_ctrl_mode {
184#define AMD_PG_SUPPORT_SAMU (1 << 10) 184#define AMD_PG_SUPPORT_SAMU (1 << 10)
185#define AMD_PG_SUPPORT_GFX_QUICK_MG (1 << 11) 185#define AMD_PG_SUPPORT_GFX_QUICK_MG (1 << 11)
186#define AMD_PG_SUPPORT_GFX_PIPELINE (1 << 12) 186#define AMD_PG_SUPPORT_GFX_PIPELINE (1 << 12)
187#define AMD_PG_SUPPORT_MMHUB (1 << 13)
187 188
188enum amd_pm_state_type { 189enum amd_pm_state_type {
189 /* not used for dpm */ 190 /* not used for dpm */