Module Name: src Committed By: riastradh Date: Mon Aug 27 13:43:23 UTC 2018
Modified Files: src/sys/external/bsd/drm2/dist/drm/i915: i915_gem_render_state.c Log Message: Move hint setting nearer to uvm_map for clarity. CTASSERT page size. Elsewhere this code says 4096, rather than PAGE_SIZE. PAGE_SIZE is the smallest unit that uvm_map accepts, so it had better match. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 \ src/sys/external/bsd/drm2/dist/drm/i915/i915_gem_render_state.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.