summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2018-10-30 15:47:31 +0100
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>2019-01-28 12:55:40 +0100
commit4a94878797999d1d2f7d224c6cf2e2855cd3109a (patch)
treeab35184fd9b50df3f68de4861459cd62fbcd71f0 /tests/Makefile.sources
parente061af7bc37bfc77893dae8dab93d712d39d18df (diff)
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 <daniel.vetter@ffwll.ch> 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 <maarten.lankhorst@linux.intel.com> [mlankhorst: Fix build system changes] Reviewed-by: Juha-Pekka Heikkila <juhapekka.heikkila@gmail.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 519eac79..8a2c57bc 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -481,6 +481,9 @@ gen3_render_tiledx_blits_SOURCES = i915/gen3_render_tiledx_blits.c
TESTS_progs += gen3_render_tiledy_blits
gen3_render_tiledy_blits_SOURCES = i915/gen3_render_tiledy_blits.c
+TESTS_progs += i915_fb_tiling
+i915_fb_tiling_SOURCES = i915/fb_tiling.c
+
TESTS_progs += i915_getparams_basic
i915_getparams_basic_SOURCES = i915/getparams_basic.c