mbox series

[0/7] accel/ivpu fixes for 6.8-rc3

Message ID 20240126122804.2169129-1-jacek.lawrynowicz@linux.intel.com (mailing list archive)
Headers show
Series accel/ivpu fixes for 6.8-rc3 | expand

Message

Jacek Lawrynowicz Jan. 26, 2024, 12:27 p.m. UTC
A couple of small patches focused on improving driver stability.
In addition d3hot_delay patch improves LNL inference latency.

Grzegorz Trzebiatowski (1):
  accel/ivpu: Add job status for jobs aborted by the driver

Jacek Lawrynowicz (1):
  accel/ivpu: Disable d3hot_delay on all NPU generations

Krystian Pradzynski (2):
  accel/ivpu/40xx: Enable D0i3 message
  accel/ivpu/40xx: Stop passing SKU boot parameters to FW

Wachowski, Karol (3):
  accel/ivpu: Force snooping for MMU writes
  accel/ivpu: Correct MMU queue size checking functions
  accel/ivpu: Gracefully shutdown NPU before reset

 drivers/accel/ivpu/ivpu_drv.c     |   5 +-
 drivers/accel/ivpu/ivpu_fw.c      |   1 -
 drivers/accel/ivpu/ivpu_hw_37xx.c | 124 +++++++++++++++---------------
 drivers/accel/ivpu/ivpu_hw_40xx.c |   7 +-
 drivers/accel/ivpu/ivpu_job.c     |   4 +-
 drivers/accel/ivpu/ivpu_mmu.c     |  36 +++++----
 include/uapi/drm/ivpu_accel.h     |   1 +
 7 files changed, 89 insertions(+), 89 deletions(-)

--
2.43.0

Comments

Jacek Lawrynowicz Feb. 6, 2024, 12:42 p.m. UTC | #1
Applied to drm-misc-fixes (except patch 4)

On 26.01.2024 13:27, Jacek Lawrynowicz wrote:
> A couple of small patches focused on improving driver stability.
> In addition d3hot_delay patch improves LNL inference latency.
> 
> Grzegorz Trzebiatowski (1):
>   accel/ivpu: Add job status for jobs aborted by the driver
> 
> Jacek Lawrynowicz (1):
>   accel/ivpu: Disable d3hot_delay on all NPU generations
> 
> Krystian Pradzynski (2):
>   accel/ivpu/40xx: Enable D0i3 message
>   accel/ivpu/40xx: Stop passing SKU boot parameters to FW
> 
> Wachowski, Karol (3):
>   accel/ivpu: Force snooping for MMU writes
>   accel/ivpu: Correct MMU queue size checking functions
>   accel/ivpu: Gracefully shutdown NPU before reset
> 
>  drivers/accel/ivpu/ivpu_drv.c     |   5 +-
>  drivers/accel/ivpu/ivpu_fw.c      |   1 -
>  drivers/accel/ivpu/ivpu_hw_37xx.c | 124 +++++++++++++++---------------
>  drivers/accel/ivpu/ivpu_hw_40xx.c |   7 +-
>  drivers/accel/ivpu/ivpu_job.c     |   4 +-
>  drivers/accel/ivpu/ivpu_mmu.c     |  36 +++++----
>  include/uapi/drm/ivpu_accel.h     |   1 +
>  7 files changed, 89 insertions(+), 89 deletions(-)
> 
> --
> 2.43.0