[igt-dev] [i-g-t v5 33/52] tests/kms_sequence: Add support for Bigjoiner
Gupta, Nidhi1
nidhi1.gupta at intel.com
Fri Dec 30 15:27:26 UTC 2022
On Tue, 2022-11-15 at 08:43 +0530, 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: Nidhi Gupta <nidhi1.gupta at intel.com>
> tests/kms_sequence.c | 6 ++++++
> 1 file changed, 6 insertions(+)
>diff --git a/tests/kms_sequence.c b/tests/kms_sequence.c
>index c72857a3..c8a3d6bb 100644
>--- a/tests/kms_sequence.c
>+++ b/tests/kms_sequence.c
>@@ -285,6 +285,12 @@ igt_main
> "drmCrtcQueueSequence");
> igt_subtest_with_dynamic_f("%s-%s", f->name, m->name) {
> for_each_pipe_with_valid_output(&data.display, p, output) {
>+ igt_display_reset(&data.display);
>+
>+ igt_output_set_pipe(output, p);
>+ if (!i915_pipe_output_combo_valid(&data.display))
>+ continue;
>+
> igt_dynamic_f("%s-pipe-%s", igt_output_name(output), kmstest_pipe_name(p)) {
> data.pipe = p;
> data.output = output;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/igt-dev/attachments/20221230/9435fa99/attachment-0001.htm>
More information about the igt-dev
mailing list