aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2021-07-22 09:23:00 -0700
committerMatt Roper <matthew.d.roper@intel.com>2021-07-22 09:23:00 -0700
commitc86fc48a2463cd9bd3131eff9ef7547110bb4774 (patch)
tree192fbe364aa319ba41b6b14f9bd0a8b0660ffe64 /drivers/gpu/drm/i915/intel_device_info.c
parentdrm/i915: Make display workaround upper bounds exclusive (diff)
parentdrm/i915/dg2: add DG2 platform info (diff)
downloadlinux-dev-c86fc48a2463cd9bd3131eff9ef7547110bb4774.tar.xz
linux-dev-c86fc48a2463cd9bd3131eff9ef7547110bb4774.zip
Merge branch 'topic/xehp-dg2-definitions-2021-07-21' into drm-intel-next
As we begin applying XeHP and DG2 patches, the basic platform definitions and macros (like IS_DG2()) will be needed in both drm-intel-next and drm-intel-gt-next. Those initial definition patches are applied to a topic branch and merged to both trees. Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_device_info.c')
-rw-r--r--drivers/gpu/drm/i915/intel_device_info.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
index 5c83b2ec69da..d5cf5977938a 100644
--- a/drivers/gpu/drm/i915/intel_device_info.c
+++ b/drivers/gpu/drm/i915/intel_device_info.c
@@ -68,6 +68,8 @@ static const char * const platform_names[] = {
PLATFORM_NAME(DG1),
PLATFORM_NAME(ALDERLAKE_S),
PLATFORM_NAME(ALDERLAKE_P),
+ PLATFORM_NAME(XEHPSDV),
+ PLATFORM_NAME(DG2),
};
#undef PLATFORM_NAME