All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/5] drm/panthor: Misc fixes
@ 2025-04-01 18:23 Boris Brezillon
  2025-04-01 18:23 ` [PATCH v2 1/5] drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitions Boris Brezillon
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Boris Brezillon @ 2025-04-01 18:23 UTC (permalink / raw)
  To: Boris Brezillon, Steven Price, Liviu Dudau, Adrián Larumbe
  Cc: dri-devel, kernel

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(-)

-- 
2.49.0


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

end of thread, other threads:[~2025-04-02 11:04 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-01 18:23 [PATCH v2 0/5] drm/panthor: Misc fixes Boris Brezillon
2025-04-01 18:23 ` [PATCH v2 1/5] drm/panthor: Fix GPU_COHERENCY_ACE[_LITE] definitions Boris Brezillon
2025-04-02 10:19   ` Steven Price
2025-04-01 18:23 ` [PATCH v2 2/5] drm/panthor: Call panthor_gpu_coherency_init() after PM resume() Boris Brezillon
2025-04-02 10:20   ` Steven Price
2025-04-01 18:23 ` [PATCH v2 3/5] drm/panthor: Update panthor_mmu::irq::mask when needed Boris Brezillon
2025-04-02 10:20   ` Steven Price
2025-04-01 18:23 ` [PATCH v2 4/5] drm/panthor: Let IRQ handlers clear the interrupts themselves Boris Brezillon
2025-04-01 20:36   ` Liviu Dudau
2025-04-02 10:20   ` Steven Price
2025-04-02 10:52     ` Boris Brezillon
2025-04-02 10:58     ` Boris Brezillon
2025-04-02 11:03       ` Steven Price
2025-04-01 18:23 ` [PATCH v2 5/5] drm/panthor: Don't update MMU_INT_MASK in panthor_mmu_irq_handler() Boris Brezillon
2025-04-01 20:38   ` Liviu Dudau
2025-04-02 10:20   ` Steven Price

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.