From 4a94878797999d1d2f7d224c6cf2e2855cd3109a Mon Sep 17 00:00:00 2001 From: Maarten Lankhorst Date: Tue, 30 Oct 2018 15:47:31 +0100 Subject: tests: Make a fb-tiling subtest to check for invalid tiling changes. In 2013 we prevented changing the tiling of an active framebuffer: commit 80075d492f8773209e26d11d6bb13ba624ef95a4 Author: Daniel Vetter Date: Wed Oct 9 21:23:52 2013 +0200 drm/i915: prevent tiling changes on framebuffer backing storage After this we no longer have any use for the bad-tiling subtest, and only have to make sure changing tiling on a fb is not allowed. Remove the original bad-tiling subtest, and add a i915_fb_tiling subtest for this case. Signed-off-by: Maarten Lankhorst [mlankhorst: Fix build system changes] Reviewed-by: Juha-Pekka Heikkila --- tests/meson.build | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/meson.build') diff --git a/tests/meson.build b/tests/meson.build index e14ab2b4..5e16986d 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -96,6 +96,7 @@ test_progs = [ ] i915_progs = [ + 'fb_tiling', 'getparams_basic', 'hangman', 'missed_irq', -- cgit v1.2.3