OSDN Git Service

drm/i915/ats-m: add ATS-M platform info
authorMatt Roper <matthew.d.roper@intel.com>
Tue, 29 Mar 2022 00:08:21 +0000 (17:08 -0700)
committerMatt Roper <matthew.d.roper@intel.com>
Tue, 29 Mar 2022 19:57:59 +0000 (12:57 -0700)
commit412c942bdfae114bd3e1570936cef59d5aeb4f54
tree6ae5c8eb348b3abcf16a160a94908384e89947fd
parent756b807f6a3e01d238c346925006cdfd6a59e341
drm/i915/ats-m: add ATS-M platform info

ATS-M is a server platform based on Xe_HPG and Xe_HPM, but without
display support.  From a driver point of view, it's easiest to just
handle it as DG2 (including identifying as PLATFORM_DG2), but with the
display disabled in the device info.

Signed-off-by: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220329000822.1323195-1-matthew.d.roper@intel.com
drivers/gpu/drm/i915/i915_pci.c