All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 00/11] accel/ivpu: Update for -next 2023.08.25
@ 2023-09-01  9:49 Stanislaw Gruszka
  2023-09-01  9:49 ` [PATCH v3 01/11] accel/ivpu: Move set autosuspend delay to HW specific code Stanislaw Gruszka
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Stanislaw Gruszka @ 2023-09-01  9:49 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

v3:
 - fix commit messages
 - split patch 2 into separate patches

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 (5):
  accel/ivpu: Make ivpu_pm_init() void
  accel/ivpu: Add information about context on failure
  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 |  18 ++-
 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, 324 insertions(+), 298 deletions(-)

-- 
2.25.1


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

end of thread, other threads:[~2023-09-04  9:11 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-01  9:49 [PATCH v3 00/11] accel/ivpu: Update for -next 2023.08.25 Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 01/11] accel/ivpu: Move set autosuspend delay to HW specific code Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 02/11] accel/ivpu: Remove duplicated error messages Stanislaw Gruszka
2023-09-01 14:19   ` Jeffrey Hugo
2023-09-01  9:49 ` [PATCH v3 03/11] accel/ivpu: Make ivpu_pm_init() void Stanislaw Gruszka
2023-09-01 14:22   ` Jeffrey Hugo
2023-09-01 14:45     ` Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 04/11] accel/ivpu: Add information about context on failure Stanislaw Gruszka
2023-09-01 14:54   ` Jeffrey Hugo
2023-09-01  9:49 ` [PATCH v3 05/11] accel/ivpu: Print information about used workarounds Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 06/11] accel/ivpu: Initialize context with SSID = 1 Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 07/11] accel/ivpu: Move ivpu_fw_load() to ivpu_fw_init() Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 08/11] accel/ivpu: Add ivpu_bo_vaddr() and ivpu_bo_size() Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 09/11] accel/ivpu/37xx: Change register rename leftovers Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 10/11] accel/ivpu/37xx: White space cleanup Stanislaw Gruszka
2023-09-01  9:49 ` [PATCH v3 11/11] accel/ivpu: Move MMU register definitions to ivpu_mmu.c Stanislaw Gruszka
2023-09-04  9:11 ` [PATCH v3 00/11] accel/ivpu: Update for -next 2023.08.25 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.