[igt-dev] [i-g-t V4 47/52] tests/i915/kms_mmap_write_crc: Add support for Bigjoiner

Thasleem, Mohammed mohammed.thasleem at intel.com
Fri Sep 30 06:46:08 UTC 2022


On 9/22/2022 9:29 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>
> ---
>   tests/i915/kms_mmap_write_crc.c | 6 ++++++
>   1 file changed, 6 insertions(+)
> 
> diff --git a/tests/i915/kms_mmap_write_crc.c b/tests/i915/kms_mmap_write_crc.c
> index a57938b5..2153ee8a 100644
> --- a/tests/i915/kms_mmap_write_crc.c
> +++ b/tests/i915/kms_mmap_write_crc.c
> @@ -276,6 +276,12 @@ igt_main_args("n", NULL, NULL, opt_handler, NULL)
>   
>   	igt_subtest_with_dynamic("main") {
>   		for_each_pipe_with_valid_output(&data.display, pipe, output) {
> +			igt_display_reset(&data.display);
> +
> +			igt_output_set_pipe(output, pipe);
> +			if (!i915_pipe_output_combo_valid(&data.display))
> +				continue;
> +
>   			igt_dynamic_f("pipe-%s-%s", kmstest_pipe_name(pipe),
>   				      igt_output_name(output)) {
>   				data.output = output;
Reviewed-by: Mohammed Thasleem <mohammed.thasleem at intel.com>


More information about the igt-dev mailing list