Module Name: src Committed By: riastradh Date: Sun Dec 19 12:03:48 UTC 2021
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_request.c Log Message: i915: Defer i915_sw_fence_fini to `kmem' (pool) cache destructor. We actually need to destroy the spin lock here, whereas in Linux this is only used for tracking when sw fences are _technically_ in use or not -- where `not in use' includes RCU grace periods -- and it's OK to `destroy' a fence while the grace periods are still running. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 \ src/sys/external/bsd/drm2/dist/drm/i915/i915_request.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.