CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]        2013/11/19 12:14:09

Modified files:
        sys/dev/pci    : agp_i810.c 
        sys/dev/pci/drm: drmP.h 
        sys/dev/pci/drm/i915: i915_dma.c i915_drv.c i915_drv.h 
                              i915_gem.c i915_gem_context.c 
                              i915_gem_execbuffer.c i915_gem_gtt.c 
                              i915_gem_tiling.c intel_fb.c 
                              intel_ringbuffer.c 

Log message:
Move the GTT management into the inteldrm driver.  It is really obvious now
that this is necessary as on some hardware we need guard pages between
regions that have different cache attributes.  Even if this appears to cause
regressions on some hardware, this change is a necessary (but not sufficient)
step to fix the cache coherency problems on the affected hardware.

ok jsg@

Reply via email to