Module Name: src Committed By: riastradh Date: Sun Jan 26 20:49:22 UTC 2025
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915/gem: i915_gem_mman.c Log Message: i915: Fix sense of conditional for i915_gem_mmap_ioctl ABI hack. Original issue and fix described here: https://mail-index.netbsd.org/source-changes/2018/08/27/msg098501.html This was broken in the merge in 2021, and I tried to restore it but got the sense of the conditional wrong: https://mail-index.netbsd.org/source-changes/2021/12/19/msg135215.html To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 \ src/sys/external/bsd/drm2/dist/drm/i915/gem/i915_gem_mman.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.