public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-02-25 01:25:32 to 2026-02-27 10:55:37 UTC [more...]

[PATCH i-g-t 00/17] lib/kms: Finish the igt_crtc_t API refactoring
 2026-02-27 10:55 UTC  (23+ messages)
` [PATCH i-g-t 01/17] lib/kms: Replace igt_pipe_has_valid_output() with igt_crtc_has_valid_output()
` [PATCH i-g-t 02/17] lib/kms: Replace igt_display_require_output_on_pipe() with igt_display_require_output_on_crtc()
` [PATCH i-g-t 03/17] lib/kms: Replace igt_get_single_output_for_pipe() with igt_get_single_output_for_crtc()
` [PATCH i-g-t 04/17] lib/kms: Make the igt_*_bpc_*() interfaces more abstract
` [PATCH i-g-t 05/17] tests/kms: Use igt_crtc_name()
` [PATCH i-g-t 06/17] tests/kms: Clean up crtc->pipe comparions
` [PATCH i-g-t 07/17] tests/vmwgfx/vmw_prime: Replace igt_pipe_crc_new() with igt_crtc_crc_new()
` [PATCH i-g-t 08/17] lib/kms: Prefer "crtc" over "pipe" in function names
` [PATCH i-g-t 09/17] tests/kms_color*: "
` [PATCH i-g-t 10/17] tests/kms: "
` [PATCH i-g-t 11/17] tests/kms_tiled_display: Remove mention of PIPE_NONE
` [PATCH i-g-t 12/17] tests/kms: Remove hand rolled get_vblank() stuff
` [PATCH i-g-t 13/17] lib/kms: Fix kmstest_get_vblank() docs
` [PATCH i-g-t 14/17] tests/kms: Pass crtc_index to kmstest_get_vbl_flag()
` [PATCH i-g-t 15/17] tests/kms: Pass crtc_index to kmstest_get_vblank()
` [PATCH i-g-t 16/17] lib/kms: Introduce igt_crtc_get_vbl_flag()
` [PATCH i-g-t 17/17] lib/kms: Introduce igt_crtc_get_vblank()

[PATCH] tests/intel/kms: Drop unneeded igt_device_set_master calls
 2026-02-27 10:45 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH i-g-t 0/2] xe_sriov_flr: reset-only FLR smoke test
 2026-02-27 10:07 UTC  (8+ messages)
` [PATCH i-g-t 1/2] tests/intel/xe_sriov_flr: Add reset-only FLR subtest
` [PATCH i-g-t 2/2] tests/intel/xe_sriov_flr: Add --extended for reset-only
` ✓ i915.CI.BAT: success for xe_sriov_flr: reset-only FLR smoke test
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH i-g-t 0/5] Add support for xe3p and prefetch fault test
 2026-02-27 10:02 UTC  (9+ messages)
` [PATCH i-g-t 1/5] lib/[gpu_cmds|xehp_media]: Introduce gpu execution commands for an efficient 64bit mode
` [PATCH i-g-t 2/5] lib/allocator: add canonicalize helper for 57 bit
` [PATCH i-g-t 4/5] scripts/generate_iga64_codes: Add support for xe3p and xe3

[PATCH v3 i-g-t 0/4] meson/tools: split lightweight igt core and reduce tool dependencies
 2026-02-27  9:53 UTC  (4+ messages)
` [PATCH v3 i-g-t 1/4] tools/meson: make per-tool dependencies instead of using global deps

[PATCH i-g-t v1] tests/kms_content_protection: check sink capability after modeset
 2026-02-27  7:39 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH i-g-t 0/1] Bash autocompletion feature for igt
 2026-02-27  7:23 UTC  (6+ messages)
` [PATCH i-g-t 1/1] scripts/bash-autocomplete: Create autocompletion for tests
` ✓ i915.CI.BAT: success for Bash autocompletion feature for igt
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t] tests/intel/kms_big_fb: Skip 90/270 rotation on Display Ver >= 13
 2026-02-27  7:09 UTC  (2+ messages)

[PATCH i-g-t v2] tests/intel/kms_sharpness_filter: Restructure modifier validation into per-modifier subtests
 2026-02-27  6:16 UTC  (2+ messages)

[PATCH i-g-t 00/19] lib/kms: Clean up more of igt_kms API
 2026-02-27  4:24 UTC  (33+ messages)
