CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/25 15:43:37
Modified files:
sys/dev/pci/drm: i915_drv.c
Log message:
Do not allow changing tiling mode on pinned objects.
Since this means the necessary gtt alignment may change. Nothing did
this already, so all it does it allows the code to be simpler.
idea from Daniel Vetter.
