summaryrefslogtreecommitdiff
path: root/linux-core/i915_gem_tiling.c
AgeCommit message (Collapse)Author
2008-07-11intel-gem: Add two new ioctls for managing tiling on objects.Eric Anholt
Various chips have exciting interactions between the CPU and the GPU's different ways of accessing interleaved memory, so we need some kernel assistance in determining how it works. Only fully tested on GM965 so far.