mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 18:06:13 +00:00
testdisplay: Print the stereo mode being tested
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
parent
e836b60d37
commit
6de613f8e5
@ -557,6 +557,8 @@ set_stereo_mode(struct connector *c)
|
||||
if (!(c->mode.flags & DRM_MODE_FLAG_3D_MASK))
|
||||
continue;
|
||||
|
||||
fprintf(stdout, "CRTC(%u): [%d]", c->crtc, i);
|
||||
kmstest_dump_mode(&c->mode);
|
||||
do_set_stereo_mode(c);
|
||||
|
||||
if (qr_code) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user