mbox series

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

Message ID 20240826170117.327709-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, 5:01 p.m. UTC
Another spin.

Maarten Lankhorst (2):
  drm/i915/display: Plane capability for 64k phys alignment
  drm/xe: Align all VRAM scanout buffers to 64k physical pages when
    needed.

 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 |  9 +++++++++
 drivers/gpu/drm/xe/xe_bo.c               |  7 +++++++
 drivers/gpu/drm/xe/xe_vm.c               | 11 ++++++++++-
 5 files changed, 47 insertions(+), 2 deletions(-)