lib: move create_stereo_fb from testdisplay to igt_fb
authorThomas Wood <thomas.wood@intel.com>
Mon, 4 Aug 2014 15:14:51 +0000 (16:14 +0100)
committerThomas Wood <thomas.wood@intel.com>
Fri, 5 Sep 2014 15:52:51 +0000 (16:52 +0100)
commit4cb194669782d759e60bad3fa61e3efc0ee7c7ec
tree7994d1fbceab1fad45f74859770e29691d8d29b0
parenta124b1a430bf47f31fcff0614dbc00dbe2794dcf
lib: move create_stereo_fb from testdisplay to igt_fb

Move create_stereo_fb from testdisplay to igt_create_stereo_fb in igt_fb
so that it can be used in other tests.

v2: update for new igt_create_fb API
    add parameters for format and tiling
    remove some old debug code

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
lib/Makefile.am
lib/igt_fb.c
lib/igt_fb.h
tests/testdisplay.c