Home
last modified time | relevance | path

Searched refs:bad_pipe (Results 1 – 1 of 1) sorted by relevance

/external/igt-gpu-tools/tests/i915/
Dgem_hang.c43 static int bad_pipe; variable
50 cmd = bad_pipe ? MI_WAIT_FOR_PIPEB_SCAN_LINE_WINDOW : in gpu_hang()
56 OUT_BATCH(MI_LOAD_SCAN_LINES_INCL | (bad_pipe << 20)); in gpu_hang()
58 OUT_BATCH(MI_LOAD_SCAN_LINES_INCL | (bad_pipe << 20)); in gpu_hang()
71 bad_pipe = atoi(optarg); in opt_handler()