mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
test/flip_test: don't fail if we can't find a crtc
some connectors are forced to certain crcs ...
This commit is contained in:
parent
c832aa1714
commit
efa5e355ac
@ -165,6 +165,7 @@ static void connector_find_preferred_mode(struct test_output *o, int crtc_id)
|
|||||||
|
|
||||||
if (!o->crtc) {
|
if (!o->crtc) {
|
||||||
fprintf(stderr, "could not find requested crtc %d\n", crtc_id);
|
fprintf(stderr, "could not find requested crtc %d\n", crtc_id);
|
||||||
|
o->mode_valid = 0;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user