Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Intel-xe] [PATCH 0/6] Disabling display with modparam.
@ 2023-02-03 20:27 Rodrigo Vivi
  2023-02-03 20:27 ` [Intel-xe] [PATCH 1/6] drm/xe: allow disabling display at modprobe time Rodrigo Vivi
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Rodrigo Vivi @ 2023-02-03 20:27 UTC (permalink / raw)
  To: intel-xe; +Cc: Rodrigo Vivi

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


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2023-02-27 12:11 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-03 20:27 [Intel-xe] [PATCH 0/6] Disabling display with modparam Rodrigo Vivi
2023-02-03 20:27 ` [Intel-xe] [PATCH 1/6] drm/xe: allow disabling display at modprobe time Rodrigo Vivi
2023-02-16 13:19   ` Jani Nikula
2023-02-17 20:03     ` Lucas De Marchi
2023-02-27 12:03       ` Jani Nikula
2023-02-03 20:27 ` [Intel-xe] [PATCH 2/6] drm/xe: place all modprobe parameters at the same place Rodrigo Vivi
2023-02-16 13:12   ` Jani Nikula
2023-02-17 16:28     ` Rodrigo Vivi
2023-02-27 12:10       ` Jani Nikula
2023-02-03 20:27 ` [Intel-xe] [PATCH 3/6] drm/xe: move XE_DISPLAY to the Kconfig Rodrigo Vivi
2023-02-03 20:27 ` [Intel-xe] [PATCH 4/6] drm/xe: move xe device display logic to a separate file Rodrigo Vivi
2023-02-03 20:27 ` [Intel-xe] [PATCH 5/6] drm/xe: move xe IRQ-related display logic to xe_display.c Rodrigo Vivi
2023-02-03 20:27 ` [Intel-xe] [PATCH 6/6] drm/xe: move xe PM-related " Rodrigo Vivi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox