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

Kamil Konieczny kamil.konieczny at linux.intel.com
Mon Dec 9 16:56:41 UTC 2024


Hi Animesh,
On 2024-11-29 at 14:10:06 +0530, Animesh Manna wrote:

one nit about subject, it is now:

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

imho it should be:

[PATCH i-g-t] tests/kms_vrr: Remove LOBF supported check

Btw this could be corrected at merge time.
Please also check CI failure reports and check them, then replay
to igt-dev ML with Cc to CI.

Regards,
Kamil

> 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