mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-10 17:36:11 +00:00
tests/kms_addfb_basic: Set tiling in addfb25 subtest
When moving the call to gem_set_tiling into the subtests, the one needed by addfb25-framebuffer-vs-set-tiling was left out. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
This commit is contained in:
parent
e0145eabba
commit
da3ae5c861
@ -385,6 +385,7 @@ static void addfb25_tests(int fd)
|
||||
}
|
||||
|
||||
igt_subtest("addfb25-framebuffer-vs-set-tiling") {
|
||||
gem_set_tiling(fd, gem_bo, I915_TILING_X, 1024*4);
|
||||
igt_require_fb_modifiers(fd);
|
||||
|
||||
f.modifier[0] = LOCAL_I915_FORMAT_MOD_X_TILED;
|
||||
|
Loading…
x
Reference in New Issue
Block a user