gem_vmap_blits: fix compilation if I915_PARAM_HAS_VMAP is not defined
authorPaulo Zanoni <przanoni@gmail.com>
Wed, 24 Aug 2011 17:57:31 +0000 (14:57 -0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 6 Sep 2011 19:47:15 +0000 (21:47 +0200)
commit2a7778d4e3f4730572e4f22c39c85787daa73469
treede887ff000c4226d53d9e3882cf2a962f4d51dce
parent15cb28218786ae80101ad0f6cc5a21c1ad9e8d3e
gem_vmap_blits: fix compilation if I915_PARAM_HAS_VMAP is not defined

Previously, "make check" failed because the main() function was not
defined.

Signed-off-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Tested-By: Eugeni Dodonov <eugeni.dodonov@intel.com>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
tests/gem_vmap_blits.c