mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-24 22:55:39 +00:00
lib/igt.cocci: Add stanza for for_each_pipe
Damien dodged this ... Also run the script while at it. v2: Don't just capture identifiers for pipe, but also expressions. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
@@ -196,7 +196,7 @@ static void run_test(data_t *data)
|
||||
enum pipe p;
|
||||
|
||||
for_each_connected_output(display, output) {
|
||||
for (p = 0; p < igt_display_get_n_pipes(display); p++) {
|
||||
for_each_pipe(display, p) {
|
||||
if (run_single_test(data, p, output))
|
||||
return; /* one time ought to be enough */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user