search for: kms_pipe_crc_basic

Displaying 10 results from an estimated 10 matches for "kms_pipe_crc_basic".

2020 Mar 18
1
[PATCH i-g-t 1/2] tests/kms_pipe_crc_basic: Use igt_display_require_output_on_pipe()
From: Lyude Paul <lyude at redhat.com> Signed-off-by: Lyude Paul <lyude at redhat.com> --- tests/kms_pipe_crc_basic.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c index d169b7bd..f121e27e 100644 --- a/tests/kms_pipe_crc_basic.c +++ b/tests/kms_pipe_crc_basic.c @@ -65,15 +65,14 @@ static void test_bad_source(data_t *data) stati...
2020 Mar 18
0
[PATCH i-g-t 2/2] tests/kms_pipe_crc_basic: Add disable-crc-after-crtc-pipe-* tests
...ation where we disable CRCs on a pipe that already been disabled, which ended up causing some other vague igt issues when running certain tests in multi-mode. So, let's add a trivial test for this scenario while we're at it. Signed-off-by: Lyude Paul <lyude at redhat.com> --- tests/kms_pipe_crc_basic.c | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) diff --git a/tests/kms_pipe_crc_basic.c b/tests/kms_pipe_crc_basic.c index f121e27e..4a58332a 100644 --- a/tests/kms_pipe_crc_basic.c +++ b/tests/kms_pipe_crc_basic.c @@ -152,6 +152,41 @@ static void test_read_crc(data...
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...lib/igt_debugfs: Remove igt_debugfs_t lib/igt_debugfs: Only use valid values in igt_crc_to_str() Chris Wilson (132): Revert "Always expose IGT subtests for known kernel selftests" Revert "lib: Add i915 and drm-mm selftest headers from the kernel" igt/kms_pipe_crc_basic: Skip test before hang injection igt/kms_pipe_crc_basic: Tighten timings for CRC readback lib: Update i915_pciids.h lib: Squelch a pair of ignore result warnings lib: Remove requirements spam from gem_set_tiling() igt/gem_userptr_blits: Move assert to caller igt/...
2020 Jul 02
0
Getting reviews for nouveau contributions in igt?
...ries/74811/ The others add some missing bits to some basic kms tests that I noticed while doing CRC bringup: https://patchwork.freedesktop.org/series/74806/ - fixes false-positives in kms_plane plane-position-hole tests https://patchwork.freedesktop.org/series/74808/ - adds a test to kms_pipe_crc_basic to exercise disabling CRC capture on a pipe immediately after said pipe being disabled. The second question that I had is in the future, for adding nouveau-specific tests is it acceptable for me to just get reviews from other nouveau developers or should I be trying to pull people in from this...
2016 Mar 01
0
[ANNOUNCE] intel-gpu-tools 1.14
...tests/kms_force_connector_basic: Add prune-stale-modes subtest lib: Make 'extra_long_opts' const lib: Use igt_assert_eq() to check for crc component count lib: Extract some common fb create+fill methods into helpers lib: Add igt_pipe_crc_new_nonblock() tests/kms_pipe_crc_basic: Add tests for O_NONBLOCK CRC reads tests/kms_chv_cursor_fail: Add a test to exercise CHV pipe C cursor fail Fix a bunch of printf types tests/gem_mmap_gtt: Deal with tile sizes on gen2/3 tests/gem_mmap_gtt: Add progress indicators tests/gem_mmap_gtt: Make the small-bo...
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...lib: Avoid assertion if sig_ioctl is unsed from a child accidentally benchmarks/gem_latency: Add a -C switch to measure impact of cmdparser benchmarks: Include my ezbench test runners igt/gem_shrink: Fix leak in userptr, add another igt/gem_shrink: Reduce oom spam igt/kms_pipe_crc_basic: Replace stop_rings with igt_hang_ring igt/kms_flip: Convert over to real hang injection lib: Remove defunct stop_rings igt/gem_shrink: Fix execution object offset igt/gem_concurrent_blit: Purge the libdrm caches before cloning lib: Tidy presentations of pread/pwrite f...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...gtt,wc} return value MAP_FAILED asserts Sprinkle igt_assert(ptr) after gem_mmap__{cpu,gtt,wc} lib: Die if framebuffer GTT mapping fails Make gem_mmap__{cpu,gtt,wc}() assert on failure Replace __gem_mmap__{cpu,gtt,wc}() + igt_assert() with gem_mmap__{cpu,gtt,wc}() tests/kms_pipe_crc_basic: Skip invalid pipe/port combos lib: Skip suspend/hibernate tests if the system doesn't support them tests/kms_flip: Improve the accuracy of out frame time calculation tests/kms_flip: Dump the timestamps, counters, etc. with higher debug levels tests/kms_flip: Use human r...
2017 Oct 04
0
[ANNOUNCE] intel-gpu-tools 1.20
...hout gsl available. meson: Use static libs to handle IGT_LOG_DOMAIN. Fix rlim_cur compiler warnings when building on ARM. meson: Fix build of igt_x86-using tests on non-x86 platforms. meson: Disable the intel overlay on non-x86 builds. Gabriel Krisman Bertazi (3): igt/kms_pipe_crc_basic: Print pipe name when skipping igt/kms_pipe_crc_basic: Skip test before system suspend lib/igt_debugfs: Prevent compiler warning on unchecked printf format Gustavo Padovan (1): tests/kms_cursor_legacy: use 'enum pipe' type instead of 'int' Jani Nikula (10):...
2018 Aug 08
0
[ANNOUNCE] igt-gpu-tools 1.23
...agement support. tests/kms_panel_fitting: Test cleanups. lib/igt_kms: Fix igt_plane_reset to handle cursor planes correctly too tests/kms_frontbuffer_tracking: Convert test to use igt_display, v3. tests/kms_frontbuffer_tracking: Respect mode when collecting CRCs. tests/kms_pipe_crc_basic: Remove legacy crc tests lib/igt_kms: Fix enum type in igt_pipe_has_prop. tests/kms_frontbuffer_tracking: Reduce fbc status spam, v2. lib/igt_kms: Add functions to get only a single output for a pipe, v2. tests/kms_rmfb: Use for_each_pipe_with_single_output. tests/kms_...
2017 Mar 13
1
[ANNOUNCE] intel-gpu-tools 1.18
...lid kms_fbc_crc: Stop looking at output->valid kms_fence_pin_leak: Stop looking at output->valid kms_flip_event_leak: Stop looking at output->valid kms_mmap_write_crc: Stop looking at output->valid kms_mmio_vs_cs_flip: Stop looking at output->valid kms_pipe_crc_basic: Stop looking at output->valid kms_rotation_crc: Stop looking at output->valid lib/igt_kms: Remove output->valid kms_ccs: Fix testcase. kms_pipe_color: Use for_each_valid_output_on_pipe. lib/igt_kms: Remove output->valid again tests: Add test for tv l...