[PULL] drm-misc-fixes
Maxime Ripard
mripard at redhat.com
Thu Feb 15 08:49:56 UTC 2024
Hi,
Here's this week drm-misc-fixes PR
Maxime
drm-misc-fixes-2024-02-15:
A suspend/resume error fix for ivpu, a couple of scheduler fixes for
nouveau, a patch to support large page arrays in prime, a uninitialized
variable fix in crtc, a locking fix in rockchip/vop2 and a buddy
allocator error reporting fix.
The following changes since commit 5f8408aca66772d3aa9b4831577b2ac5ec41bcd9:
accel/ivpu: Add job status for jobs aborted by the driver (2024-02-06 13:37:34 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2024-02-15
for you to fetch changes up to a64056bb5a3215bd31c8ce17d609ba0f4d5c55ea:
drm/tests/drm_buddy: add alloc_contiguous test (2024-02-14 15:22:21 +0100)
----------------------------------------------------------------
A suspend/resume error fix for ivpu, a couple of scheduler fixes for
nouveau, a patch to support large page arrays in prime, a uninitialized
variable fix in crtc, a locking fix in rockchip/vop2 and a buddy
allocator error reporting fix.
----------------------------------------------------------------
Arnd Bergmann (1):
nouveau/svm: fix kvcalloc() argument order
Arunpravin Paneer Selvam (1):
drm/buddy: Fix alloc_range() error handling code
Danilo Krummrich (2):
drm/nouveau: don't fini scheduler if not initialized
drm/nouveau: omit to create schedulers using the legacy uAPI
Harshit Mogalapalli (1):
drm/rockchip: vop2: add a missing unlock in vop2_crtc_atomic_enable()
Jacek Lawrynowicz (1):
accel/ivpu: Fix DevTLB errors on suspend/resume and recovery
Matthew Auld (1):
drm/tests/drm_buddy: add alloc_contiguous test
Philip Yang (1):
drm/prime: Support page array >= 4GB
Rob Clark (1):
drm/crtc: fix uninitialized variable use even harder
drivers/accel/ivpu/ivpu_hw_37xx.c | 44 ++++++++++----
drivers/accel/ivpu/ivpu_pm.c | 39 ++++++------
drivers/gpu/drm/drm_buddy.c | 6 ++
drivers/gpu/drm/drm_crtc.c | 1 +
drivers/gpu/drm/drm_prime.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_abi16.c | 20 +++++--
drivers/gpu/drm/nouveau/nouveau_abi16.h | 2 +-
drivers/gpu/drm/nouveau/nouveau_drm.c | 7 ++-
drivers/gpu/drm/nouveau/nouveau_drv.h | 2 +-
drivers/gpu/drm/nouveau/nouveau_exec.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_sched.c | 38 +++++++++++-
drivers/gpu/drm/nouveau/nouveau_sched.h | 6 +-
drivers/gpu/drm/nouveau/nouveau_svm.c | 2 +-
drivers/gpu/drm/nouveau/nouveau_uvmm.c | 2 +-
drivers/gpu/drm/rockchip/rockchip_drm_vop2.c | 4 +-
drivers/gpu/drm/tests/drm_buddy_test.c | 89 ++++++++++++++++++++++++++++
16 files changed, 216 insertions(+), 50 deletions(-)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/intel-gfx/attachments/20240215/4fee2412/attachment.sig>
More information about the Intel-gfx
mailing list