lib: Change the fb creation functions to take fully qualified tiling formats
authorDamien Lespiau <damien.lespiau@intel.com>
Mon, 23 Jun 2014 13:53:24 +0000 (14:53 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Thu, 21 Aug 2014 13:54:01 +0000 (14:54 +0100)
commit378e61e4d872136d9d106bcaae1fcafb5ce1c460
treef1744587101d1b15dd2c78fabfdeaf071a2ecc8f
parent4d2f511cee49db9b8f1ebf93b9835d871dfb9a9e
lib: Change the fb creation functions to take fully qualified tiling formats

In the future, we'll need more than X tiling here. So give a full enum
instead of bool meaning X-tiled.

It's fine to do this change without updating the users just yet as
'true' happens to be I915_TILING_X.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
lib/igt_fb.c
lib/igt_fb.h