From ee6a40fd01871b79a391646e15ce76bd9d5c1138 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 3 Feb 2017 21:57:33 +0000 Subject: igt: Skip MI_STORE_DWORD_IMM on gen2 On gen2 MI_STORE_DWORD_IMM operates on a physical, not virtual, address i.e. we can't use it. Signed-off-by: Chris Wilson --- tests/kms_pipe_b_c_ivb.c | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/kms_pipe_b_c_ivb.c') diff --git a/tests/kms_pipe_b_c_ivb.c b/tests/kms_pipe_b_c_ivb.c index 89005383..64086915 100644 --- a/tests/kms_pipe_b_c_ivb.c +++ b/tests/kms_pipe_b_c_ivb.c @@ -117,7 +117,6 @@ set_normal_mode_on_pipe(data_t *data, enum pipe pipe, igt_output_t *output) static void find_outputs(data_t *data, igt_output_t **output1, igt_output_t **output2) { - int count = 0; igt_output_t *output; enum pipe pipe; -- cgit v1.2.3