diff options
author | Clinton Taylor <Clinton.A.Taylor@intel.com> | 2021-05-06 19:19:23 +0300 |
---|---|---|
committer | Imre Deak <imre.deak@intel.com> | 2021-05-07 10:51:42 +0300 |
commit | bdd27cad22379a665fe246a0f9b37acb502df0fe (patch) | |
tree | 960c8c162b0c583f062346b411c5607b2de684fa /drivers/gpu/drm/i915/intel_device_info.h | |
parent | 760759f2cf711be86f360e6a7cdd01a9d4252b8e (diff) |
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.h')
-rw-r--r-- | drivers/gpu/drm/i915/intel_device_info.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/intel_device_info.h b/drivers/gpu/drm/i915/intel_device_info.h index 6aefe4fde197..e98b36959736 100644 --- a/drivers/gpu/drm/i915/intel_device_info.h +++ b/drivers/gpu/drm/i915/intel_device_info.h @@ -87,6 +87,7 @@ enum intel_platform { INTEL_ROCKETLAKE, INTEL_DG1, INTEL_ALDERLAKE_S, + INTEL_ALDERLAKE_P, INTEL_MAX_PLATFORMS }; |