Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-19 16:39:31 to 2025-11-21 19:06:44 UTC [more...]

[PATCH i-g-t 0/8] kms: Small cleanups and refactoring
 2025-11-21 19:06 UTC  (2+ messages)
` [PATCH i-g-t 1/8] igt: Name drmModeCrtc variables 'drm_crtc'

[PATCH i-g-t v1 0/2] intel_gpu_frequency: Allow printing frequencies by regular user
 2025-11-21 18:53 UTC  (5+ messages)
` [PATCH i-g-t v1 1/2] tools/intel_gpu_frequency: print short program name
` [PATCH i-g-t v1 2/2] tools/intel_gpu_frequency: Allow printing by regular user

[PATCH] tests/intel/xe_ccs: add VM_BIND DECOMPRESS flag and basic decompression tests
 2025-11-21 16:51 UTC  (2+ messages)

[PATCH i-g-t v8 00/10] Madvise feature in SVM for Multi-GPU configs
 2025-11-21 16:25 UTC  (11+ messages)
` [PATCH i-g-t v8 01/10] lib/xe: Add instance parameter to xe_vm_madvise
` [PATCH i-g-t v8 02/10] lib/xe: Add synchronous helpers for VM bind/unbind operations
` [PATCH i-g-t v8 03/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU xGPU memory access test
` [PATCH i-g-t v8 04/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU atomic operations
` [PATCH i-g-t v8 05/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU coherency test
` [PATCH i-g-t v8 06/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU performance test
` [PATCH i-g-t v8 07/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU fault handling test
` [PATCH i-g-t v8 08/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU simultaneous access test
` [PATCH i-g-t v8 09/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU conflicting madvise test
` [PATCH i-g-t v8 10/10] tests/intel/xe_multi-gpusvm: Add SVM multi-GPU migration test

[PATCH i-g-t v7 00/10] Add SVM madvise feature for multi-GPU configurations
 2025-11-21 14:11 UTC  (3+ messages)
` [PATCH i-g-t v7 04/10] tests/intel/xe_multi_gpusvm: Add SVM multi-GPU atomic operations

[PATCH i-g-t] tests/kms_plane_scaling: Clarify skip on early -EINVAL
 2025-11-21 12:27 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t 0/6] Update sharpness filter test and related CI/lib changes
 2025-11-21 12:31 UTC  (7+ messages)
` [PATCH i-g-t 1/6] intel-ci: Add sharpness filter chamelium test
` [PATCH i-g-t 2/6] intel-ci: Add sharpness filter tests to i915 blocklist
` [PATCH i-g-t 3/6] tests: Move kms_sharpness_filter to tests/intel/
` [PATCH i-g-t 4/6] lib/kms: Refactor get_num_scalers() using read_pipe_info()
` [PATCH i-g-t 5/6] lib/kms: Add helper to detect presence of scaler blocks
` [PATCH i-g-t 6/6] tests/intel/kms_sharpness_filter: Skip pipes without sharpness-capable scaler[1]

[PATCH] tests/intel/xe_gt_freq: Modify test to support new throttle reasons sysfs
 2025-11-21 11:49 UTC 

[PATCH v5 0/5] lib/xe/xe_query: implement few query helpers
 2025-11-21 10:59 UTC  (6+ messages)
` [PATCH v5 1/5] tests/intel/xe_eudebug_online: use helper to get hwconfig value
` [PATCH v5 2/5] lib/xe/xe_query: introduce helpers for device query
` [PATCH v5 3/5] lib/xe/xe_query: use recently introduced helper to query device
` [PATCH v5 4/5] lib/xe/xe_query: introduce iterator for GT topology masks
` [PATCH v5 5/5] xe/treewide: use xe_query helpers for query GT topology

[PATCH i-g-t v2] tests/kms_color: Always use atomic_commit for setting color properties
 2025-11-21 10:38 UTC  (4+ messages)

[PATCH i-g-t v5 0/4] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-11-21 10:06 UTC  (9+ messages)
` [PATCH i-g-t v5 1/4] tools/intel_gpu_frequency: Add support for get, set in order & vice-versa
` [PATCH i-g-t v5 2/4] tools/intel_gpu_frequency: Add multi-GT support
` [PATCH i-g-t v5 3/4] tools/intel_gpu_frequency: Add Xe driver support
` [PATCH i-g-t v5 4/4] tools/intel_gpu_frequency: Allow regular users to use get operation
` ✓ Xe.CI.BAT: success for tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility (rev5)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH v2 00/19] Multi Queue feature validation support
 2025-11-21  9:42 UTC  (25+ messages)
` [PATCH v2 01/19] drm-uapi/xe: Sync with Multi-Queue uapi
` [PATCH v2 02/19] lib/xe: Add multi-queue helper routines
` [PATCH v2 03/19] tests/intel/xe_exec_multi_queue: Add xe_exec_multi_queue test
` [PATCH v2 04/19] tests/intel/xe_exec_multi_queue: Validate exec submissions
` [PATCH v2 05/19] tests/intel/xe_exec_multi_queue: Validate queue priority setting
` [PATCH v2 06/19] tests/intel/xe_exec_multi_queue: Add close-fd tests
` [PATCH v2 07/19] tests/intel/xe_exec_multi_queue: Add multiple placement test
` [PATCH v2 08/19] tests/intel/xe_exec_multi_queue: Add preempt mode test
` [PATCH v2 09/19] lib/xe: Add exec_queue set_property ioctl support
` [PATCH v2 10/19] tests/intel/xe_exec_multi_queue: Add dynamic priority test
` [PATCH v2 11/19] tests/intel/xe_exec_multi_queue: Add userptr invalidation tests
` [PATCH v2 12/19] tests/intel/xe_exec_multi_queue: Add fault mode test
` [PATCH v2 13/19] tests/intel/xe_exec_multi_queue: Add multi queues with SMEM
` [PATCH v2 14/19] lib/xe/xe_spin: Add switch point for preemptible spinner
` [PATCH v2 15/19] tests/intel/xe_exec_multi_queue: Add priority test
` [PATCH v2 16/19] tests/intel/xe_exec_multi_queue: Add submission sanity test
` [PATCH v2 17/19] tests/intel/xe_exec_multi_queue: Sanity test KEEP_ACTIVE flag
` [PATCH v2 18/19] tests/intel/xe_exec_multi_queue: Keep group active in exec-sanity
` [PATCH v2 19/19] tests/intel/xe_exec_queue_property: Update invalid-property test
` ✓ Xe.CI.BAT: success for Multi Queue feature validation support (rev2)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t v3 00/12] Add writeback changes for intel-supported formats
 2025-11-21  9:30 UTC  (24+ messages)
` [PATCH i-g-t v3 01/12] tests/kms_writeback: Add support for intel-specific formats
` [PATCH i-g-t v3 02/12] lib/igt_fb: Validate supported formats for crc calculation
` [PATCH i-g-t v3 03/12] tests/kms_writeback: Validate supported formats
` [PATCH i-g-t v3 04/12] tests/kms_writeback: Add intel specific check
` [PATCH i-g-t v3 05/12] tests/kms_writeback: Refactor format handling in commit_and_dump_fb
` [PATCH i-g-t v3 06/12] tests/kms_writeback: Add utility function for shared logic
` [PATCH i-g-t v3 07/12] tests/kms_writeback: FB creation within subtest
` [PATCH i-g-t v3 08/12] tests/kms_writeback: Refactor writeback-fb-id subtest
` [PATCH i-g-t v3 09/12] tests/kms_writeback: Refactor writeback-check-output subtest
` [PATCH i-g-t v3 10/12] tests/kms_writeback: Add negative test case for invalid-format
` [PATCH i-g-t v3 11/12] tests/kms_writeback: Add negative test for invalid-mode
` [PATCH i-g-t v3 12/12] tests/kms_writeback: Refactored writeback-pixel-format

[PATCH i-g-t 0/3] Handle sharpness filter availability on scaler[1]
 2025-11-21  8:24 UTC  (4+ messages)
` [PATCH i-g-t 1/3] lib/kms: Refactor get_num_scalers() using read_pipe_info()
` [PATCH i-g-t 2/3] lib/kms: Add helper to detect presence of scaler blocks
` [PATCH i-g-t 3/3] tests/kms_sharpness_filter: Skip pipes without sharpness-capable scaler[1]

[PATCH v3] tools/drm_ras: tool to communicate with DRM Netlink Subsystem
 2025-11-21  6:48 UTC 

[PATCH i-g-t 0/5] Add DSC compressed BPP subtest
 2025-11-21  6:22 UTC  (3+ messages)
` [PATCH i-g-t 1/5] tests/intel/kms_dsc: Store valid DSC outputs

[PATCH i-g-t] tests/intel/xe_configfs: Test gt_types_allowed
 2025-11-21  2:48 UTC  (5+ messages)
` ✓ Xe.CI.BAT: success for tests/intel/xe_configfs: Test gt_types_allowed (rev2)
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.Full: "
` ✓ i915.CI.Full: "

[PATCH 00/18] Multi Queue feature validation support
 2025-11-21  2:12 UTC  (28+ messages)
` [PATCH 04/18] tests/xe_exec_multi_queue: Validate exec submissions
` [PATCH 05/18] tests/xe_exec_multi_queue: Validate queue priority setting
` [PATCH 07/18] tests/xe_exec_multi_queue: Add multiple placement test
` [PATCH 08/18] tests/xe_exec_multi_queue: Add preempt mode test
` [PATCH 15/18] tests/xe_exec_multiq: Add priority test
` [PATCH 16/18] tests/xe_exec_multiq: Add submission sanity test
` [PATCH 18/18] tests/xe_exec_multi_queue: Keep group active in exec-sanity

[PATCH i-g-t 0/7] igt: Help out coccinelle
 2025-11-21  0:40 UTC  (11+ messages)
` [PATCH i-g-t 1/7] igt: Make igt_fixture look like an iterator
` [PATCH i-g-t 2/7] igt: Make igt_subtest_group "
` [PATCH i-g-t 3/7] igt: Make igt_main look more like a function
` [PATCH i-g-t 4/7] igt: Make igt_simple_main "
` [PATCH i-g-t 5/7] igt: Make igt_main*() look like normal function definition
` [PATCH i-g-t 6/7] igt: Make igt_simple_main*() "
` [PATCH i-g-t 7/7] scripts/cocci: Add iterators.cocci
` ✓ Xe.CI.BAT: success for igt: Help out coccinelle
` ✗ i915.CI.BAT: failure "
` ✓ Xe.CI.Full: success "

[PATCH i-g-t 0/3] Update sharpness filter test and related CI changes
 2025-11-20 16:22 UTC  (8+ messages)
` [PATCH i-g-t 1/3] intel-ci: Add sharpness filter chamelium test
` [PATCH i-g-t 2/3] intel-ci: Add sharpness filter tests to i915 blocklist
` [PATCH i-g-t 3/3] tests/kms_sharpness_filter: Skip pipes without minimum scaler support
` ✓ i915.CI.BAT: success for Update sharpness filter test and related CI changes
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.Full: success "
` ✗ i915.CI.Full: failure "

[PATCH i-g-t v1 0/3] Improve engine activity accuracy test with spinner reuse
 2025-11-20 16:19 UTC  (5+ messages)
` [PATCH i-g-t v1 1/3] lib/xe/xe_spin: Introduce xe_spin_reset
` [PATCH i-g-t v1 2/3] lib/xe/xe_spin: Export xe_spin_sync_wait

[PATCH 0/2] Randomize PAT test subset
 2025-11-20 15:46 UTC  (8+ messages)
` [PATCH 1/2] tests/intel/xe_pat: switch PAT tests to igt_srandom()
` [PATCH 2/2] tests/intel/xe_pat: randomize PAT test subset for xe2
` ✓ Xe.CI.BAT: success for Randomize PAT test subset
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH v4 0/6] lib/xe/xe_query: implement few query helpers
 2025-11-20 15:44 UTC  (8+ messages)
` [PATCH v4 1/6] lib/xe_query: add helper to get first value of hwconfig
` [PATCH v4 2/6] tests/intel/xe_eudebug_online: use helper to get hwconfig value
` [PATCH v4 3/6] lib/xe/xe_query: introduce helpers for device query
` [PATCH v4 4/6] lib/xe/xe_query: use recently introduced helper to query device
` [PATCH v4 5/6] lib/xe/xe_query: introduce iterator for GT topology masks
` [PATCH v4 6/6] xe/treewide: use xe_query helpers for query GT topology
` ✗ Fi.CI.BUILD: failure for lib/xe/xe_query: implement few query helpers (rev4)

[PATCH v4 0/2] Enable VRSR
 2025-11-20 15:17 UTC  (5+ messages)
` [PATCH v4 1/2] tests/intel/kms_pm_vrsr: Add test to validate VRSR with system suspend

[PATCH i-g-t 0/2] fix CRTC index to pipe conversion, cleanup
 2025-11-20 14:58 UTC  (9+ messages)
` [PATCH i-g-t 1/2] lib/igt_kms: Always return CRTC index from kmstest_get_pipe_from_crtc_id()
` [PATCH i-g-t 2/2] lib/igt_kms: Drop the ioctl fallback for CRTC id to pipe mapping
` ✗ i915.CI.BAT: failure for fix CRTC index to pipe conversion, cleanup
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[PATCH i-g-t v4 0/3] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-11-20 14:39 UTC  (8+ messages)
` [PATCH i-g-t v4 1/3] tools/intel_gpu_frequency: Add support for get, set in order & vice-versa
` [PATCH i-g-t v4 2/3] tools/intel_gpu_frequency: Add multi-GT support
` [PATCH i-g-t v4 3/3] tools/intel_gpu_frequency: Add Xe driver support
` ✓ Xe.CI.BAT: success for tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility (rev4)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH 0/2] tests/intel/xe_eudebug_online: Introduce pagefault stress tests
 2025-11-20 13:31 UTC  (3+ messages)
