diff options
author | Faith Ekstrand <[email protected]> | 2023-08-07 18:41:44 -0500 |
---|---|---|
committer | Danilo Krummrich <[email protected]> | 2023-08-08 04:53:49 +0200 |
commit | e05f3938c5a7896d09736e3381675a57ffee7a0a (patch) | |
tree | f4fde64ae0d7af7937e7995d888214eb4180b09b /scripts/gdb/linux/utils.py | |
parent | a3540b46e92549092a9a4f70197ac6b95a0d4e71 (diff) |
drm/nouveau/sched: Don't pass user flags to drm_syncobj_find_fence()
The flags field in drm_syncobj_find_fence() takes SYNCOBJ_WAIT flags
from the syncobj UAPI whereas sync->flags is from the nouveau UAPI. What
we actually want is 0 flags which tells it to just try to find the
fence and then return without waiting.
Fixes: b88baab82871 ("drm/nouveau: implement new VM_BIND uAPI")
Cc: Danilo Krummrich <[email protected]>
Cc: Dave Airlie <[email protected]>
Reviewed-by: Danilo Krummrich <[email protected]>
Signed-off-by: Faith Ekstrand <[email protected]>
Signed-off-by: Danilo Krummrich <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions