CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/01/19 20:43:31
Modified files:
sys/kern : kern_pledge.c
sys/sys : file.h
sys/dev/pci/drm: drm_linux.c
sys/dev/pci/drm/i915/gem: i915_gem_shmem.c
sys/dev/pci/drm/include/linux: file.h sync_file.h
Log message:
initial support for drm sync files, fences associated with file
descriptors for explicit fencing
tested with libdrm's amdgpu_test syncobj timeline tests and vkcube on
intel broadwell with Mesa 21.3 (which hangs without sync file support
after the 'anv: Assume syncobj support' Mesa commit)
feedback and ok visa@