Message ID | 20230807163238.2091-1-dakr@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Nouveau VM_BIND uAPI Fixes | expand |
For the series: Reviewed-by: Dave Airlie <airlied@redhat.com> On Tue, 8 Aug 2023 at 02:32, Danilo Krummrich <dakr@redhat.com> wrote: > > The patch series provides a few fixes for the recently merged VM_BIND uAPI > mostly addressing a couple of warnings. > > It also contains one patch to slightly reduce the memory footprint of > struct nouveau_uvma. > > Danilo Krummrich (5): > nouveau/dmem: fix copy-paste error in nouveau_dmem_migrate_chunk() > drm/nouveau: nvkm: vmm: silence warning from cast > drm/nouveau: remove incorrect __user annotations > drm/nouveau: uvmm: remove incorrect calls to mas_unlock() > drm/nouveau: uvmm: remove dedicated VM pointer from VMAs > > drivers/gpu/drm/nouveau/nouveau_dmem.c | 2 +- > drivers/gpu/drm/nouveau/nouveau_exec.c | 6 ++--- > drivers/gpu/drm/nouveau/nouveau_exec.h | 2 +- > drivers/gpu/drm/nouveau/nouveau_uvmm.c | 23 ++++++++----------- > drivers/gpu/drm/nouveau/nouveau_uvmm.h | 14 +++++------ > .../gpu/drm/nouveau/nvkm/subdev/mmu/uvmm.c | 5 ++-- > 6 files changed, 24 insertions(+), 28 deletions(-) > > > base-commit: 82d750e9d2f5d0594c8f7057ce59127e701af781 > -- > 2.41.0 >