[igt-dev] [i-g-t V4 50/52] tests/i915/kms_psr: Add support for Bigjoiner
B, Jeevan
jeevan.b at intel.com
Tue Sep 27 10:23:19 UTC 2022
> -----Original Message-----
> From: igt-dev <igt-dev-bounces at lists.freedesktop.org> On Behalf Of
> Bhanuprakash Modem
> Sent: Thursday, September 22, 2022 9:30 PM
> To: igt-dev at lists.freedesktop.org
> Subject: [igt-dev] [i-g-t V4 50/52] tests/i915/kms_psr: Add support for
> Bigjoiner
>
> 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: Jeevan B <jeevan.b at intel.com>
> ---
> tests/i915/kms_psr.c | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/tests/i915/kms_psr.c b/tests/i915/kms_psr.c index
> 480e2cc7..97b4f0f3 100644
> --- a/tests/i915/kms_psr.c
> +++ b/tests/i915/kms_psr.c
> @@ -102,7 +102,11 @@ static void setup_output(data_t *data)
> if (c->connector_type != DRM_MODE_CONNECTOR_eDP)
> continue;
>
> + igt_display_reset(display);
> igt_output_set_pipe(output, pipe);
> + if (!i915_pipe_output_combo_valid(display))
> + continue;
> +
> data->crtc_id = output->config.crtc->crtc_id;
> data->output = output;
> data->mode = igt_output_get_mode(output);
> --
> 2.37.3
More information about the igt-dev
mailing list