All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/9] accel/ivpu: Update for -next 2023.08.25
@ 2023-08-28  9:47 Stanislaw Gruszka
  2023-08-28  9:47 ` [PATCH v2 1/9] accel/ivpu: Move set autosuspend delay to HW specific code Stanislaw Gruszka
                   ` (8 more replies)
  0 siblings, 9 replies; 23+ messages in thread
From: Stanislaw Gruszka @ 2023-08-28  9:47 UTC (permalink / raw)
  To: dri-devel; +Cc: Stanislaw Gruszka, Oded Gabbay, Jeffrey Hugo, Jacek Lawrynowicz

Update for -next:
 - various cleanups
 - begin preparation for conversion to GEM SHMEM
 - print information about used workarounds

v2: Fix compilation without CONFIG_PM

Jacek Lawrynowicz (4):
  accel/ivpu: Remove duplicated error messages
  accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init()
  accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size()
  accel/ivpu: Move MMU register definitions to ivpu_mmu.c

Karol Wachowski (1):
  accel/ivpu: Initialize context with SSID = 1

Krystian Pradzynski (1):
  accel/ivpu: Move set autosuspend delay to HW specific code

Stanislaw Gruszka (3):
  accel/ivpu: Print information about used workarounds
  accel/ivpu/37xx: Change register rename leftovers
  accel/ivpu/37xx: White space cleanup

 drivers/accel/ivpu/ivpu_drv.c         |  65 +++------
 drivers/accel/ivpu/ivpu_drv.h         |  18 ++-
 drivers/accel/ivpu/ivpu_fw.c          |  26 ++--
 drivers/accel/ivpu/ivpu_fw.h          |   2 +-
 drivers/accel/ivpu/ivpu_fw_log.c      |   6 +-
 drivers/accel/ivpu/ivpu_gem.c         |  30 ++---
 drivers/accel/ivpu/ivpu_gem.h         |  22 ++-
 drivers/accel/ivpu/ivpu_hw_37xx.c     |  75 ++++++-----
 drivers/accel/ivpu/ivpu_hw_37xx_reg.h | 187 +++++++++++---------------
 drivers/accel/ivpu/ivpu_hw_40xx.c     |   7 +
 drivers/accel/ivpu/ivpu_ipc.c         |  19 ++-
 drivers/accel/ivpu/ivpu_job.c         |   8 +-
 drivers/accel/ivpu/ivpu_mmu.c         | 117 ++++++++++------
 drivers/accel/ivpu/ivpu_mmu_context.c |  16 ++-
 drivers/accel/ivpu/ivpu_mmu_context.h |   2 +
 drivers/accel/ivpu/ivpu_pm.c          |  18 +--
 drivers/accel/ivpu/ivpu_pm.h          |   2 +-
 17 files changed, 323 insertions(+), 297 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-08-29 15:10 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-08-28  9:47 [PATCH v2 0/9] accel/ivpu: Update for -next 2023.08.25 Stanislaw Gruszka
2023-08-28  9:47 ` [PATCH v2 1/9] accel/ivpu: Move set autosuspend delay to HW specific code Stanislaw Gruszka
2023-08-28 20:37   ` Jeffrey Hugo
2023-08-28  9:47 ` [PATCH v2 2/9] accel/ivpu: Remove duplicated error messages Stanislaw Gruszka
2023-08-28 20:41   ` Jeffrey Hugo
2023-08-29 11:09     ` Stanislaw Gruszka
2023-08-28  9:47 ` [PATCH v2 3/9] accel/ivpu: Print information about used workarounds Stanislaw Gruszka
2023-08-28 20:44   ` Jeffrey Hugo
2023-08-28  9:47 ` [PATCH v2 4/9] accel/ivpu: Initialize context with SSID = 1 Stanislaw Gruszka
2023-08-28 20:47   ` Jeffrey Hugo
2023-08-28  9:47 ` [PATCH v2 5/9] accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init() Stanislaw Gruszka
2023-08-28 20:49   ` Jeffrey Hugo
2023-08-29 11:12     ` Stanislaw Gruszka
2023-08-29 15:10       ` Jeffrey Hugo
2023-08-28  9:47 ` [PATCH v2 6/9] accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size() Stanislaw Gruszka
2023-08-28 20:50   ` Jeffrey Hugo
2023-08-28  9:47 ` [PATCH v2 7/9] accel/ivpu/37xx: Change register rename leftovers Stanislaw Gruszka
2023-08-28 20:51   ` Jeffrey Hugo
2023-08-28  9:47 ` [PATCH v2 8/9] accel/ivpu/37xx: White space cleanup Stanislaw Gruszka
2023-08-28 20:55   ` Jeffrey Hugo
2023-08-29 11:14     ` Stanislaw Gruszka
2023-08-28  9:47 ` [PATCH v2 9/9] accel/ivpu: Move MMU register definitions to ivpu_mmu.c Stanislaw Gruszka
2023-08-28 21:01   ` Jeffrey Hugo

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.