[PULL] drm-intel-fixes

2024-02-08 Thread Joonas Lahtinen
Hi Dave & Sima,

Here goes drm-intel-fixes, which is just the gvt-fixes PR for this week.

Regards, Joonas

***

drm-intel-fixes-2024-02-08:

- Just includes gvt-fixes-2024-02-05

The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2024-02-08

for you to fetch changes up to a99682e839af7be11a606bf802cba5b2bf93b8e9:

  Merge tag 'gvt-fixes-2024-02-05' of https://github.com/intel/gvt-linux into 
drm-intel-fixes (2024-02-05 15:56:47 +0200)


- Just includes gvt-fixes-2024-02-05


Dan Carpenter (1):
  drm/i915/gvt: Fix uninitialized variable in handle_mmio()

Joonas Lahtinen (1):
  Merge tag 'gvt-fixes-2024-02-05' of https://github.com/intel/gvt-linux 
into drm-intel-fixes

Zhenyu Wang (1):
  drm/i915: Replace dead 01.org link

Zhi Wang (1):
  MAINTAINERS: Update Zhi Wang's email address

 MAINTAINERS | 4 ++--
 drivers/gpu/drm/i915/Kconfig| 2 +-
 drivers/gpu/drm/i915/gvt/handlers.c | 3 +--
 drivers/gpu/drm/i915/intel_gvt.c| 2 +-
 4 files changed, 5 insertions(+), 6 deletions(-)


[PULL] drm-misc-fixes

2024-02-08 Thread Maxime Ripard
Hi,

Here's this week drm-misc-fixes PR

Maxime

drm-misc-fixes-2024-02-08:
A null pointer dereference fix for v3d, a TTM pool initialization fix,
several fixes for nouveau around register size, DMA buffer leaks and API
consistency, a multiple fixes for ivpu around MMU setup, initialization
and firmware interactions.
The following changes since commit 1c1914d6e8c6edbf5b45047419ff51abdb1dce96:

  dma-buf: heaps: Don't track CMA dma-buf pages under RssFile (2024-01-31 
19:54:58 +0530)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2024-02-08

for you to fetch changes up to 5f8408aca66772d3aa9b4831577b2ac5ec41bcd9:

  accel/ivpu: Add job status for jobs aborted by the driver (2024-02-06 
13:37:34 +0100)


A null pointer dereference fix for v3d, a TTM pool initialization fix,
several fixes for nouveau around register size, DMA buffer leaks and API
consistency, a multiple fixes for ivpu around MMU setup, initialization
and firmware interactions.


Dave Airlie (1):
  nouveau/gsp: use correct size for registry rpc.

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

Maxime Ripard (1):
  Merge drm-misc-next-fixes-2024-01-19 into drm-misc-fixes

Timur Tabi (2):
  drm/nouveau: fix several DMA buffer leaks
  drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor()

Wachowski, Karol (2):
  accel/ivpu: Force snooping for MMU writes
  accel/ivpu: Correct MMU queue size checking functions

 drivers/accel/ivpu/ivpu_drv.c |  5 +-
 drivers/accel/ivpu/ivpu_fw.c  |  1 -
 drivers/accel/ivpu/ivpu_hw_37xx.c |  2 +-
 drivers/accel/ivpu/ivpu_hw_40xx.c |  7 +-
 drivers/accel/ivpu/ivpu_job.c |  4 +-
 drivers/accel/ivpu/ivpu_mmu.c | 36 +++
 drivers/gpu/drm/nouveau/include/nvkm/subdev/gsp.h |  2 +-
 drivers/gpu/drm/nouveau/nvkm/subdev/gsp/r535.c| 79 ++-
 drivers/gpu/drm/ttm/ttm_device.c  |  9 ++-
 drivers/gpu/drm/v3d/v3d_submit.c  | 35 --
 include/uapi/drm/ivpu_accel.h |  1 +
 11 files changed, 113 insertions(+), 68 deletions(-)


signature.asc
Description: PGP signature


[PULL] drm-xe-fixes

2024-02-08 Thread Thomas Hellstrom
Dave, Sima

The drm-xe-fixes pull for -rc4.

Thanks,
Thomas

drm-xe-fixes-2024-02-08:
Driver Changes:
- Fix a loop in an error path
- Fix a missing dma-fence reference
- Fix a retry path on userptr REMAP
- Workaround for a false gcc warning
- Fix missing map of the usm batch buffer
  in the migrate vm.
- Fix a memory leak.
- Fix a bad assumption of used page size
- Fix hitting a BUG() due to zero pages to map.
- Remove some leftover async bind queue relics
The following changes since commit 54be6c6c5ae8e0d93a6c4641cb7528eb0b6ba478:

  Linux 6.8-rc3 (2024-02-04 12:20:36 +)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/xe/kernel.git tags/drm-xe-fixes-2024-02-08

for you to fetch changes up to bf4c27b8267d7848bb81fd41e6aa07aa662f07fb:

  drm/xe: Remove TEST_VM_ASYNC_OPS_ERROR (2024-02-08 09:51:19 +0100)


Driver Changes:
- Fix a loop in an error path
- Fix a missing dma-fence reference
- Fix a retry path on userptr REMAP
- Workaround for a false gcc warning
- Fix missing map of the usm batch buffer
  in the migrate vm.
- Fix a memory leak.
- Fix a bad assumption of used page size
- Fix hitting a BUG() due to zero pages to map.
- Remove some leftover async bind queue relics


Arnd Bergmann (1):
  drm/xe: circumvent bogus stringop-overflow warning

Matthew Auld (1):
  drm/xe/vm: don't ignore error when in_kthread

Matthew Brost (6):
  drm/xe: Fix loop in vm_bind_ioctl_ops_unwind
  drm/xe: Take a reference in xe_exec_queue_last_fence_get()
  drm/xe: Pick correct userptr VMA to repin on REMAP op failure
  drm/xe: Map both mem.kernel_bb_pool and usm.bb_pool
  drm/xe: Assume large page size if VMA not yet bound
  drm/xe: Remove TEST_VM_ASYNC_OPS_ERROR

Xiaoming Wang (1):
  drm/xe/display: Fix memleak in display initialization

 drivers/gpu/drm/xe/xe_display.c  |  6 
 drivers/gpu/drm/xe/xe_exec_queue.c   |  8 +++--
 drivers/gpu/drm/xe/xe_gt.c   |  5 ++-
 drivers/gpu/drm/xe/xe_gt_pagefault.c |  2 +-
 drivers/gpu/drm/xe/xe_migrate.c  | 28 
 drivers/gpu/drm/xe/xe_sched_job.c|  1 -
 drivers/gpu/drm/xe/xe_sync.c |  2 --
 drivers/gpu/drm/xe/xe_vm.c   | 62 ++--
 drivers/gpu/drm/xe/xe_vm_types.h |  8 -
 9 files changed, 57 insertions(+), 65 deletions(-)