All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] accel/ivpu: Update to -next 2023-10-25
@ 2023-10-25  9:43 Stanislaw Gruszka
  2023-10-25  9:43 ` [PATCH 01/11] accel/ivpu: Update FW API Stanislaw Gruszka
                   ` (10 more replies)
  0 siblings, 11 replies; 20+ messages in thread
From: Stanislaw Gruszka @ 2023-10-25  9:43 UTC (permalink / raw)
  To: dri-devel; +Cc: Stanislaw Gruszka, Oded Gabbay, Jeffrey Hugo, Jacek Lawrynowicz

Various driver updates:
 
 - FW api update
 - suspend/resume optimizations 
 - dynamic valtage and freqency mode knob
 - new test modes

Andrzej Kacprowski (5):
  accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASK
  accel/ivpu: Pass D0i3 residency time to the VPU firmware
  accel/ivpu/40xx: Capture D0i3 entry host and device timestamps
  accel/ivpu: Add support for delayed D0i3 entry message
  accel/ivpu: Wait for VPU to enter idle state after D0i3 entry message

Karol Wachowski (3):
  accel/ivpu: Remove reset from power up sequence
  accel/ivpu: Change test_mode module param to bitmask
  accel/ivpu: Introduce ivpu_ipc_send_receive_active()

Krystian Pradzynski (1):
  accel/ivpu: Update FW API

Stanislaw Gruszka (1):
  accel/ivpu: Remove unneeded drm_driver dectaration

Tomasz Rusinowicz (1):
  accel/ivpu: Add dvfs_mode file to debugfs

 drivers/accel/ivpu/ivpu_debugfs.c     |  28 +++
 drivers/accel/ivpu/ivpu_drv.c         |   6 +-
 drivers/accel/ivpu/ivpu_drv.h         |  10 +-
 drivers/accel/ivpu/ivpu_fw.c          |  70 +++++-
 drivers/accel/ivpu/ivpu_fw.h          |   1 +
 drivers/accel/ivpu/ivpu_hw.h          |   8 +
 drivers/accel/ivpu/ivpu_hw_37xx.c     |  28 ++-
 drivers/accel/ivpu/ivpu_hw_37xx_reg.h |   2 +
 drivers/accel/ivpu/ivpu_hw_40xx.c     |  24 +-
 drivers/accel/ivpu/ivpu_ipc.c         |  33 ++-
 drivers/accel/ivpu/ivpu_ipc.h         |   8 +-
 drivers/accel/ivpu/ivpu_job.c         |   4 +-
 drivers/accel/ivpu/ivpu_jsm_msg.c     |  38 ++++
 drivers/accel/ivpu/ivpu_jsm_msg.h     |   1 +
 drivers/accel/ivpu/ivpu_pm.c          |  11 +-
 drivers/accel/ivpu/vpu_boot_api.h     |  90 +++++++-
 drivers/accel/ivpu/vpu_jsm_api.h      | 309 ++++++++++++++++++++++++--
 17 files changed, 607 insertions(+), 64 deletions(-)

-- 
2.25.1


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

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

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-25  9:43 [PATCH 00/11] accel/ivpu: Update to -next 2023-10-25 Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 01/11] accel/ivpu: Update FW API Stanislaw Gruszka
     [not found]   ` <c83b4b50-fb25-6888-deb3-0a1e6a27165d@quicinc.com>
2023-10-28  7:59     ` Stanislaw Gruszka
2023-10-30 14:34       ` Jeffrey Hugo
2023-10-25  9:43 ` [PATCH 02/11] accel/ivpu: Remove unneeded drm_driver dectaration Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 03/11] accel/ivpu: Add dvfs_mode file to debugfs Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 04/11] accel/ivpu: Remove reset from power up sequence Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 05/11] accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASK Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 06/11] accel/ivpu: Change test_mode module param to bitmask Stanislaw Gruszka
     [not found]   ` <e53dabb3-e8ec-b033-60f0-462f6e225e51@quicinc.com>
2023-10-28  8:18     ` Stanislaw Gruszka
2023-10-30 14:05       ` Jeffrey Hugo
2023-10-30 15:07         ` Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 07/11] accel/ivpu: Introduce ivpu_ipc_send_receive_active() Stanislaw Gruszka
     [not found]   ` <bdd18dc1-fb4c-2058-b242-5e311266de5b@quicinc.com>
2023-10-28  8:36     ` Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 08/11] accel/ivpu: Pass D0i3 residency time to the VPU firmware Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 09/11] accel/ivpu/40xx: Capture D0i3 entry host and device timestamps Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 10/11] accel/ivpu: Add support for delayed D0i3 entry message Stanislaw Gruszka
     [not found]   ` <f45d777c-03eb-fb6b-fa3a-6c19f56e9d17@quicinc.com>
2023-10-28  9:38     ` Stanislaw Gruszka
2023-10-25  9:43 ` [PATCH 11/11] accel/ivpu: Wait for VPU to enter idle state after " Stanislaw Gruszka
     [not found]   ` <74227a8f-f89f-ed3d-1d39-ad771801c172@quicinc.com>
2023-10-28  8:22     ` 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.