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

B, Jeevan jeevan.b at intel.com
Mon Dec 9 08:55:21 UTC 2024


LGTM.

Reviewed-by: Jeevan B <jeevan.b at intel.com>

> -----Original Message-----
> From: Manna, Animesh <animesh.manna at intel.com>
> Sent: Friday, November 29, 2024 2:10 PM
> To: igt-dev at lists.freedesktop.org
> Cc: Manna, Animesh <animesh.manna at intel.com>; B, Jeevan
> <jeevan.b at intel.com>
> Subject: [PATCH i-g-t] tests/intel/lobf: Remove lobf supported check
> 
> 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