Hi Dave and Daniel, here is this week's PR for drm-misc-next. One of the patches is a change to nouveau's UAPI. Best regards Thomas drm-misc-next-fixes-2023-08-24: Short summary of fixes pull: * gpuva: Cleanups * kunit: Documentation fixes * nouveau: * UAPI: Avoid implicit NO_PREFETCH flag * Scheduler fixes * Fix remap * ttm: Fix type conversion in tests The following changes since commit ff065eaf5502384c0d0a3bd3a9459eb5eb0811e1: drm/ttm/tests: Require MMU when testing (2023-08-17 15:05:51 +0200) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2023-08-24 for you to fetch changes up to cdf4100eaa1f4107fcf7c95b5eccca96cca6c777: drm/gpuva_mgr: remove unused prev pointer in __drm_gpuva_sm_map() (2023-08-24 14:27:14 +0200) ---------------------------------------------------------------- Short summary of fixes pull: * gpuva: Cleanups * kunit: Documentation fixes * nouveau: * UAPI: Avoid implicit NO_PREFETCH flag * Scheduler fixes * Fix remap * ttm: Fix type conversion in tests ---------------------------------------------------------------- Danilo Krummrich (4): drm/nouveau: sched: avoid job races between entities drm/nouveau: uvmm: fix unset region pointer on remap drm/nouveau: uapi: don't pass NO_PREFETCH flag implicitly drm/gpuva_mgr: remove unused prev pointer in __drm_gpuva_sm_map() Karolina Stolarek (1): drm/ttm/tests: Fix type conversion in ttm_pool_test Lee Jones (1): drm/tests/drm_kunit_helpers: Place correct function name in the comment header drivers/gpu/drm/drm_gpuva_mgr.c | 10 ++++------ drivers/gpu/drm/nouveau/nouveau_dma.c | 7 +++++-- drivers/gpu/drm/nouveau/nouveau_dma.h | 8 ++++++-- drivers/gpu/drm/nouveau/nouveau_exec.c | 19 ++++++++++++++++--- drivers/gpu/drm/nouveau/nouveau_gem.c | 6 ++++-- drivers/gpu/drm/nouveau/nouveau_sched.c | 22 ++++++++++++++++++++++ drivers/gpu/drm/nouveau/nouveau_uvmm.c | 1 + drivers/gpu/drm/tests/drm_kunit_helpers.c | 2 +- drivers/gpu/drm/ttm/tests/ttm_pool_test.c | 4 ++-- include/uapi/drm/nouveau_drm.h | 8 +++++++- 10 files changed, 68 insertions(+), 19 deletions(-) -- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Frankenstrasse 146, 90461 Nuernberg, Germany GF: Ivo Totev, Andrew Myers, Andrew McDonald, Boudien Moerman HRB 36809 (AG Nuernberg)