[PATCH i-g-t 0/3] kms_dirtyfb support check fix

Jouni Högander jouni.hogander at intel.com
Mon Mar 25 16:53:46 UTC 2024


Currently kms_dirtyfb is failing if PSR is enabled on setup where PSR
can't be enabled due to too long setup time. On such setup these logs
are seen:

drm:intel_psr_compute_config [i915]] PSR condition failed: PSR setup time (330 us) too long

This is not a bug and failing on such setup is not correct. This patch
set removes these false positives by not adding such dynamic tests at
all where the feaure can't be enabled.

Jouni Högander (3):
  tests/intel/kms_dirtyfb: Modify check_feature to not use assert
  tests/intel/kms_dirtyfb: Prepare check_support for additional tests
  tests/intel/kms_dirtyfb: Ensure that enabling feature is possible

 tests/intel/kms_dirtyfb.c | 82 ++++++++++++++++++++++-----------------
 1 file changed, 47 insertions(+), 35 deletions(-)

-- 
2.34.1



More information about the Intel-gfx-trybot mailing list