All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] accel/ivpu: Update MMU code
@ 2023-05-18 13:16 Stanislaw Gruszka
  2023-05-18 13:16 ` [PATCH 1/5] accel/ivpu: Remove configuration of MMU TBU1 and TBU3 Stanislaw Gruszka
                   ` (4 more replies)
  0 siblings, 5 replies; 12+ messages in thread
From: Stanislaw Gruszka @ 2023-05-18 13:16 UTC (permalink / raw)
  To: dri-devel; +Cc: Stanislaw Gruszka, Oded Gabbay, Jeffrey Hugo, Jacek Lawrynowicz

Update MMU code in order to support future generations of hardware.

Karol Wachowski (5):
  accel/ivpu: Remove configuration of MMU TBU1 and TBU3
  accel/ivpu: Add MMU support for 4 level page mappings
  accel/ivpu: Make DMA bit mask HW specific
  accel/ivpu: Rename and cleanup MMU600 page tables
  accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEs

 drivers/accel/ivpu/ivpu_drv.c         |   8 +-
 drivers/accel/ivpu/ivpu_drv.h         |   1 +
 drivers/accel/ivpu/ivpu_hw.h          |   1 +
 drivers/accel/ivpu/ivpu_hw_mtl.c      |  19 +-
 drivers/accel/ivpu/ivpu_mmu.c         |  14 +-
 drivers/accel/ivpu/ivpu_mmu_context.c | 294 ++++++++++++++++++--------
 drivers/accel/ivpu/ivpu_mmu_context.h |   9 +-
 7 files changed, 235 insertions(+), 111 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-06-08  5:59 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-18 13:16 [PATCH 0/5] accel/ivpu: Update MMU code Stanislaw Gruszka
2023-05-18 13:16 ` [PATCH 1/5] accel/ivpu: Remove configuration of MMU TBU1 and TBU3 Stanislaw Gruszka
2023-05-18 13:54   ` Jeffrey Hugo
2023-05-18 13:16 ` [PATCH 2/5] accel/ivpu: Add MMU support for 4 level page mappings Stanislaw Gruszka
2023-05-18 14:04   ` Jeffrey Hugo
2023-05-18 13:16 ` [PATCH 3/5] accel/ivpu: Make DMA bit mask HW specific Stanislaw Gruszka
2023-05-18 14:06   ` Jeffrey Hugo
2023-05-18 13:16 ` [PATCH 4/5] accel/ivpu: Rename and cleanup MMU600 page tables Stanislaw Gruszka
2023-05-18 14:11   ` Jeffrey Hugo
2023-05-18 13:16 ` [PATCH 5/5] accel/ivpu: Mark 64 kB contiguous areas as contiguous in PTEs Stanislaw Gruszka
2023-05-18 14:17   ` Jeffrey Hugo
2023-06-08  5:59     ` Stanislaw Gruszka

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.