Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [igt-dev] [i-g-t 0/5] Fix Bigjoiner checks
@ 2023-05-17  5:24 Bhanuprakash Modem
  2023-05-17  5:24 ` [igt-dev] [i-g-t 1/5] tests: s/i915_pipe_output_combo_valid/intel_pipe_output_combo_valid/ Bhanuprakash Modem
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: Bhanuprakash Modem @ 2023-05-17  5:24 UTC (permalink / raw)
  To: igt-dev, ankit.k.nautiyal, swati2.sharma, karthik.b.s

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_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             |   2 +-
 tests/kms_dp_tiled_display.c          |   2 +-
 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_universal_plane.c           |   2 +-
 tests/kms_vblank.c                    |   6 +-
 tests/kms_vrr.c                       |   2 +-
 52 files changed, 150 insertions(+), 122 deletions(-)

--
2.40.0

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [igt-dev] [i-g-t 0/5] Fix Bigjoiner checks
@ 2023-11-13  8:19 Bhanuprakash Modem
  0 siblings, 0 replies; 9+ messages in thread
From: Bhanuprakash Modem @ 2023-11-13  8:19 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.

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

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

end of thread, other threads:[~2023-11-13  8:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-17  5:24 [igt-dev] [i-g-t 0/5] Fix Bigjoiner checks Bhanuprakash Modem
2023-05-17  5:24 ` [igt-dev] [i-g-t 1/5] tests: s/i915_pipe_output_combo_valid/intel_pipe_output_combo_valid/ Bhanuprakash Modem
2023-05-17  5:24 ` [igt-dev] [i-g-t 2/5] lib/igt_kms: s/is_i915_device/is_intel_device Bhanuprakash Modem
2023-05-17  5:24 ` [igt-dev] [i-g-t 3/5] tests/i915/kms_big_joiner: Fix Bigjoiner checks Bhanuprakash Modem
2023-05-17  5:24 ` [igt-dev] [i-g-t 4/5] tests/kms_flip: " Bhanuprakash Modem
2023-05-17  5:24 ` [igt-dev] [i-g-t 5/5] tests/kms_setmode: " Bhanuprakash Modem
2023-05-17  6:18 ` [igt-dev] ✓ Fi.CI.BAT: success for Fix Bigjoiner checks (rev7) Patchwork
2023-05-17 15:25 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
  -- strict thread matches above, loose matches on Subject: below --
2023-11-13  8:19 [igt-dev] [i-g-t 0/5] Fix Bigjoiner checks Bhanuprakash Modem

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