mbox series

[v5,0/2] drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed.

Message ID 20240826095041.75416-1-maarten.lankhorst@linux.intel.com (mailing list archive)
Headers show
Series drm/xe: Align all VRAM scanout buffers to 64k physical pages when needed. | expand

Message

Maarten Lankhorst Aug. 26, 2024, 9:50 a.m. UTC
Introduce a second patch to move the changes to intel_fb instead.

Maarten Lankhorst (2):
  drm/xe: Align all VRAM scanout buffers to 64k physical pages when
    needed.
  drm/i915/display: Add function for checking 64k physical alignment
    workaround

 drivers/gpu/drm/i915/display/intel_fb.c  | 20 +++++++++++++++++++-
 drivers/gpu/drm/i915/display/intel_fb.h  |  2 ++
 drivers/gpu/drm/xe/display/intel_fb_bo.c |  6 ++++++
 drivers/gpu/drm/xe/xe_bo.c               |  7 +++++++
 drivers/gpu/drm/xe/xe_vm.c               | 11 ++++++++++-
 5 files changed, 44 insertions(+), 2 deletions(-)