All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/11] accel/ivpu: Update for -next 2023-10-25
@ 2023-10-28 13:34 Stanislaw Gruszka
  2023-10-28 13:34 ` [PATCH v2 01/11] accel/ivpu: Update FW API Stanislaw Gruszka
                   ` (11 more replies)
  0 siblings, 12 replies; 17+ messages in thread
From: Stanislaw Gruszka @ 2023-10-28 13:34 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 frequency mode knob
 - new test modes

v2:
 - fix spelling mistakes pointed Jeffrey
 - move patch 7, add note where new function will be used
 - change patches 8 and 9 ordering
 - separate print warn change from patch 10 into separate patch 
 - squash patch 10 and 11
 - rebase to latest drm-misc-next

Andrzej Kacprowski (4):
  accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASK
  accel/ivpu/40xx: Capture D0i3 entry host and device timestamps
  accel/ivpu: Pass D0i3 residency time to the VPU firmware
  accel/ivpu: Add support for delayed 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 (2):
  accel/ivpu: Remove unneeded drm_driver declaration
  accel/ivpu/37xx: Print warning when VPUIP is not idle during power
    down

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] 17+ messages in thread

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

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-28 13:34 [PATCH v2 00/11] accel/ivpu: Update for -next 2023-10-25 Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 01/11] accel/ivpu: Update FW API Stanislaw Gruszka
2023-10-30 14:35   ` Jeffrey Hugo
2023-10-28 13:34 ` [PATCH v2 02/11] accel/ivpu: Remove unneeded drm_driver declaration Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 03/11] accel/ivpu: Add dvfs_mode file to debugfs Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 04/11] accel/ivpu: Remove reset from power up sequence Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 05/11] accel/ivpu: Add support for VPU_JOB_FLAGS_NULL_SUBMISSION_MASK Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 06/11] accel/ivpu: Change test_mode module param to bitmask Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 07/11] accel/ivpu/40xx: Capture D0i3 entry host and device timestamps Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 08/11] accel/ivpu: Pass D0i3 residency time to the VPU firmware Stanislaw Gruszka
2023-10-28 13:34 ` [PATCH v2 09/11] accel/ivpu: Introduce ivpu_ipc_send_receive_active() Stanislaw Gruszka
2023-10-30 14:36   ` Jeffrey Hugo
2023-10-28 13:34 ` [PATCH v2 10/11] accel/ivpu/37xx: Print warning when VPUIP is not idle during power down Stanislaw Gruszka
2023-10-30 14:36   ` Jeffrey Hugo
2023-10-28 13:34 ` [PATCH v2 11/11] accel/ivpu: Add support for delayed D0i3 entry message Stanislaw Gruszka
2023-10-30 14:37   ` Jeffrey Hugo
2023-10-30 10:11 ` [PATCH v2 00/11] accel/ivpu: Update for -next 2023-10-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.