` [PATCH i-g-t 01/19] tests/kms_plane_multiple: Clean up n_planes stuff
` [PATCH i-g-t 02/19] tests/kms_async_flips: Remove redundant data.crtc_id
` [PATCH i-g-t 03/19] tests/kms_lease: Consolidate igt_crtc_for_pipe() calls
` [PATCH i-g-t 04/19] tests/kms: "
` [PATCH i-g-t 05/19] lib/kms: Introduce igt_first_crtc_with_single_output()
` [PATCH i-g-t 06/19] tests/kms: Use igt_first_crtc_with_single_output()
` [PATCH i-g-t 07/19] lib/kms: Introduce and use igt_first_crtc()
` [PATCH i-g-t 08/19] tests/kms: Stop using igt_require_pipe()
` [PATCH i-g-t 09/19] lib/kms: Replace get_num_scalers() with igt_crtc_num_scalers()
` [PATCH i-g-t 10/19] lib/kms: Pass igt_crtc_t* to igt_max_bpc_constraint()
` [PATCH i-g-t 11/19] lib/kms: Introduce for_each_plane_on_crtc()
` [PATCH i-g-t 12/19] tests/kms: Use for_each_plane_on_crtc()
` [PATCH i-g-t 13/19] lib/kms: Nuke for_each_plane_on_pipe()
` [PATCH i-g-t 14/19] tests/kms: Switch to for_each_valid_output_on_crtc_local()
` [PATCH i-g-t 15/19] tests/kms: Replace igt_pipe_connector_valid() with igt_crtc_connector_valid()
` [PATCH i-g-t 16/19] lib/kms: Intreoduce for_each_valid_output_on_crtc()
` [PATCH i-g-t 17/19] tests/intel/kms_frontbuffer_tracking: Use for_each_valid_output_on_crtc()
` [PATCH i-g-t 18/19] tests/kms: "
` [PATCH i-g-t 19/19] lib/kms: Nuke for_each_valid_output_on_pipe()
` ✗ Xe.CI.BAT: failure for lib/kms: Clean up more of igt_kms API
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "
` ✓ Xe.CI.BAT: success for lib/kms: Clean up more of igt_kms API (rev2)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t v1] lib/igt_psr: Fix Early Transport status handling
 2026-02-27  2:58 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH i-g-t v5] tests/kms_explict_fence: Add Test for Explicit Fencing
 2026-02-26 21:08 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for tests/kms_explict_fence: Add Test for Explicit Fencing (rev6)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring
 2026-02-26 18:20 UTC  (4+ messages)

[PATCH i-g-t v7 00/48] Unigraf integration
 2026-02-26 16:17 UTC  (11+ messages)
` [PATCH i-g-t v7 03/48] lib/igt_kms: Add function to list connected connectors
` [PATCH i-g-t v7 05/48] lib/igt_kms: Add helper to wait for new connectors
` [PATCH i-g-t v7 41/48] lib/igt_dp: Create generic helpers for DP information

[PATCH i-g-t 0/2] Add helper to select non-joiner mode
 2026-02-26 12:09 UTC  (3+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: Add helper to get "

[PATCH i-g-t 0/5] Add false sharing and XA app transient tests
 2026-02-26 11:28 UTC  (6+ messages)
` [PATCH i-g-t 5/5] tests/intel/xe_pat: Validate XA App Transient feature

[PATCH i-g-t v1] tests/kms_async_flips: validate mode before proceeding with fb creation
 2026-02-26 11:19 UTC  (6+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✗ i915.CI.BAT: "
` ✗ Xe.CI.FULL: "

[PATCH i-g-t v7 0/6] kms_flip: limit number of subtests run
 2026-02-26 11:15 UTC  (11+ messages)
` [PATCH i-g-t v7 1/6] tests/kms_flip: test suspend on one pair of pipes
` [PATCH i-g-t v7 2/6] tests/kms_flip: run suspend tests on one pipe per output
` [PATCH i-g-t v7 3/6] tests/kms_flip: limit output pairs when testing suspend
` [PATCH i-g-t v7 4/6] tests/kms_flip: limit number of outputs wrt suspend
` [PATCH i-g-t v7 5/6] tests/kms_flip: staticize & remove unused global vars
` [PATCH i-g-t v7 6/6] tests/kms_flip: test suspend at most twice on SNB
` ✓ Xe.CI.BAT: success for kms_flip: limit number of subtests run (rev7)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t v4] tests/kms_explict_fence: Add Test for Explicit Fencing
 2026-02-26  9:44 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for tests/kms_explict_fence: Add Test for Explicit Fencing (rev5)
` ✗ i915.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH i-g-t 0/4] Extend compute userenv to support user passed buffers
 2026-02-26  9:05 UTC  (10+ messages)
` [PATCH i-g-t 1/4] lib/intel_compute: Add types for input and output buffers
` [PATCH i-g-t 2/4] lib/intel_compute: Extend userenv by adding input and output bos
` [PATCH i-g-t 3/4] tests/xe_compute: Exercise user passed buffers
` [PATCH i-g-t 4/4] tests/xe_compute: Use appropriate feature in compute-square tests
` ✗ Xe.CI.BAT: failure for Extend compute userenv to support user passed buffers
` ✓ i915.CI.BAT: success "
` ✓ Xe.CI.FULL: "
` ✗ i915.CI.Full: failure "

