lib/kmstest: Fix up tiled buffer creation
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 11 Mar 2014 15:14:33 +0000 (16:14 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sun, 13 Apr 2014 17:08:17 +0000 (19:08 +0200)
commitcc730c418f44245c49776059b2564f54da4449e6
treed976b40b7c62b74707f79452e0e7df6d3da280dd
parent99b8f807010483128f10f7934a864c78b4438b34
lib/kmstest: Fix up tiled buffer creation

When extracting a raw __gem_set_tiling helper I've fumbled this in

commit 590f6101402b51bca54f69c002380bda967484ea
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Wed Oct 9 20:50:50 2013 +0200

    lib/drmtest: extract rawer __gem_set_tiling

Fix things up so that we properly propaget the error again.

Now to make this all properly work we also need to make kms_flip a
notch more robust against such failures ...

This only blows up on gen2/3 with the pan tests which want a too wide
framebuffer for tiling.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
lib/igt_fb.c
lib/igt_kms.c
tests/kms_flip.c