Igt-dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-27 14:25:20 to 2025-10-30 20:00:44 UTC [more...]

[PATCH i-g-t v2] tests/kms_atomic_transition: Fix dynamic subtest
 2025-10-30 20:00 UTC  (3+ messages)

[PATCH i-g-t v2 0/3] tools/intel_gpu_frequency: Add multi-GT support and Xe driver compatibility
 2025-10-30 19:41 UTC  (6+ 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
` [PATCH i-g-t v2 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
` ✗ i915.CI.BAT: failure "

[PATCH 1/2] tests/intel/xe_pmu: Fix frequency assertion when RPe raises min frequency
 2025-10-30 19:26 UTC  (2+ messages)
` [PATCH 2/2] HAX: Add gt-frequency test to fast feedback list

[PATCH] igt_kms: Rename igt_pipe member enabled to valid
 2025-10-30 18:38 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "

[i-g-t, v8, 0/3] tests/intel/xe_survivability: Add xe_survivability test
 2025-10-30 18:00 UTC  (4+ messages)
` [i-g-t, v8, 1/3] tests/intel/xe_survivability: Add new xe_survivability test for i2c adapter
` [i-g-t, v8, 2/3] tests/intel/xe_survivability: Add new test runtime survivability
` [i-g-t,v8,3/3] HAX: Add xe_survivability tests to fast feedback list

[PATCH i-g-t v3 0/1] Add MediaTek devices support
 2025-10-30 16:34 UTC  (8+ messages)
` [PATCH i-g-t v3 1/1] lib/igt_edid: Fix monitor name parsing and trim EDID string padding
` ✓ i915.CI.BAT: success for Add MediaTek devices support (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
` ✗ i915.CI.Full: failure "

[PATCH i-g-t v1 0/1] gitlab-ci: fix api reference pages deploy
 2025-10-30 15:13 UTC  (3+ messages)
` [PATCH i-g-t v1 1/1] "

[PATCH i-g-t v13 0/6] Establish MkDocs Documentation Framework for IGT GPU Tools
 2025-10-30 14:04 UTC  (12+ messages)
` [PATCH i-g-t v13 1/6] docs: Set up MkDocs for IGT documentation site
` [PATCH i-g-t v13 2/6] docs: Create symlinks for NEWS/MAINTAINERS/CONTRIB
` [PATCH i-g-t v13 3/6] docs: Rename cross-building.txt to .md
` [PATCH i-g-t v13 4/6] docs: Initialize MkDocs documentation structure
` [PATCH i-g-t v13 5/6] docs: Add platform-specific documentation
` [PATCH i-g-t v13 6/6] gitlab-ci: Add MkDocs documentation support
` ✗ i915.CI.BAT: failure for Establish MkDocs Documentation Framework for IGT GPU Tools (rev13)

[PATCH i-g-t 1/2] tests/intel/xe_configfs: Test invalid engine with valid class
 2025-10-30 14:00 UTC  (4+ messages)
` [PATCH i-g-t 2/2] tests/intel/xe_configfs: Check for invalid char in the beginning

[PATCH V11 00/32] IGT tests for the KMS Color Pipeline API
 2025-10-30  4:28 UTC  (33+ messages)
` [PATCH V11 01/32] tests/kms_writeback: Fix kms_writeback for VKMS
` [PATCH V11 02/32] drm-uapi/drm: sync with color pipeline commit
` [PATCH V11 03/32] lib/igt_kms: Introduce DRM_CLIENT_CAP_PLANE_COLOR_PIPELINE
` [PATCH V11 04/32] drm-uapi: Add COLOROP objects
` [PATCH V11 05/32] lib/igt_kms: Add COLOROP properties and helper functions
` [PATCH V11 06/32] tests/kms_properties: Add colorop properties test
` [PATCH V11 07/32] lib/igt_color/igt_fb: Add SW color transform functionality
` [PATCH V11 08/32] lib/igt_fb: Add igt_copy_fb function
` [PATCH V11 09/32] lib/igt_kms: Add writeback functions
` [PATCH V11 10/32] lib/drmtest: Add is_vkms_device()
` [PATCH V11 11/32] tests/kms_colorop: Add kms_colorop tests
` [PATCH V11 12/32] lib/igt_kms: Add support for DATA colorop property
` [PATCH V11 13/32] lib/igt_color: Add support for 3x4 matrices
` [PATCH V11 14/32] tests/kms_colorop: Add 3x4 CTM tests
` [PATCH V11 15/32] tests/kms_colorop: Add bypass test
` [PATCH V11 16/32] tests/kms_colorop: Add 10bpc test
` [PATCH V11 17/32] tests/kms_colorop: Skip if writeback does not support fourcc
` [PATCH V11 18/32] tests/kms_colorop: Refactor to use a subtest group with fixtures
` [PATCH V11 19/32] lib/igt_color: Support color transform for XRGB2101010
` [PATCH V11 20/32] lib/igt_color: Add PQ variants for 0-1 and 0-125 range
` [PATCH V11 21/32] tests/kms_colorop: Add tests for PQ variants
` [PATCH V11 22/32] tests/kms_colorop: Add a TF sRGB test
` [PATCH V11 23/32] lib/igt_color: add BT2020/BT709 transfer functions
` [PATCH V11 24/32] tests/kms_colorop: Add TF BT2020/BT709 tests
` [PATCH V11 25/32] lib/igt_color: Add 1D LUT color transformation support
` [PATCH V11 26/32] tests/kms_colorop: Add tests that exercise the 1D LUT colorops
` [PATCH V11 27/32] tests/kms_colorop: Add multiplier tests
` [PATCH V11 28/32] scripts/convert_3dlut.py Convert a 3D LUT to igt_3dlut_t array for 3D LUT API
` [PATCH V11 29/32] tests/kms_colorop: Add a 3D LUT subtest
` [PATCH V11 30/32] tests/kms_colorop: Add a colorop uniqueness subtest
` [PATCH V11 31/32] lib/igt_color: Add support for Gamma 2.2
` [PATCH V11 32/32] tests/kms_colorop: Add Gamma 2.2 tests for 1D Curves

[PATCH v2 0/3] Multi-tile support for xe_sriov_flr and other MMIO improvements
 2025-10-29 17:35 UTC  (9+ messages)
` [PATCH v2 1/3] lib/xe_mmio: Introduce tile-level XE MMIO access helpers
` [PATCH v2 2/3] lib/xe_mmio: Add init flag and helper to check initialization
` [PATCH v2 3/3] tests/xe_sriov_flr: extend VF FLR test for multi-tile Xe devices
` ✓ Xe.CI.BAT: success for Multi-tile support for xe_sriov_flr and other MMIO improvements (rev2)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH i-g-t v2 0/1] Sync PCI ids with kernel: split BMG to BMG-G21 and add NVL-S
 2025-10-29 17:17 UTC  (17+ messages)
` [PATCH i-g-t v2 1/1] lib/pciids: Add NVL-S and split out BMG-G21
` ✓ Xe.CI.BAT: success for Sync PCI ids with kernel: split BMG to BMG-G21 and add NVL-S (rev2)
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[PATCH i-g-t v1] intel-ci: Update PTL display blocklist
 2025-10-29 15:58 UTC  (12+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.Full: "
` ✗ i915.CI.Full: failure "
` [PATCH i-g-t v2] intel-ci: Update PTL and lnl "
` ✓ Xe.CI.BAT: success for intel-ci: Update PTL display blocklist (rev2)
` ✓ i915.CI.BAT: "
` ✓ i915.CI.Full: "
` ✓ Xe.CI.Full: "

[PATCH] include/drm-uapi-experimental: Drop stale macros from intel_drm_local.h
 2025-10-29 11:59 UTC  (2+ messages)

[PATCH i-g-t v3 0/1] Sync PCI ids with kernel: split BMG to BMG-G21 and add NVL-S
 2025-10-29 11:58 UTC  (7+ messages)
` [PATCH i-g-t v3 1/1] lib/pciids: sync with kernel commit c002b1764e7b
` ✓ i915.CI.BAT: success for Sync PCI ids with kernel: split BMG to BMG-G21 and add NVL-S (rev3)
` ✓ Xe.CI.BAT: "
` ✗ i915.CI.Full: failure "
` ✓ Xe.CI.Full: success "

[PATCH i-g-t v2] RFC: tools/gputop: Add GPU frequencies to the client headers
 2025-10-29  8:47 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for RFC: tools/gputop: Add GPU frequencies to the client headers (rev2)
` ✓ i915.CI.BAT: "

[PATCH v1 0/4] Fixes for VRR multidisplay test cases
 2025-10-29  6:46 UTC  (16+ messages)
` [PATCH v1 1/4] tests/kms_vrr: Correct TEST_LINK_OFF flag handling
` [PATCH v1 2/4] tests/kms_vrr: Avoid direct assignments to data->flag
` [PATCH v1 3/4] tests/kms_vrr: Indicate force refresh rate request
` [PATCH v1 4/4] tests/kms_vrr: Recalculate expected refresh rate from test
` ✓ Xe.CI.BAT: success for Fixes for VRR multidisplay test cases
` ✓ i915.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "
` ✓ i915.CI.Full: success "

[i-g-t, v3, 0/2] tests/gem_ctx_freq: Fix frequency restoration in exit handler
 2025-10-29  6:29 UTC  (7+ messages)
` [i-g-t, v3, 1/2] tests/intel/gem_ctx_freq: "
` [i-g-t, v3, 2/2] tests/intel/gem_ctx_freq: Add null termination to sysfs frequency buffers
` ✓ Xe.CI.BAT: success for tests/gem_ctx_freq: Fix frequency restoration in exit handler (rev4)
` ✓ i915.CI.BAT: "
` ✓ i915.CI.Full: "
` ✗ Xe.CI.Full: failure "

[PATCH i-g-t] RFC: tools/gputop: Add GPU frequencies to the client headers
 2025-10-29  5:03 UTC  (6+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[i-g-t, v7, 0/3] tests/intel/xe_survivability: Add xe_survivability test
 2025-10-29  1:46 UTC  (12+ messages)
` [i-g-t, v7, 1/3] tests/intel/xe_survivability: Add new xe_survivability test for i2c adapter
` [i-g-t, v7, 2/3] tests/intel/xe_survivability: Add new test runtime survivability
` [i-g-t,v7,3/3] HAX: Add xe_survivability tests to fast feedback list
` ✗ Xe.CI.BAT: failure for tests/intel/xe_survivability: Add xe_survivability test (rev7)
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "
` ✗ Xe.CI.BAT: failure for tests/intel/xe_survivability: Add xe_survivability test (rev8)
` ✓ i915.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
` ✗ i915.CI.Full: "

[RFC PATCH v1 1/1] tests/kms_big_fb: Open compatible driver for the platform
 2025-10-28 18:47 UTC  (9+ messages)
` ✓ Xe.CI.BAT: success for series starting with [RFC,v1,1/1] "
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.Full: "
` ✗ i915.CI.Full: failure "

[PATCH i-g-t v3] tests/syncobj_timeline: Exercise signaling of awaited points
 2025-10-28 13:56 UTC  (3+ messages)

[PATCH i-g-t 0/3] intel_gpu_top: Usability improvements
 2025-10-28 10:13 UTC  (3+ messages)
` [PATCH i-g-t 3/3] intel_gpu_top: Add usage note about i915 compatibility and Xe driver transition

[PATCH i-g-t v2 0/5] Add MediaTek devices support
 2025-10-28 10:06 UTC  (11+ messages)
` [PATCH i-g-t v2 2/5] tests/kms_content_protection: Add "SDC" to HDCP panel blocklist
` [PATCH i-g-t v2 5/5] lib/igt_edid: Fix monitor name parsing and trim EDID string padding

[PATCH i-g-t] intel-ci: Update LNL/PTL display blocklists
 2025-10-28  8:02 UTC  (7+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ i915.CI.BAT: "
` ✓ Xe.CI.Full: "
` ✗ i915.CI.Full: failure "

[i-g-t, v2, 0/2] tests/gem_ctx_freq: Fix frequency restoration in exit handler
 2025-10-27 17:35 UTC  (4+ messages)
` [i-g-t, v2, 1/2] "

[PATCH i-g-t v1 0/2] Sync PCI ids with kernel: split BMG to BMG-G21 and add NVL-S
 2025-10-27 17:32 UTC  (4+ messages)

[PATCH i-g-t] tests/kms_atomic_transition: Fix dynamic subtest
 2025-10-27 17:01 UTC  (3+ messages)

[PATCH i-g-t v3] tools/intel_gpu_top: Add iteration option -n
 2025-10-27 15:32 UTC 

[i-g-t, v7, 0/3] tests/intel/xe_survivability: Add xe_survivability test
 2025-10-27 14:38 UTC  (4+ messages)
` [i-g-t, v7, 1/3] tests/intel/xe_survivability: Add new xe_survivability test for i2c adapter
` [i-g-t, v7, 2/3] tests/intel/xe_survivability: Add new test runtime survivability
` [i-g-t,v7,3/3] HAX: Add xe_survivability tests to fast feedback list


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