Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys



Module Name:    src
Committed By:   riastradh
Date:           Fri Mar  6 22:03:06 UTC 2015

Modified Files:
        src/sys/dev/pci: agp_i810.c agp_i810var.h
        src/sys/external/bsd/drm2/i915drm: intel_gtt.c
        src/sys/external/bsd/drm2/include/drm: intel-gtt.h

Log Message:
Pass cache-related flags through to the GTT on pre-SNB devices.

I had assumed for ages this would increase the amount of caching and
thereby increase the chance of stale caches leading to rendering
glitches.  But apparently I was wrong, and failing to pass these
through was causing all sorts of problems!


To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 src/sys/dev/pci/agp_i810.c
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/pci/agp_i810var.h
cvs rdiff -u -r1.4 -r1.5 src/sys/external/bsd/drm2/i915drm/intel_gtt.c
cvs rdiff -u -r1.4 -r1.5 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.




Home | Main Index | Thread Index | Old Index