[igt-dev] [v2 i-g-t 0/5] Fix mode selection for 2x tests

Bhanuprakash Modem bhanuprakash.modem at intel.com
Thu Apr 22 15:37:22 UTC 2021


When two monitors connected through MST, the second monitor also
tries to use the same mode. So two such modes may not fit into the
link bandwidth.

This series will find a combination of modes that fit into the BW.

IGT core helper would override the mode on all connectors that will
be modeset by the next igt_display_commit() call in the test. These
are all the connectors in igt_display_t that have a pending_pipe set
by the test up to the point of calling this helper.

TODO: Sort the mode combinations in decending ordered.

Cc: Imre Deak <imre.deak at intel.com>
Cc: Ankit Nautiyal <ankit.k.nautiyal at intel.com>
Cc: Daniel Vetter <daniel.vetter at ffwll.ch>
Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>

Bhanuprakash Modem (5):
  lib/igt_kms: helper to override the mode on all connectors
  tests/kms_frontbuffer_tracking: Fix mode selection for 2x tests
  tests/kms_cursor_legacy: Fix mode selection for 2x tests
  tests/debugfs_test: Fix mode selection for MST
  tests/kms_content_protection: Fix mode selection for 2x tests

 lib/igt_kms.c                    | 40 +++++++++++++++++++++++++++
 lib/igt_kms.h                    |  1 +
 tests/debugfs_test.c             | 10 +++++++
 tests/kms_content_protection.c   | 41 +++++++++++-----------------
 tests/kms_cursor_legacy.c        | 47 ++++++++++++++++++++++++++++++--
 tests/kms_frontbuffer_tracking.c | 33 ++++++++++++++++++++++
 6 files changed, 144 insertions(+), 28 deletions(-)

--
2.20.1



More information about the igt-dev mailing list