aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/include/amd_shared.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2018-11-11 04:20:48 +1000
committerDave Airlie <airlied@redhat.com>2018-11-11 04:23:02 +1000
commit73b6f96cbc0162787bcbdac5f538167084c8d605 (patch)
treed0de46a88a60c248e96dd274eb52c17f3124eb4f /drivers/gpu/drm/amd/include/amd_shared.h
parentMerge tag 'drm-misc-fixes-2018-11-07' of git://anongit.freedesktop.org/drm/dr... (diff)
parentdrm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder() (diff)
downloadlinux-73b6f96cbc0162787bcbdac5f538167084c8d605.tar.gz
linux-73b6f96cbc0162787bcbdac5f538167084c8d605.zip
Merge branch 'drm-fixes-4.20' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
Fixes for 4.20: - DC MST fixes - DC FBC fix - Vega20 updates to support the latest vbios - KFD type fixes for ioctl headers Signed-off-by: Dave Airlie <airlied@redhat.com> From: Alex Deucher <alexdeucher@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20181108035551.2904-1-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.h4
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 2083c308007c..470d7b89071a 100644
--- a/drivers/gpu/drm/amd/include/amd_shared.h
+++ b/drivers/gpu/drm/amd/include/amd_shared.h
@@ -133,6 +133,10 @@ enum PP_FEATURE_MASK {
PP_AVFS_MASK = 0x40000,
};
+enum DC_FEATURE_MASK {
+ DC_FBC_MASK = 0x1,
+};
+
/**
* struct amd_ip_funcs - general hooks for managing amdgpu IP Blocks
*/