All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/xe: Add xe_pci_rebar
@ 2025-10-31 21:17 Lucas De Marchi
  2025-10-31 21:17 ` [PATCH 1/2] drm/xe: Move rebar to its own file Lucas De Marchi
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Lucas De Marchi @ 2025-10-31 21:17 UTC (permalink / raw)
  To: intel-xe; +Cc: Lucas De Marchi, Michal Wajdeczko, Ilpo Järvinen

The rebar logic is closer to the PCI handling than to VRAM as shown by
commit 45e33f220fd6 ("drm/xe: Move rebar to be done earlier"). Extract
that logic from xe_vram.c to its own file.

Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
---
Lucas De Marchi (2):
      drm/xe: Move rebar to its own file
      drm/xe: Improve rebar log messages

 drivers/gpu/drm/xe/Makefile       |   1 +
 drivers/gpu/drm/xe/xe_pci.c       |   3 +-
 drivers/gpu/drm/xe/xe_pci_rebar.c | 136 ++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/xe/xe_pci_rebar.h |  13 ++++
 drivers/gpu/drm/xe/xe_vram.c      | 121 ---------------------------------
 drivers/gpu/drm/xe/xe_vram.h      |   1 -
 6 files changed, 152 insertions(+), 123 deletions(-)

base-commit: 287aaa69490a7901df27fdd9cb9219074cb81445
change-id: 20250918-xe-pci-rebar-2-part-2-766b5371fe09

Lucas De Marchi


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

end of thread, other threads:[~2025-11-17 16:50 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-31 21:17 [PATCH 0/2] drm/xe: Add xe_pci_rebar Lucas De Marchi
2025-10-31 21:17 ` [PATCH 1/2] drm/xe: Move rebar to its own file Lucas De Marchi
2025-11-14 21:55   ` Matt Roper
2025-10-31 21:17 ` [PATCH 2/2] drm/xe: Improve rebar log messages Lucas De Marchi
2025-11-14 21:56   ` Matt Roper
2025-11-17  9:34     ` Ilpo Järvinen
2025-11-17 16:50       ` Lucas De Marchi
2025-10-31 23:51 ` ✗ CI.checkpatch: warning for drm/xe: Add xe_pci_rebar Patchwork
2025-10-31 23:52 ` ✓ CI.KUnit: success " Patchwork
2025-11-01  1:17 ` ✓ Xe.CI.BAT: " Patchwork
2025-11-01 17:11 ` ✗ Xe.CI.Full: failure " Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.