mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-24 16:26:13 +00:00
tests/kms_pipe_crc_basic: Skip invalid pipe/port combos
Don't try to test invaliud pipe/port combos. Fixes the test on VLV w/ DSI since the pipe<->DSI port mapping is fixed. Should also fix other platforms with similar restrictions. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
46ec33e847
commit
47db6fbd99
@ -126,6 +126,12 @@ test_read_crc_for_output(data_t *data, int pipe, igt_output_t *output,
|
||||
char *crc_str;
|
||||
|
||||
igt_output_set_pipe(output, pipe);
|
||||
igt_display_commit(display);
|
||||
|
||||
if (!output->valid) {
|
||||
igt_output_set_pipe(output, PIPE_ANY);
|
||||
return 0;
|
||||
}
|
||||
|
||||
igt_debug("Clearing the fb with color (%.02lf,%.02lf,%.02lf)\n",
|
||||
colors[c].r, colors[c].g, colors[c].b);
|
||||
|
Loading…
x
Reference in New Issue
Block a user