Module Name: src Committed By: riastradh Date: Tue May 20 15:12:41 UTC 2014
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem.c Log Message: Don't map the GEM uvm_aobj copy-on-write -- what was I thinking? Do transfer the GEM object reference to the uvm_aobj reference -- these are not the same thing. (There's another uvm object whose references are the same thing as the GEM object references, but that's not the uao.) With these changes, it looks like the GPU is no longer trying to draw graphics all over kernel data structures. Wish I had that month of debugging back! To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 src/sys/external/bsd/drm2/dist/drm/i915/i915_gem.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.