[igt-dev] [i-g-t V3 16/52] tests/kms_dp_tiled_display: Add support for Bigjoiner

Karthik B S karthik.b.s at intel.com
Wed Sep 14 04:54:58 UTC 2022


On 9/9/2022 7:32 PM, Bhanuprakash Modem wrote:
> This patch will add a check to Skip the subtest if a selected pipe/output
> combo won't support Bigjoiner or 8K mode.
>
> Example:
> * Pipe-D wont support a mode > 5K
> * To use 8K mode on a pipe then consecutive pipe must be available & free.
>
> V2: - Use updated helper name
>
> Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
Reviewed-by: Karthik B S <karthik.b.s at intel.com>
> ---
>   tests/kms_dp_tiled_display.c | 1 +
>   1 file changed, 1 insertion(+)
>
> diff --git a/tests/kms_dp_tiled_display.c b/tests/kms_dp_tiled_display.c
> index 8f503e40..341cbab5 100644
> --- a/tests/kms_dp_tiled_display.c
> +++ b/tests/kms_dp_tiled_display.c
> @@ -271,6 +271,7 @@ static void setup_mode(data_t *data)
>   		igt_require(found);
>   		igt_output_override_mode(output, mode);
>   	}
> +	igt_require(i915_pipe_output_combo_valid(data->display));
>   	igt_display_commit_atomic(data->display, DRM_MODE_ATOMIC_ALLOW_MODESET,
>   				  NULL);
>   }




More information about the igt-dev mailing list