drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations
authorMohamed Ahmed <mohamedahmedegypt2001@gmail.com>
Thu, 9 May 2024 20:43:52 +0000 (23:43 +0300)
committerDanilo Krummrich <dakr@redhat.com>
Mon, 13 May 2024 20:17:58 +0000 (22:17 +0200)
commitaed9a1a4f7106ff99a882ad06318cebfa71016a2
tree58ae7cca5fedeb501e877fcb4dd163ef5c7208cc
parent6897204ea3df808d342c8e4613135728bc538bcd
drm/nouveau: use tile_mode and pte_kind for VM_BIND bo allocations

Allow PTE kind and tile mode on BO create with VM_BIND, and add a
GETPARAM to indicate this change. This is needed to support modifiers in
NVK and ensure correctness when dealing with the nouveau GL driver.

The userspace modifiers implementation this is for can be found here:
https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24795

Fixes: b88baab82871 ("drm/nouveau: implement new VM_BIND uAPI")
Signed-off-by: Mohamed Ahmed <mohamedahmedegypt2001@gmail.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240509204352.7597-1-mohamedahmedegypt2001@gmail.com
drivers/gpu/drm/nouveau/nouveau_abi16.c
drivers/gpu/drm/nouveau/nouveau_bo.c
include/uapi/drm/nouveau_drm.h