mbox series

[v2,00/11] accel/ivpu: Update for -next 2023-10-25

Message ID 20231028133415.1169975-1-stanislaw.gruszka@linux.intel.com (mailing list archive)
Headers show
Series accel/ivpu: Update for -next 2023-10-25 | expand

Message

Stanislaw Gruszka Oct. 28, 2023, 1:34 p.m. UTC
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(-)

Comments

Stanislaw Gruszka Oct. 30, 2023, 10:11 a.m. UTC | #1
On Sat, Oct 28, 2023 at 03:34:04PM +0200, Stanislaw Gruszka wrote:
> 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
Applied to drm-misc-next

Regards
Stanislaw