Module Name: src
Committed By: riastradh
Date: Sun Dec 19 10:37:47 UTC 2021
Modified Files:
src/sys/external/bsd/drm2/include/linux: dma-resv.h
src/sys/external/bsd/drm2/linux: linux_dma_resv.c
Log Message:
dma_resv_reserve_shared takes one more argument, num_fences
Fortunately it's ~always 1, and (XXX) I assume our implementation
assumes this, too. But assert it.
Author: Maya Rashish <[email protected]>
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/sys/external/bsd/drm2/include/linux/dma-resv.h
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/drm2/linux/linux_dma_resv.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.