All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] accel/ivpu: Changes for 6.15 2025-02-04
@ 2025-02-04  8:46 Jacek Lawrynowicz
  2025-02-04  8:46 ` [PATCH 1/6] accel/ivpu: Add missing locks around mmu queues Jacek Lawrynowicz
                   ` (7 more replies)
  0 siblings, 8 replies; 27+ messages in thread
From: Jacek Lawrynowicz @ 2025-02-04  8:46 UTC (permalink / raw)
  To: dri-devel; +Cc: oded.gabbay, quic_jhugo, maciej.falkowski, Jacek Lawrynowicz

Add possibility to import single buffer into multiple contexts,
fix locking when aborting contexts and add some debug features.

Andrzej Kacprowski (2):
  accel/ivpu: Add missing locks around mmu queues
  accel/ivpu: Prevent runtime suspend during context abort work

Karol Wachowski (3):
  ccel/ivpu: Add debugfs interface for setting HWS priority bands
  accel/ivpu: Add test modes to toggle clock relinquish disable
  accel/ivpu: Implement D0i2 disable test modea

Tomasz Rusinowicz (1):
  accel/ivpu: Allow to import single buffer into multiple contexts

 drivers/accel/ivpu/ivpu_debugfs.c | 84 +++++++++++++++++++++++++++++++
 drivers/accel/ivpu/ivpu_drv.c     |  2 +-
 drivers/accel/ivpu/ivpu_drv.h     |  4 ++
 drivers/accel/ivpu/ivpu_fw.c      |  4 ++
 drivers/accel/ivpu/ivpu_gem.c     | 43 ++++++++++++++++
 drivers/accel/ivpu/ivpu_gem.h     |  1 +
 drivers/accel/ivpu/ivpu_hw.c      | 31 ++++++++++++
 drivers/accel/ivpu/ivpu_hw.h      |  5 ++
 drivers/accel/ivpu/ivpu_job.c     | 10 +++-
 drivers/accel/ivpu/ivpu_jsm_msg.c | 29 ++++-------
 drivers/accel/ivpu/ivpu_mmu.c     |  9 ++++
 11 files changed, 202 insertions(+), 20 deletions(-)

--
2.45.1

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

end of thread, other threads:[~2025-02-18 15:52 UTC | newest]

Thread overview: 27+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-04  8:46 [PATCH 0/6] accel/ivpu: Changes for 6.15 2025-02-04 Jacek Lawrynowicz
2025-02-04  8:46 ` [PATCH 1/6] accel/ivpu: Add missing locks around mmu queues Jacek Lawrynowicz
2025-02-14 16:41   ` Jeffrey Hugo
2025-02-17 15:26     ` Jacek Lawrynowicz
2025-02-18 15:52       ` Jeffrey Hugo
2025-02-04  8:46 ` [PATCH 2/6] accel/ivpu: Prevent runtime suspend during context abort work Jacek Lawrynowicz
2025-02-14 16:49   ` Jeffrey Hugo
2025-02-17 15:33     ` Jacek Lawrynowicz
2025-02-18 15:48       ` Jeffrey Hugo
2025-02-04  8:46 ` [PATCH 3/6] accel/ivpu: Add debugfs interface for setting HWS priority bands Jacek Lawrynowicz
2025-02-14 16:51   ` Jeffrey Hugo
2025-02-04  8:46 ` [PATCH 4/6] accel/ivpu: Allow to import single buffer into multiple contexts Jacek Lawrynowicz
2025-02-14 16:53   ` Jeffrey Hugo
2025-02-04  8:46 ` [PATCH 5/6] accel/ivpu: Add test modes to toggle clock relinquish disable Jacek Lawrynowicz
2025-02-14 16:59   ` Jeffrey Hugo
2025-02-04  8:46 ` [PATCH 6/6] accel/ivpu: Implement D0i2 disable test mode Jacek Lawrynowicz
2025-02-14 17:04   ` Jeffrey Hugo
2025-02-17 15:35     ` Jacek Lawrynowicz
2025-02-10  9:48 ` [PATCH 0/6] accel/ivpu: Changes for 6.15 2025-02-04 Jacek Lawrynowicz
2025-02-12 10:20 ` Thomas Zimmermann
2025-02-12 12:59   ` Maxime Ripard
2025-02-12 13:27   ` Jacek Lawrynowicz
2025-02-12 15:52     ` Jeffrey Hugo
2025-02-13 14:17       ` Thomas Zimmermann
2025-02-14 15:47         ` Jeffrey Hugo
2025-02-17 16:53           ` Simona Vetter
2025-02-13 14:06     ` Thomas Zimmermann

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.