` ✗ i915.CI.Full: failure for "

[PATCH i-g-t 0/3] tests/intel/gem_eio: Avoid skips in stress subtests
 2025-11-20 13:17 UTC  (9+ messages)
` [PATCH i-g-t 1/3] tests/intel/gem_eio: Fix mistyped symbol
` [PATCH i-g-t 2/3] tests/intel/gem_eio: Convert stress subtests to dynamic
` [PATCH i-g-t 3/3] tests/intel/gem_eio: Avoid skips in stress subtests
` ✗ Xe.CI.Full: failure for "

[PATCH v1 0/5] Redesign of the xe_debugfs test
 2025-11-20  9:21 UTC  (7+ messages)
` [PATCH v1 2/5] lib/debugfs: Add debugfs helpers to open tile directory
` [PATCH v1 3/5] tests/intel/debugfs: Rewrite tests to use array-based required debugfs file lists
` [PATCH v1 4/5] tests/intel/debugfs: Add tile-dir subtest for per-tile debugfs validation

[PATCH i-g-t v2 0/9] Add writeback changes for intel-supported formats
 2025-11-20  8:22 UTC  (4+ messages)
` [PATCH i-g-t v2 6/9] tests/kms_writeback: Add utility function for shared logic

[PATCH i-g-t v3 0/3] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-11-20  6:18 UTC  (6+ messages)
` [PATCH i-g-t v3 1/3] tools/intel_gpu_frequency: Add support for get, set in order & vice-versa
` [PATCH i-g-t v3 2/3] tools/intel_gpu_frequency: Add multi-GT support
` [PATCH i-g-t v3 3/3] tools/intel_gpu_frequency: Add Xe driver support
` ✗ Fi.CI.BUILD: failure for tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility (rev2)

[PATCH 0/2] Fix mocs index fields in MEM_COPY instruction
 2025-11-20  6:06 UTC  (6+ messages)
` [PATCH 2/2] lib/xe_spin: Fix mocs index field in mem_copy for Xe2 platforms

[PATCH i-g-t] tests: (Re)add kms_crtc_background_color test
 2025-11-19 21:09 UTC  (3+ messages)

[PATCH i-g-t v2 0/3] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-11-19 20:53 UTC  (7+ messages)
` [PATCH i-g-t v2 1/3] tools/intel_gpu_frequency: Add proper checks as R/W not supported simaltaneously
` [PATCH i-g-t v2 2/3] tools/intel_gpu_frequency: Add multi-GT support


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