Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-20 18:09:15 to 2026-01-22 14:55:52 UTC [more...]

[PATCH i-g-t] lib/intel_compute: Wait for compute walker before returning to ring
 2026-01-22 14:55 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH i-g-t 00/10] lib/kms: More pipe->crtc renaming
 2026-01-22 14:46 UTC  (18+ messages)
` [PATCH i-g-t 01/10] tests/kms_content_protection: Convert igt_pipe_is_free() to igt_crtc_is_free()
` [PATCH i-g-t 02/10] lib/kms: Hide output->pending_pipe from tests
` [PATCH i-g-t 03/10] lib/kms: s/igt_output_get_driving_pipe()/igt_output_get_driving_crtc()/
` [PATCH i-g-t 04/10] lib/kms: s/n_pipes/n_crtcs/
` [PATCH i-g-t 05/10] lib/kms: Rename display->pipes[] to display->crtcs[]
` [PATCH i-g-t 06/10] lib/kms: Rename plane->pipe to plane->crtc
` [PATCH i-g-t 07/10] lib/kms: Rename old_pipe to old_crtc
` [PATCH i-g-t 08/10] lib/kms: Rename 'pipe' variables to 'crtc'
` [PATCH i-g-t 09/10] lib/kms: Rename 'pipe[]' variables to 'crtc[]'
` [PATCH i-g-t 10/10] lib/kms: Use igt_crtc_name() where appropriate

[PATCH i-g-t v2 0/3] Improve pixel-format tests
 2026-01-22 14:11 UTC  (9+ messages)
` [PATCH i-g-t v2 1/3] tests/kms_plane: Split pixel‑format validation into modifier specific
` [PATCH i-g-t v2 2/3] tests/kms_plane: Speed up simulation by limiting YUV range tests
` [PATCH i-g-t v2 3/3] tests/kms_plane: skip cursor clamping to avoid false positives
` ✓ i915.CI.Full: success for Improve pixel-format tests (rev2)

[PATCH i-g-t v5 0/5] lib/igt_kms: Helpers for connector managment
 2026-01-22 13:39 UTC  (7+ messages)
` [PATCH i-g-t v5 1/5] lib/igt_kms: Add a detect timeout value
` [PATCH i-g-t v5 2/5] lib/igt_kms: Add helper to wait for a specific status on a connector
` [PATCH i-g-t v5 3/5] lib/igt_kms: Add function to list connected connectors
` [PATCH i-g-t v5 4/5] lib/igt_kms: Add helper to obtain a connector by its name or MST path
` [PATCH i-g-t v5 5/5] lib/igt_kms: Add function to get valid pipe for specific output

[PATCH i-g-t 2/2] tests/xe_eudebug_online: Extract workload start helpers
 2026-01-22 12:59 UTC 

[PATCH v3 i-g-t 1/1] tests/intel/xe_evict: overcommit tests for fault-mode and non-fault-mode VMs
 2026-01-22 12:54 UTC  (2+ messages)

[PATCH] tests/kms_atomic: Fix overflow in immutable-zpos
 2026-01-22 12:39 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✓ i915.CI.Full: "
` ✓ Xe.CI.Full: "

[PATCH 1/1] tests/xe_eudebug_online: Extract workload start helpers
 2026-01-22 12:16 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/kms_pm_rpm: Fix CRTC conflicts in output selection
 2026-01-22 11:08 UTC  (2+ messages)

[PATCH i-g-t] tests/intel/xe_module_load: Add driver unload before force-probe
 2026-01-22 10:54 UTC  (10+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t 00/12] lib/kms: More pipe->crtc conversion
 2026-01-22 10:02 UTC  (32+ messages)
` [PATCH i-g-t 01/12] igt/kms: Nuke igt_pipe_is_prop_changed() and igt_pipe_set_prop_value()
` [PATCH i-g-t 02/12] lib/kms: Rename igt_pipe_obj_*_prop()
` [PATCH i-g-t 03/12] lib/kms: Pass igt_crtc_t to igt_pipe_refresh()
` [PATCH i-g-t 04/12] lib/kms: Don't pass 'display' to igt_fill_pipe_props)_
` [PATCH i-g-t 05/12] lib/kms: Rename a bunch of crtc functions
` [PATCH i-g-t 06/12] lib/kms: Eliminate some redundant igt_crtc_for_pipe()s
` [PATCH i-g-t 07/12] lib/crc: Convert igt_pipe_crc away from enum pipe
` [PATCH i-g-t 08/12] lib/kms: Add igt_crtc_t based CRC wrappers
` [PATCH i-g-t 09/12] lib/kms: Use igt_crtc_crc_new()
` [PATCH i-g-t 10/12] lib/kms: Use igt_crtc_crc_new() more
` [PATCH i-g-t 11/12] lib/kms: Use igt_crtc_crc_new_nonblock() more
` [PATCH i-g-t 12/12] lib/kms: Use igt_crtc_crc_new() even more
` ✓ Xe.CI.BAT: success for lib/kms: More pipe->crtc conversion
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.Full: "
` ✓ i915.CI.Full: "

