Module Name: src Committed By: riastradh Date: Mon Aug 27 07:17:01 UTC 2018
Modified Files: src/sys/external/bsd/drm2/i915drm: intel_gtt.c src/sys/external/bsd/drm2/include/drm: intel-gtt.h Log Message: Call it intel_gtt_insert_sg_entries for expedience. It uses a bus_dmamap, not a Linux scatterlist a.k.a. sg, but otherwise it functions the same way and this avoids patching upstream. To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/i915drm/intel_gtt.c cvs rdiff -u -r1.5 -r1.6 src/sys/external/bsd/drm2/include/drm/intel-gtt.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.