aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_device_info.c
diff options
context:
space:
mode:
authorClinton Taylor <Clinton.A.Taylor@intel.com>2021-05-06 19:19:23 +0300
committerImre Deak <imre.deak@intel.com>2021-05-07 10:51:42 +0300
commitbdd27cad22379a665fe246a0f9b37acb502df0fe (patch)
tree960c8c162b0c583f062346b411c5607b2de684fa /drivers/gpu/drm/i915/intel_device_info.c
parentdrm/i915/adl_p: Add PCI Devices IDs (diff)
downloadlinux-dev-bdd27cad22379a665fe246a0f9b37acb502df0fe.tar.xz
linux-dev-bdd27cad22379a665fe246a0f9b37acb502df0fe.zip
drm/i915/adl_p: ADL_P device info enabling
Add ADL-P to the device_info table and support MACROS. Bspec: 49185, 55372, 55373 Cc: Matt Atwood <matthew.s.atwood@intel.com> Cc: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Clinton Taylor <Clinton.A.Taylor@intel.com> Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com> Signed-off-by: Imre Deak <imre.deak@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20210506161930.309688-4-imre.deak@intel.com
Diffstat (limited to 'drivers/gpu/drm/i915/intel_device_info.c')
-rw-r--r--drivers/gpu/drm/i915/intel_device_info.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_device_info.c b/drivers/gpu/drm/i915/intel_device_info.c
index 6a351a709417..3b975ce1ff59 100644
--- a/drivers/gpu/drm/i915/intel_device_info.c
+++ b/drivers/gpu/drm/i915/intel_device_info.c
@@ -67,6 +67,7 @@ static const char * const platform_names[] = {
PLATFORM_NAME(ROCKETLAKE),
PLATFORM_NAME(DG1),
PLATFORM_NAME(ALDERLAKE_S),
+ PLATFORM_NAME(ALDERLAKE_P),
};
#undef PLATFORM_NAME