From c9a9cf357b6b2a304623790bf8dae797e12888a8 Mon Sep 17 00:00:00 2001 From: José Roberto de Souza Date: Tue, 2 Apr 2019 17:20:12 -0700 Subject: tests: Remove i915_missed_irq MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit i915_ring_missed_irq was removed from debugfs in kernel patch 789659f4307a ("drm/i915: Drop fake breadcrumb irq") and it was the base of which i915_missed_irq was written, so removing this test for good. Cc: Chris Wilson Cc: Tvrtko Ursulin Acked-by: Daniel Vetter Reviewed-by: Chris Wilson --- tests/Makefile.sources | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/Makefile.sources') diff --git a/tests/Makefile.sources b/tests/Makefile.sources index 86ad301e..214698da 100644 --- a/tests/Makefile.sources +++ b/tests/Makefile.sources @@ -474,9 +474,6 @@ i915_getparams_basic_SOURCES = i915/i915_getparams_basic.c TESTS_progs += i915_hangman i915_hangman_SOURCES = i915/i915_hangman.c -TESTS_progs += i915_missed_irq -i915_missed_irq_SOURCES = i915/i915_missed_irq.c - TESTS_progs += i915_module_load i915_module_load_SOURCES = i915/i915_module_load.c -- cgit v1.2.3