CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2014/05/12 13:29:16
Modified files: sys/dev/pci : agp_i810.c sys/dev/pci/drm/i915: i915_drv.c i915_drv.h i915_gem.c i915_gem_gtt.c Log message: Move GTT management for Sandy Bridge and up into inteldrm(4). This makes it possible to use the non-mappable part of the GTT, prepares the way for using the PPGTT and reduces the diffs with Linux. ok jsg@