summaryrefslogtreecommitdiff
path: root/lib/rendercopy.h
AgeCommit message (Collapse)AuthorFilesLines
2013-10-24lib: Add a function to dump a scratch buf into a pngDamien Lespiau1-0/+2
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
2013-08-29kms_flip: Exercise flip-vs-renderChris Wilson1-0/+5
For machine with split BCS/RCS rings, we also need to test whether we correctly wait upon outstanding render work before flipping and changing modes. This should also serve to exercise the ring selection code for flips. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2012-11-29lib: extract get_render_copyfuncDaniel Vetter1-0/+2
Otherwise we won't update all the tests if we add new render copyfuncs. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
2012-06-28lib: add a gen7 rendercopyBen Widawsky1-0/+4
Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
2012-02-22tests/gem_ringfill: Exercise all ringsChris Wilson1-0/+5
On SandyBridge, the BLT commands were split from the RENDER commands as well as the BSD split inherited from Ironlake. So we need to make sure we do exercise each ring, and in order to do so we also need to make sure each batch takes longer to execute than it takes for us to submit it. v2: Exercise each ring sequentially. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
2012-01-18lib: extract rendercopy functions from gem_stressDaniel Vetter1-0/+72
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>