[PATCH i-g-t v5 0/5] Close any open drm device after engine initialization in GPUTOP
 2026-01-22  9:54 UTC  (8+ messages)
` [PATCH i-g-t v5 1/5] tools: Rename tools/gputop to tools/gputop.src
` [PATCH i-g-t v5 2/5] tools/gputop.src/utils: Add clamp macro to remove dependency on lib/xe/*
` [PATCH i-g-t v5 3/5] tools/gputop.src/xe_gputop: Close card_fd after engine population in xe_populate_engines()
` [PATCH i-g-t v5 4/5] tools/gputop.src/gputop: Enable support for multiple GPUs and instances
` [PATCH i-g-t v5 5/5] tools/gputop.src/gputop: Add command line option for device filter
` ✓ Xe.CI.BAT: success for Close any open drm device after engine initialization in GPUTOP (rev7)
` ✓ i915.CI.BAT: "

[PATCH i-g-t] tests/intel/gem_tiled_pread_basic: Create basic subtest
 2026-01-22  8:16 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH v2 0/3] lib/intel: switch graphics/IP version queries to fd-based APIs
 2026-01-22  8:04 UTC  (6+ messages)
` [PATCH v2 1/3] lib/intel: suffix PCI ID based gen/graphics_ver with _legacy
` [PATCH v2 2/3] lib/intel: add fd-based intel_gen/intel_graphics_ver via Xe query
` [PATCH v2 3/3] intel/xe: use fd-based graphics/IP version helpers
` ✓ i915.CI.BAT: success for lib/intel: switch graphics/IP version queries to fd-based APIs (rev2)
` ✓ Xe.CI.BAT: "

[PATCH i-g-t v5 0/5] Close any open drm device after engine initialization in GPUTOP
 2026-01-22  7:36 UTC  (8+ messages)
` [PATCH i-g-t v5 1/5] tools: Rename tools/gputop to tools/gputop.src
` [PATCH i-g-t v5 2/5] tools/gputop.src/utils: Add clamp macro to remove dependency on lib/xe/*
` [PATCH i-g-t v5 3/5] tools/gputop.src/xe_gputop: Close card_fd after engine population in xe_populate_engines()
` [PATCH i-g-t v5 4/5] tools/gputop.src/gputop: Enable support for multiple GPUs and instances
` [PATCH i-g-t v5 5/5] tools/gputop.src/gputop: Add command line option for device filter
` ✓ Xe.CI.BAT: success for Close any open drm device after engine initialization in GPUTOP (rev6)
` ✓ i915.CI.BAT: "

[PATCH i-g-t v10 0/2] tests/intel/xe_pm_residency: Add ASPM Link residency test
 2026-01-22  3:52 UTC  (7+ messages)
` [PATCH i-g-t v10 1/2] lib/igt_device: Add API to get pci device upstream port
` [PATCH i-g-t v10 2/2] tests/intel/xe_pm_residency: Add subtest for ASPM Link state residency
` ✗ Xe.CI.BAT: failure for tests/intel/xe_pm_residency: Add ASPM Link residency test
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t v5] tools/gputop: Add GPU frequencies to the client headers
 2026-01-22  3:08 UTC  (7+ messages)
` ✓ Xe.CI.BAT: success for tools/gputop: Add GPU frequencies to the client headers (rev2)
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.Full: "
` ✓ i915.CI.Full: "

[PATCH v3 0/6] Extend multi queue feature validation support
 2026-01-21 23:11 UTC  (13+ messages)
` [PATCH v3 1/6] tests/intel/xe_exec_fault_mode: Add multi-queue test support
` [PATCH v3 2/6] tests/intel/xe_evict: Add basic multi-queue test
` [PATCH v3 3/6] tests/intel/xe_evict: Add multi-queue priority test
` [PATCH v3 4/6] tests/intel/xe_evict: Enhance testing of multi-queue functionality
` [PATCH v3 5/6] tests/intel/xe_exec_threads: Add multi-queue basic test
` [PATCH v3 6/6] tests/intel/xe_exec_threads: Add multi queue for compute mode
` ✓ Xe.CI.BAT: success for Extend multi queue feature validation support (rev4)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH i-g-t v2] tests/kms_explict_fence: Add Test for Explicit Fencing
 2026-01-21 18:45 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for tests/kms_explict_fence: Add Test for Explicit Fencing (rev2)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH i-g-t v4 00/46] Unigraf integration
 2026-01-21 18:30 UTC  (37+ messages)
` [PATCH i-g-t v4 01/46] lib/igt_kms: Add a detect timeout value
` [PATCH i-g-t v4 02/46] lib/igt_kms: Add helper to wait for a specific status on a connector
` [PATCH i-g-t v4 03/46] lib/igt_kms: Add function to list connected connectors
` [PATCH i-g-t v4 04/46] lib/igt_kms: Add helper to obtain a connector by its name or MST path
` [PATCH i-g-t v4 05/46] lib/igt_kms: Add helper to wait for new connectors
` [PATCH i-g-t v4 06/46] lib/igt_kms: Add helper to get a pipe from a connector
` [PATCH i-g-t v4 07/46] lib/igt_kms: Expose dump_connector_attrs
` [PATCH i-g-t v4 10/46] lib/igt_debugfs: Move debugfs helpers to the proper location
` [PATCH i-g-t v4 11/46] lib/igt_debugfs: Add const when make sense
` [PATCH i-g-t v4 12/46] lib/igt_amd: "
` [PATCH i-g-t v4 13/46] lib/igt_kms: "
` [PATCH i-g-t v4 14/46] lib/monitor_edids: Add helper functions for using monitor_edid objects
` [PATCH i-g-t v4 15/46] lib/monitor_edids: Add helper to get an EDID by its name
` [PATCH i-g-t v4 16/46] lib/monitor_edids: Add helper to print all available EDID names
` [PATCH i-g-t v4 17/46] lib/unigraf: Add used defines for TSI_Types
` [PATCH i-g-t v4 18/46] lib/unigraf: Add TSI.h
` [PATCH i-g-t v4 19/46] lib/unigraf: Initial Unigraf support

[PATCH i-g-t] tests/kms_flip_scaled_crc: Move require checks at the beginning of the subtest
 2026-01-21 17:58 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH][V3] lib/igt_color: Improve fb compare time
 2026-01-21 14:10 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t 0/7] lsgpu: Report upstream port link bandwidth
 2026-01-21 11:42 UTC  (8+ messages)
` [PATCH i-g-t 1/7] lib/igt_device_scan: Don't print fake link bandwidth attributes
` [PATCH i-g-t 2/7] lib/igt_device_scan: Split out reusable part of update_or_add_parent
` [PATCH i-g-t 3/7] lib/igt_device_scan: Include PCIe bridge upstream port if available
` [PATCH i-g-t 4/7] lib/igt_device_scan: List PCIe bridge ports after their children
` [PATCH i-g-t 5/7] lib/igt_device_scan: Omit AER statistics data from attributes
` [PATCH i-g-t 6/7] lib/igt_device_scan: Don't print bridge not applicable attributes
` [PATCH i-g-t 7/7] lib/igt_device_scan: Print GPU upstream port parent/child relations

[PATCH i-g-t v1] kms/feature_discovery: Add VRR capability subtest per output
 2026-01-21 11:10 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH i-g-t v4 0/6] Close any open drm device after engine initialization in GPUTOP
 2026-01-21  8:59 UTC  (4+ messages)
` [PATCH i-g-t v4 2/6] tools/gputop.src/utils: Add clamp macro to remove dependency on lib/xe/*

[PATCH i-g-t v4] tools/gputop: Add GPU frequencies to the client headers
 2026-01-21  6:12 UTC  (3+ messages)

[PATCH i-g-t] tests/kms_explict_fence: Add Test for Explicit Fencing
 2026-01-21  6:11 UTC  (7+ messages)

[PATCH] tests/intel/xe_fault_injection: Close drm fd before unbind
 2026-01-21  2:43 UTC  (2+ messages)

[PATCH i-g-t 0/9] Extend multi queue feature validation support
 2026-01-21  2:35 UTC  (16+ messages)
` [PATCH i-g-t 1/9] tests/intel/xe_exec_fault_mode: Add multi-queue test support
` [PATCH i-g-t 2/9] tests/intel/xe_evict: Add basic multi-queue test
` [PATCH i-g-t 3/9] tests/intel/xe_evict: Add multi-queue priority test
` [PATCH i-g-t 4/9] tests/intel/xe_evict: Enhance testing of multi-queue functionality
` [PATCH i-g-t 5/9] tests/intel/xe_exec_threads: Add multi-queue basic test
` [PATCH i-g-t 6/9] tests/intel/xe_exec_threads: Add multi queue for compute mode
` [PATCH i-g-t 7/9] tests/intel/xe_exec_reset: Add tests for engine-reset

[PATCH i-g-t] intel-ci: Update argb161616f format tests in display blocklist
 2026-01-21  2:30 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "
` ✓ i915.CI.Full: success "

[PATCH i-g-t v1 0/4] Runner: Use Jansson instead of json-c
 2026-01-21  0:09 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for Runner: Use Jansson instead of json-c (rev2)

[PATCH v10 0/2] lib/intel_device_info: get the xe .graphics_rel from GMD_ID
 2026-01-20 23:15 UTC  (6+ messages)
` [PATCH v10 1/2] lib/xe/xe_query: Get runtime xe device graphics version "

[PATCH v2] lib/xe/xe_legacy: Cleanups in xe_legacy_test_mode()
 2026-01-20 21:03 UTC  (11+ messages)
` [PATCH 0/5] "
  ` [PATCH 3/5] lib/xe/xe_legacy: Assert fd when CLOSE_FD is set
  ` [PATCH 5/5] lib/xe/xe_legacy: Simplify base_addr in reuse loop

[PATCH i-g-t] intel-ci: Update display blocklist
 2026-01-20 20:29 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for intel-ci: Update display blocklist (rev2)

[PATCH i-g-t 0/3] lib/igt_kms: pipe vs CRTC index cleanups
 2026-01-20 18:12 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "


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