[PATCH i-g-t v1] tests/kms_rotation_crc: Add skip reason for invalid plane rotation
 2026-02-26  8:21 UTC  (4+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "

[PATCH i-g-t 0/6] add test to validate dock/undock and switch
 2026-02-26  7:45 UTC  (11+ messages)
` [PATCH i-g-t 1/6] lib/igt_edid: add EDID serial extraction helpers
` [PATCH i-g-t 2/6] lib/igt_connector_helper: Add generic connector helpers
` [PATCH i-g-t 3/6] lib/igt_serial: add generic serial communication helper
` [PATCH i-g-t 4/6] lib/igt_usb4_switch: add helper library for USB4 Switch 3141
` [PATCH i-g-t 5/6] tests/kms_feature_discovery: add basic usb4 switch discovery
` [PATCH i-g-t 6/6] tests/intel/kms_usb4_switch: Add USB4 switch test suite
` ✗ Xe.CI.BAT: failure for add test to validate dock/undock and switch (rev3)
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t] tests/kms_bw: Skip tests when outputs don't support the mode
 2026-02-26  5:40 UTC  (5+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "
` ✗ i915.CI.Full: "

[PATCH 0/3] tests/kms_pipe_crc_basic: add mst suspend-resume test
 2026-02-26  4:26 UTC  (5+ messages)
` [PATCH i-g-t 1/3] tests/intel/kms_mst_helper: Add helper to check for MST outputs
` [PATCH i-g-t 2/3] lib/igt_kms: Fix max_non_joiner_mode_found

[PATCH i-g-t] tests/intel/kms_sharpness_filter: Restructure modifier validation into per-modifier subtests
 2026-02-26  3:48 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/xe_module_load: Add subtest to test with active fd teardown
 2026-02-26  2:39 UTC  (7+ messages)
` ✓ Xe.CI.BAT: success for "
` ✗ i915.CI.BAT: failure "
` ✗ Xe.CI.FULL: "
` ✗ Xe.CI.BAT: failure for tests/intel/xe_module_load: Add subtest to test with active fd teardown (rev2)
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/3] lib/intel: switch graphics/IP version queries to fd-based APIs
 2026-02-25 23:18 UTC  (5+ messages)
` [PATCH v2 3/3] intel/xe: use fd-based graphics/IP version helpers

[PATCH i-g-t 0/6] add test to validate dock/undock and switch
 2026-02-25 19:42 UTC  (7+ messages)
` [PATCH i-g-t 1/6] lib/igt_edid: add EDID serial extraction helpers
` [PATCH i-g-t 2/6] lib/igt_connector_helper: Add generic connector helpers
` [PATCH i-g-t 3/6] lib/igt_serial: add generic serial communication helper
` [PATCH i-g-t 4/6] lib/igt_usb4_switch: add helper library for USB4 Switch 3141
` [PATCH i-g-t 5/6] tests/kms_feature_discovery: add basic usb4 switch discovery
` [PATCH i-g-t 6/6] tests/intel/kms_usb4_switch: Add USB4 switch test suite

[PATCH i-g-t] xe_exec_balancer: Report skip when test is unable to run
 2026-02-25 18:00 UTC  (8+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✗ i915.CI.BAT: "
` ✗ Xe.CI.FULL: "

[PATCH i-g-t 0/1] tests/xe_vm: Add oversubscribe concurrent bind stress test
 2026-02-25 16:38 UTC  (3+ messages)
` [PATCH i-g-t 1/1] "

[PATCH i-g-t] tests/kms_plane: Add vblank waits for MediaTek CRC timing
 2026-02-25 16:04 UTC 

[PATCH i-g-t v1 0/6] Replace gtk-doc with cdoc(MkDocs) for API reference
 2026-02-25 13:22 UTC  (3+ messages)
` [PATCH i-g-t v1 3/6] dockerfiles: update debian and fedora dockerfiles

[PATCH i-g-t v2 0/1] PSR2 Selective Fetch detection for async flips
 2026-02-25 11:50 UTC  (4+ messages)
` [PATCH i-g-t v2 1/1] tests/kms_async_flips: Fix PSR2 selective fetch check for cursor tests

[PATCH i-g-t] tests/kms_colorop: Include local glib header for Android
 2026-02-25 11:44 UTC  (2+ messages)

[PATCH i-g-t] tools/intel_gpu_top: fix JSON comma tracking with per-level state
 2026-02-25 11:38 UTC  (2+ messages)

[PATCH i-g-t v2 00/23] tests/kms: More igt_crtc_t conversions
 2026-02-25  9:18 UTC  (7+ messages)
` [PATCH i-g-t v2 05/23] tests/amdgpu/amd_abm: Don't use uninitialized 'pipe'
` [PATCH i-g-t v2 15/23] tests/kms_plane_multiple: Use igt_crtc_t instead of enum pipe

[PATCH v2 i-g-t] lib/intel_pat: use kernel debugfs as authoritative PAT source for Xe
 2026-02-25  8:18 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for lib/intel_pat: use kernel debugfs as authoritative PAT source for Xe (rev2)

[PATCH i-g-t v1] tests/kms_vrr: Avoid LOBF debugfs loss by checking during active display
 2026-02-25  5:50 UTC  (3+ messages)

[PATCH i-g-t v4 0/8] tests/xe: Add purgeable memory madvise tests for system allocator
 2026-02-25  2:54 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for tests/xe: Add purgeable memory madvise tests for system allocator (rev4)

[PATCH i-g-t v6 0/6] kms_flip: limit number of subtests run
 2026-02-25  1:25 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for kms_flip: limit number of subtests run (rev6)


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