mbox series

[v2,0/5] drm/panthor: Misc fixes

Message ID 20250401182348.252422-1-boris.brezillon@collabora.com (mailing list archive)
Headers show
Series drm/panthor: Misc fixes | expand

Message

Boris Brezillon April 1, 2025, 6:23 p.m. UTC
Hello,

This is a collection of fixes for bugs found while working on adding
JM support to panthor. Those are not particularly tied to JM support
and are worth having regardless.

Note that the last two don't have Fixes tag because they fix issues
we can't really hit with the current implementation (no fault
handling, and no shared irq line).

Changelog available in each patch if you're interested.

Regards,

Boris

Boris Brezillon (5):
  drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitions
  drm/panthor: Call panthor_gpu_coherency_init() after PM resume()
  drm/panthor: Update panthor_mmu::irq::mask when needed
  drm/panthor: Let IRQ handlers clear the interrupts themselves
  drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler()

 drivers/gpu/drm/panthor/panthor_device.c | 8 ++++----
 drivers/gpu/drm/panthor/panthor_device.h | 2 --
 drivers/gpu/drm/panthor/panthor_fw.c     | 2 ++
 drivers/gpu/drm/panthor/panthor_gpu.c    | 2 ++
 drivers/gpu/drm/panthor/panthor_mmu.c    | 7 ++++++-
 drivers/gpu/drm/panthor/panthor_regs.h   | 4 ++--
 6 files changed, 16 insertions(+), 9 deletions(-)