[PATCH i-g-t] tests/intel/lobf: Remove lobf supported check

Animesh Manna animesh.manna at intel.com
Fri Nov 29 08:40:06 UTC 2024


>From kernel driver debugfs support is not present so remove
the lobf supported check from igt.

Cc: Jeevan B <jeevan.b at intel.com>
Signed-off-by: Animesh Manna <animesh.manna at intel.com>
---
 tests/kms_vrr.c | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/tests/kms_vrr.c b/tests/kms_vrr.c
index f0564bb6a..e7d2ff1db 100644
--- a/tests/kms_vrr.c
+++ b/tests/kms_vrr.c
@@ -890,11 +890,6 @@ static bool output_constraint(data_t *data, igt_output_t *output, uint32_t flags
 		if (psr_sink_support(data->drm_fd, data->debugfs_fd, PSR_MODE_1, NULL) ||
 		    psr_sink_support(data->drm_fd, data->debugfs_fd, PR_MODE, NULL))
 			psr_disable(data->drm_fd, data->debugfs_fd, NULL);
-
-		if (igt_get_i915_edp_lobf_status(data->drm_fd, output->name)) {
-			igt_info("%s: LOBF not supported.\n", igt_output_name(output));
-			return false;
-		}
 	}
 
 	/* Reset output */
-- 
2.29.0



More information about the igt-dev mailing list