[Intel-xe] [PATCH 0/6] Disabling display with modparam.
Rodrigo Vivi
rodrigo.vivi at intel.com
Fri Feb 3 20:27:36 UTC 2023
These patches here are already reviewed and ready for
getting merged. But I will hold on the pending ones
so we don't have to deal with rebase conflicts.
Mauro Carvalho Chehab (6):
drm/xe: allow disabling display at modprobe time
drm/xe: place all modprobe parameters at the same place
drm/xe: move XE_DISPLAY to the Kconfig
drm/xe: move xe device display logic to a separate file
drm/xe: move xe IRQ-related display logic to xe_display.c
drm/xe: move xe PM-related display logic to xe_display.c
drivers/gpu/drm/xe/Kconfig | 8 +
drivers/gpu/drm/xe/Kconfig.debug | 7 -
drivers/gpu/drm/xe/Makefile | 1 +
drivers/gpu/drm/xe/xe_device.c | 184 ++-------------
drivers/gpu/drm/xe/xe_device_types.h | 2 +
drivers/gpu/drm/xe/xe_display.c | 323 +++++++++++++++++++++++++++
drivers/gpu/drm/xe/xe_display.h | 85 +++++++
drivers/gpu/drm/xe/xe_guc_log.c | 5 +-
drivers/gpu/drm/xe/xe_irq.c | 36 +--
drivers/gpu/drm/xe/xe_mmio.c | 5 +-
drivers/gpu/drm/xe/xe_module.c | 22 ++
drivers/gpu/drm/xe/xe_module.h | 13 ++
drivers/gpu/drm/xe/xe_pci.c | 13 +-
drivers/gpu/drm/xe/xe_pm.c | 109 +--------
14 files changed, 490 insertions(+), 323 deletions(-)
create mode 100644 drivers/gpu/drm/xe/xe_display.c
create mode 100644 drivers/gpu/drm/xe/xe_display.h
create mode 100644 drivers/gpu/drm/xe/xe_module.h
--
2.39.1
More information about the Intel-xe
mailing list