Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Bhanuprakash Modem <bhanuprakash.modem@intel.com>
To: igt-dev@lists.freedesktop.org
Subject: [igt-dev] [i-g-t 0/5] Fix Bigjoiner checks
Date: Mon, 13 Nov 2023 13:49:25 +0530	[thread overview]
Message-ID: <20231113081930.1189688-1-bhanuprakash.modem@intel.com> (raw)

Bigjoiner will come in the picture when the resolution > 5K or
clock > max dot-clock. Add a support to check the selected mode
clock is greater than the max dot-clock.

V6, V7: Rebase

Bhanuprakash Modem (5):
  tests: s/i915_pipe_output_combo_valid/intel_pipe_output_combo_valid/
  lib/igt_kms: s/is_i915_device/is_intel_device
  tests/i915/kms_big_joiner: Fix Bigjoiner checks
  tests/kms_flip: Fix Bigjoiner checks
  tests/kms_setmode: Fix Bigjoiner checks

 lib/igt_kms.c                          |   8 +-
 lib/igt_kms.h                          |   2 +-
 tests/intel/kms_big_fb.c               |   2 +-
 tests/intel/kms_big_joiner.c           | 106 ++++++++++++++-----------
 tests/intel/kms_busy.c                 |   2 +-
 tests/intel/kms_ccs.c                  |   2 +-
 tests/intel/kms_cdclk.c                |   4 +-
 tests/intel/kms_draw_crc.c             |   2 +-
 tests/intel/kms_dsc.c                  |   2 +-
 tests/intel/kms_fb_coherency.c         |   2 +-
 tests/intel/kms_fence_pin_leak.c       |   2 +-
 tests/intel/kms_flip_scaled_crc.c      |   4 +-
 tests/intel/kms_flip_tiling.c          |   2 +-
 tests/intel/kms_frontbuffer_tracking.c |   2 +-
 tests/intel/kms_mmap_write_crc.c       |   2 +-
 tests/intel/kms_psr.c                  |   2 +-
 tests/intel/kms_psr2_sf.c              |   2 +-
 tests/intel/kms_psr2_su.c              |   2 +-
 tests/intel/kms_psr_stress_test.c      |   2 +-
 tests/intel/kms_pwrite_crc.c           |   2 +-
 tests/kms_async_flips.c                |   2 +-
 tests/kms_atomic.c                     |   2 +-
 tests/kms_atomic_interruptible.c       |   2 +-
 tests/kms_atomic_transition.c          |   6 +-
 tests/kms_color_helper.c               |   2 +-
 tests/kms_concurrent.c                 |   2 +-
 tests/kms_content_protection.c         |   2 +-
 tests/kms_cursor_crc.c                 |   2 +-
 tests/kms_cursor_edge_walk.c           |   2 +-
 tests/kms_cursor_legacy.c              |   2 +-
 tests/kms_display_modes.c              |   4 +-
 tests/kms_flip.c                       |  18 +++--
 tests/kms_flip_event_leak.c            |   2 +-
 tests/kms_invalid_mode.c               |   2 +-
 tests/kms_lease.c                      |   2 +-
 tests/kms_pipe_crc_basic.c             |   2 +-
 tests/kms_plane.c                      |   2 +-
 tests/kms_plane_alpha_blend.c          |   2 +-
 tests/kms_plane_cursor.c               |   2 +-
 tests/kms_plane_lowres.c               |   2 +-
 tests/kms_plane_multiple.c             |   2 +-
 tests/kms_plane_scaling.c              |   4 +-
 tests/kms_prime.c                      |   2 +-
 tests/kms_properties.c                 |   6 +-
 tests/kms_rmfb.c                       |   2 +-
 tests/kms_rotation_crc.c               |   6 +-
 tests/kms_scaling_modes.c              |   2 +-
 tests/kms_sequence.c                   |   2 +-
 tests/kms_setmode.c                    |  22 +++--
 tests/kms_tiled_display.c              |   2 +-
 tests/kms_universal_plane.c            |   2 +-
 tests/kms_vblank.c                     |   2 +-
 tests/kms_vrr.c                        |   2 +-
 53 files changed, 150 insertions(+), 122 deletions(-)

--
2.40.0

             reply	other threads:[~2023-11-13  8:29 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-13  8:19 Bhanuprakash Modem [this message]
2023-11-13  8:19 ` [igt-dev] [i-g-t 1/5] tests: s/i915_pipe_output_combo_valid/intel_pipe_output_combo_valid/ Bhanuprakash Modem
2023-11-13  8:19 ` [igt-dev] [i-g-t 2/5] lib/igt_kms: s/is_i915_device/is_intel_device Bhanuprakash Modem
2023-11-13  8:45   ` [igt-dev] [i-g-t, " Joshi, Kunal1
2023-11-13  8:19 ` [igt-dev] [i-g-t 3/5] tests/i915/kms_big_joiner: Fix Bigjoiner checks Bhanuprakash Modem
2023-11-13  8:19 ` [igt-dev] [i-g-t 4/5] tests/kms_flip: " Bhanuprakash Modem
2023-11-15  8:34   ` Ville Syrjälä
2023-11-15  8:47     ` Saarinen, Jani
2023-11-15  8:55       ` Saarinen, Jani
2023-11-15  9:01         ` Saarinen, Jani
2023-11-15  9:20     ` Modem, Bhanuprakash
2023-11-13  8:19 ` [igt-dev] [i-g-t 5/5] tests/kms_setmode: " Bhanuprakash Modem
2023-11-13  8:50   ` [igt-dev] [i-g-t,5/5] " Joshi, Kunal1
2023-11-13 11:50 ` [igt-dev] ✗ CI.xeBAT: failure for Fix Bigjoiner checks (rev10) Patchwork
2023-11-13 11:51 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-11-13 15:49 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-05-17  5:24 [igt-dev] [i-g-t 0/5] Fix Bigjoiner checks Bhanuprakash Modem

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231113081930.1189688-1-bhanuprakash.modem@intel.com \
    --to=bhanuprakash.modem@intel.com \
    --cc=igt-dev@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox