[Intel-xe] [PATCH 0/4] Fix display integration for ATS-M

Lucas De Marchi lucas.demarchi at intel.com
Wed May 10 19:54:20 UTC 2023


The current way we enable/disable display works for platforms that never
have it, like PVC. However, ATS-M breaks as it's actually handled in the
driver as a "DG2 without display".  Annotate the platforms descriptions
so this can be used to know when to enable/disable support.

A few changes are also done here and there to clarify the driver/device
separation on the init phase.

Lucas De Marchi (4):
  fixup! drm/xe/display: Implement display support
  drm/xe: Annotate desc of platforms with display
  drm/xe/display: Consider has_display to enable it
  drm/xe/display: Use xe_display_driver prefix

 drivers/gpu/drm/xe/xe_device.c  |  5 +---
 drivers/gpu/drm/xe/xe_display.c | 48 ++++++++++++++++++++-------------
 drivers/gpu/drm/xe/xe_display.h | 46 ++++++++++++++++---------------
 drivers/gpu/drm/xe/xe_pci.c     | 27 ++++++++++++++++---
 4 files changed, 78 insertions(+), 48 deletions(-)

-- 
2.40.1



More information about the Intel-xe mailing list