Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [V5 i-g-t 0/5] Fix Bigjoiner checks
@ 2023-06-29 15:03 Bhanuprakash Modem
  2023-06-29 15:03 ` [igt-dev] [V5 i-g-t 1/5] tests: s/i915_pipe_output_combo_valid/intel_pipe_output_combo_valid/ Bhanuprakash Modem
                   ` (9 more replies)
  0 siblings, 10 replies; 14+ messages in thread
From: Bhanuprakash Modem @ 2023-06-29 15:03 UTC (permalink / raw)
  To: igt-dev

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.

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/i915/kms_big_fb.c               |   2 +-
 tests/i915/kms_big_joiner.c           | 106 +++++++++++++++-----------
 tests/i915/kms_busy.c                 |   2 +-
 tests/i915/kms_ccs.c                  |   2 +-
 tests/i915/kms_cdclk.c                |   4 +-
 tests/i915/kms_draw_crc.c             |   2 +-
 tests/i915/kms_dsc.c                  |   2 +-
 tests/i915/kms_fb_coherency.c         |   2 +-
 tests/i915/kms_fence_pin_leak.c       |   2 +-
 tests/i915/kms_flip_scaled_crc.c      |   4 +-
 tests/i915/kms_flip_tiling.c          |   2 +-
 tests/i915/kms_frontbuffer_tracking.c |   2 +-
 tests/i915/kms_mmap_write_crc.c       |   2 +-
 tests/i915/kms_psr.c                  |   2 +-
 tests/i915/kms_psr2_sf.c              |   2 +-
 tests/i915/kms_psr2_su.c              |   2 +-
 tests/i915/kms_psr_stress_test.c      |   2 +-
 tests/i915/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                    |   6 +-
 tests/kms_vrr.c                       |   2 +-
 53 files changed, 152 insertions(+), 124 deletions(-)

--
2.40.0

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2023-06-30 15:15 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-29 15:03 [igt-dev] [V5 i-g-t 0/5] Fix Bigjoiner checks Bhanuprakash Modem
2023-06-29 15:03 ` [igt-dev] [V5 i-g-t 1/5] tests: s/i915_pipe_output_combo_valid/intel_pipe_output_combo_valid/ Bhanuprakash Modem
2023-06-29 15:03 ` [igt-dev] [V5 i-g-t 2/5] lib/igt_kms: s/is_i915_device/is_intel_device Bhanuprakash Modem
2023-06-29 15:03 ` [igt-dev] [V5 i-g-t 3/5] tests/i915/kms_big_joiner: Fix Bigjoiner checks Bhanuprakash Modem
2023-06-29 15:03 ` [igt-dev] [V5 i-g-t 4/5] tests/kms_flip: " Bhanuprakash Modem
2023-06-29 15:03 ` [igt-dev] [V5 i-g-t 5/5] tests/kms_setmode: " Bhanuprakash Modem
2023-06-29 16:37 ` [igt-dev] ✗ Fi.CI.BAT: failure for Fix Bigjoiner checks (rev8) Patchwork
2023-06-30  4:45   ` Modem, Bhanuprakash
2023-06-30  4:49   ` Modem, Bhanuprakash
2023-06-30  8:32     ` Yedireswarapu, SaiX Nandan
2023-06-30  7:34 ` Patchwork
2023-06-30  7:38 ` Patchwork
2023-06-30  7:42 ` [igt-dev] ✓ Fi.CI.BAT: success " Patchwork
2023-06-30 15:15 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox