summaryrefslogtreecommitdiff
path: root/tests/gem_tiled_wb.c
AgeCommit message (Collapse)Author
2014-12-04tests: add more test descriptionsThomas Wood
Add more test descriptions based on exiting comments. Signed-off-by: Thomas Wood <thomas.wood@intel.com>
2014-11-04igt/gem_tiled_wb: Remove extraneous mmap(wc) requirementChris Wilson
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2014-11-04igt/gem_tiled_wb: Exercise CPU mmaps with swizzlingChris Wilson
This exercises the the extended get_tiling ioctl in order to determine proper swizzling for direct access to objects through WB. Userspace cannot handle bit17 swizzling through wc mmaps (because bit17 requires swizzling based on the actual physical address of the page - which is unknown to userspace) and so we need an extended get_tiling ioctl to report the actual as well as the logical swizzling on an object. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>