Skip to content

Commit

Permalink
igt/drv_missed_irq: remove redundant clear of missed interrupts
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
  • Loading branch information
ickle committed Mar 6, 2017
1 parent b30ff3b commit 4b4a6d9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/drv_missed_irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ igt_simple_main

igt_debug("Testing rings %x\n", expect_rings);
enable_missed_irq();

intel_detect_and_clear_missed_interrupts(fd);
for (e = intel_execution_engines; e->name; e++) {
if (expect_rings == -1 && e->exec_id)
continue;
Expand Down

0 comments on commit 4b4a6d9

Please sign in to comment.