All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] accel/ivpu: Refactor driver code and support new hardware
@ 2023-07-31 16:12 Stanislaw Gruszka
  2023-07-31 16:12 ` [PATCH 1/6] accel/ivpu: Rename sources to use generation based names Stanislaw Gruszka
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Stanislaw Gruszka @ 2023-07-31 16:12 UTC (permalink / raw)
  To: dri-devel; +Cc: Stanislaw Gruszka, Oded Gabbay, Jacek Lawrynowicz

Various code additions and refactoring in order to add support for VPU IP 4,
which be included in Intel Lunar Lake CPUs.

Jacek Lawrynowicz (3):
  accel/ivpu: Rename sources to use generation based names
  accel/ivpu: Use generation based function and registers names
  accel/ivpu: Switch to generation based FW names

Karol Wachowski (1):
  accel/ivpu: Refactor memory ranges logic

Stanislaw Gruszka (2):
  accel/ivpu: Add param ioctl to identify capabilities
  accel/ivpu: Add initial support for VPU 4

 drivers/accel/ivpu/Makefile                   |    3 +-
 drivers/accel/ivpu/ivpu_drv.c                 |   35 +-
 drivers/accel/ivpu/ivpu_drv.h                 |   23 +-
 drivers/accel/ivpu/ivpu_fw.c                  |   41 +-
 drivers/accel/ivpu/ivpu_gem.c                 |   10 +-
 drivers/accel/ivpu/ivpu_hw.h                  |   12 +-
 .../ivpu/{ivpu_hw_mtl.c => ivpu_hw_37xx.c}    |  485 ++++---
 drivers/accel/ivpu/ivpu_hw_37xx_reg.h         |  281 ++++
 drivers/accel/ivpu/ivpu_hw_40xx.c             | 1178 +++++++++++++++++
 drivers/accel/ivpu/ivpu_hw_40xx_reg.h         |  267 ++++
 drivers/accel/ivpu/ivpu_hw_mtl_reg.h          |  281 ----
 drivers/accel/ivpu/ivpu_mmu.c                 |   84 +-
 drivers/accel/ivpu/ivpu_mmu_context.c         |    8 +-
 include/uapi/drm/ivpu_accel.h                 |    9 +-
 14 files changed, 2109 insertions(+), 608 deletions(-)
 rename drivers/accel/ivpu/{ivpu_hw_mtl.c => ivpu_hw_37xx.c} (52%)
 create mode 100644 drivers/accel/ivpu/ivpu_hw_37xx_reg.h
 create mode 100644 drivers/accel/ivpu/ivpu_hw_40xx.c
 create mode 100644 drivers/accel/ivpu/ivpu_hw_40xx_reg.h
 delete mode 100644 drivers/accel/ivpu/ivpu_hw_mtl_reg.h

-- 
2.25.1


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

end of thread, other threads:[~2023-08-09 14:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-07-31 16:12 [PATCH 0/6] accel/ivpu: Refactor driver code and support new hardware Stanislaw Gruszka
2023-07-31 16:12 ` [PATCH 1/6] accel/ivpu: Rename sources to use generation based names Stanislaw Gruszka
2023-08-02 16:40   ` Jeffrey Hugo
2023-07-31 16:12 ` [PATCH 2/6] accel/ivpu: Use generation based function and registers names Stanislaw Gruszka
2023-08-02 16:43   ` Jeffrey Hugo
2023-07-31 16:12 ` [PATCH 3/6] accel/ivpu: Switch to generation based FW names Stanislaw Gruszka
2023-08-02 16:47   ` Jeffrey Hugo
2023-07-31 16:12 ` [PATCH 4/6] accel/ivpu: Add param ioctl to identify capabilities Stanislaw Gruszka
2023-08-02 17:07   ` Jeffrey Hugo
2023-08-03  8:37     ` Stanislaw Gruszka
2023-08-08  8:52       ` Stanislaw Gruszka
2023-08-09  0:45         ` Jeffrey Hugo
2023-08-09 11:24           ` Stanislaw Gruszka
2023-08-09 14:02             ` Jeffrey Hugo
2023-07-31 16:12 ` [PATCH 5/6] accel/ivpu: Refactor memory ranges logic Stanislaw Gruszka
2023-07-31 16:12 ` [PATCH 6/6] accel/ivpu: Add initial support for VPU 4 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.