Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-22 22:31:00 to 2026-07-24 04:18:30 UTC [more...]

[PATCH v6 0/2] Add drm_ras netlink error event support
 2026-07-24  4:18 UTC  (13+ messages)
` [PATCH v6 1/2] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v6 2/2] drm/xe/xe_ras: Report correctable/uncorrectable error events to userspace
` ✓ Xe.CI.FULL: success for Add drm_ras netlink error event support (rev6)

[PATCH v6 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-07-24  1:18 UTC  (15+ messages)
` [PATCH v6 01/12] drm/xe: Fine grained page fault locking
` [PATCH v6 02/12] drm/xe: Allow prefetch-only VM bind IOCTLs to use VM read lock
` [PATCH v6 03/12] drm/xe: Thread prefetch of SVM ranges
` [PATCH v6 04/12] drm/xe: Use a single page-fault queue with multiple workers
` [PATCH v6 05/12] drm/xe: Add num_pf_work modparam
` [PATCH v6 06/12] drm/xe: Engine class and instance into a u8
` [PATCH v6 07/12] drm/xe: Track pagefault worker runtime
` [PATCH v6 08/12] drm/xe: Chain page faults via queue-resident cache to avoid fault storms
` [PATCH v6 09/12] drm/xe: Add pagefault chaining stats
` [PATCH v6 10/12] drm/xe: Add debugfs pagefault_info
` [PATCH v6 11/12] drm/xe: batch CT pagefault acks with periodic flush
` [PATCH v6 12/12] drm/xe: Track parallel page fault activity in GT stats
` ✗ CI.checkpatch: warning for Fine grained fault locking, threaded prefetch, storm cache (rev6)
` ✓ CI.KUnit: success "

[PATCH] drm/xe: Add memory barrier before H2G tail write on wrap
 2026-07-24  0:42 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "

[RFC PATCH 0/2] LNL_FLUSH_* enhancements
 2026-07-23 23:26 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v1 0/4] drm/xe: MCR semaphore and TLB invalidation timeout fixes for ARL
 2026-07-23 23:19 UTC  (9+ messages)
` [PATCH v1 3/4] drm/xe/guc/ct: Queue G2H worker before flushing it in timeout paths

[PATCH v5 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-07-23 22:47 UTC  (16+ messages)
` [PATCH v5 01/12] drm/xe: Fine grained page fault locking
` [PATCH v5 02/12] drm/xe: Allow prefetch-only VM bind IOCTLs to use VM read lock
` [PATCH v5 03/12] drm/xe: Thread prefetch of SVM ranges
` [PATCH v5 04/12] drm/xe: Use a single page-fault queue with multiple workers
` [PATCH v5 05/12] drm/xe: Add num_pf_work modparam
` [PATCH v5 06/12] drm/xe: Engine class and instance into a u8
` [PATCH v5 07/12] drm/xe: Track pagefault worker runtime
` [PATCH v5 08/12] drm/xe: Chain page faults via queue-resident cache to avoid fault storms
` [PATCH v5 09/12] drm/xe: Add pagefault chaining stats
` [PATCH v5 10/12] drm/xe: Add debugfs pagefault_info
` [PATCH v5 11/12] drm/xe: batch CT pagefault acks with periodic flush
` [PATCH v5 12/12] drm/xe: Track parallel page fault activity in GT stats
` ✗ CI.checkpatch: warning for Fine grained fault locking, threaded prefetch, storm cache (rev5)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/3] Modify the SW tail logic in OA
 2026-07-23 22:42 UTC  (4+ messages)
` ✓ CI.KUnit: success for Modify the SW tail logic in OA (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS WITH UNVERIFIED WARNING 8b2d3bb766c69976da4767fb3b7299a909367f58
 2026-07-23 22:08 UTC 

[PATCH v2] drm/xe/bo: optimise TT population for DONTNEED BOs
 2026-07-23 22:06 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/bo: optimise TT population for DONTNEED BOs (rev2)
` ✓ Xe.CI.BAT: "

[PATCH 0/9] Add new debug infrastructure for configfs
 2026-07-23 22:06 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for Add new debug infrastructure for configfs (rev2)
` ✗ Xe.CI.FULL: failure "

[PATCH 00/19] drm/xe: Add structured SIGID error logging infrastructure
 2026-07-23 22:02 UTC  (24+ messages)
` [PATCH 01/19] drm/xe/log: "
` [PATCH 02/19] drm/xe: Introduce xe_any helpers
` [PATCH 03/19] drm/xe/log: Add simple helpers for xe_log_emit
` [PATCH 04/19] drm/xe/log: Allow to emit SIGID dmesg/cper separately
` [PATCH 05/19] drm/xe/log: Add Tile/GT decorations for dmesg message
` [PATCH 06/19] drm/xe/log: Introduce structured log components
` [PATCH 07/19] drm/xe/log: Add component based SIGID log helper
` [PATCH 08/19] drm/xe/log: Add errno-only SIGID log helpers
` [PATCH 09/19] drm/xe/log: Add hardware error signatures
` [PATCH 10/19] drm/xe/log: Extend components list with hardware items
` [PATCH 11/19] drm/xe/tests: Add Kunit tests for xe_log
` [PATCH 12/19] drm/xe: Report 'probe blocked' error using SIGID
` [PATCH 13/19] drm/xe: Report 'device wedged' errors "
` [PATCH 14/19] drm/xe: Report 'Survivability Mode' "
` [PATCH 15/19] drm/xe/guc: Report 'GuC mmio' "
` [PATCH 16/19] drm/xe/pcode: Report 'Mailbox failed' error "
` [PATCH 17/19] drm/xe/gt: Report 'reset failed' errors "
` [PATCH 18/19] drm/xe/gt: Report 'pagefault' "
` [PATCH 19/19] drm/xe/pci: Report 'cannot re-enable' error "
` ✗ CI.checkpatch: warning for drm/xe: Add structured SIGID error logging infrastructure
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH v8 0/6] drm/xe: add page size allocation mode control and coverage
 2026-07-23 20:50 UTC  (10+ messages)
` [PATCH v8 1/6] drm/xe: add page size allocation control state to xe_device
` [PATCH v8 2/6] drm/xe/debugfs: add page-size allocation mode knob
` [PATCH v8 4/6] drm/xe: apply debug page-size allocation policy to user BOs
` [PATCH v8 5/6] drm/xe/pt: allow selecting the bind leaf PTE level
` ✓ Xe.CI.FULL: success for drm/xe: add page size allocation mode control and coverage (rev6)

[PATCH v5 1/1] drm/xe/eustall: Add WA 14027054324 support for graphics IP 35.11
 2026-07-23 20:43 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for series starting with [v5,1/1] "
` ✗ Xe.CI.FULL: failure "

[PULL] drm-xe-fixes
 2026-07-23 20:30 UTC 

[PATCH] drm/xe/debugfs: Expose per-engine idle status
 2026-07-23 19:43 UTC 

[PATCH i-g-t v5 0/7] add cgroup_dmem test
 2026-07-23 19:43 UTC  (8+ messages)
` [PATCH i-g-t v5 1/7] lib/igt_cgroup: add cgroup v2 and dmem controller helpers
` [PATCH i-g-t v5 2/7] tests/cgroup_dmem: add dmem cgroup controller test
` [PATCH i-g-t v5 3/7] lib/xe: add xe_cgroup_region_name() helper
` [PATCH i-g-t v5 4/7] lib/xe: Introduce dmem driver and implement Xe support
` [PATCH i-g-t v5 5/7] lib/amdgpu: add amdgpu_cgroup_region_name
` [PATCH i-g-t v5 6/7] lib/amdgpu: add amdgpu support to igt_dmem_driver
` [PATCH i-g-t v5 7/7] tests/dmem_cgroups: add test for dmem.current

[PATCH v6 0/2] drm/xe/guc: Compress GuC log and CTB dump with zstd
 2026-07-23 19:24 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/guc: Compress GuC log and CTB dump with zstd (rev2)

[PATCH v3 0/7] drm/xe/mmio_gem: fix fault handler and destroy path
 2026-07-23 17:34 UTC  (13+ messages)
` [PATCH v3 1/7] drm/xe/mmio_gem: forbid VMA split
` [PATCH v3 2/7] drm/xe/mmio_gem: use write-back mapping for dummy page
` [PATCH v3 3/7] drm/xe/mmio_gem: simplify fault handler loop
` [PATCH v3 4/7] drm/xe/mmio_gem: Revoke drm_vma_node on xe_mmio_gem destroy
` [PATCH v3 5/7] drm/xe/mmio_gem: cache the dummy page per object
` [PATCH v3 6/7] drm/xe/mmio_gem: fix destroy flow
` [PATCH v3 7/7] drm/xe: convert PCI barrier mmap to use xe_mmio_gem
` ✓ CI.KUnit: success for drm/xe/mmio_gem: fix fault handler and destroy path (rev3)
` ✓ Xe.CI.BAT: "

[PATCH v4 0/5] Add ocode late binding support for CRI
 2026-07-23 16:46 UTC  (10+ messages)
` ✗ CI.checkpatch: warning for Add ocode late binding support for CRI (rev4)
` ✓ CI.KUnit: success "
` [PATCH v4 1/5] drm/xe/xe_late_bind_fw: Fix firmware leak on missing manifest entry
` [PATCH v4 2/5] drm/xe/xe_late_bind_fw: Convert late bind flag to mask
` [PATCH v4 3/5] drm/xe/xe_late_bind_fw: Add support to load Ocode firmware
` [PATCH v4 4/5] drm/xe/xe_late_bind_fw: Enable late binding support for CRI
` [PATCH v4 5/5] drm/xe/xe_late_bind_fw: Refactor pm flow
` ✓ Xe.CI.BAT: success for Add ocode late binding support for CRI (rev4)

[PATCH v6 3/3] drm/xe/lrc: Fix ABA race on engine migration in context timestamp read
 2026-07-23 16:42 UTC 

[PULL] drm-intel-fixes
 2026-07-23 16:37 UTC 

[PATCH v6 0/9] Enable CMRR in fixed-RR VRR path
 2026-07-23 16:21 UTC  (17+ messages)
` [PATCH v6 1/9] drm/i915/vrr: Return from PSR2 compute config in case of CMRR enabled
` [PATCH v6 2/9] drm/i915/vrr: Restrict CMRR enable condition to VRR-TG-default platforms
` [PATCH v6 3/9] drm/i915/vrr: Add per-CRTC vrr/cmrr debugfs control
` [PATCH v6 4/9] drm/i915/vrr: Update AS_SDP target_rr_divider based on CMRR config request
` [PATCH v6 5/9] drm/i915/display: Move CMRR crtc_state members under VRR
` [PATCH v6 6/9] drm/i915/vrr: Compute CMRR fractional timings generically
` [PATCH v6 8/9] drm/i915/vrr: Program CMRR enable/disable from transcoder timings
` [PATCH v6 9/9] drm/i915/vrr: Enable cmrr

[PATCH] drm/xe/bo: optimise TT population for DONTNEED BOs
 2026-07-23 16:00 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v8 4/6] drm/ttm: Hook up a cgroup-aware reclaim callback for the dmem controller
 2026-07-23 15:55 UTC 

[PATCH v2] drm/xe/ras: Validate sysctrl response
 2026-07-23 15:52 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/ras: Validate sysctrl response (rev2)

[REGRESSION]: [PATCH mm-hotfixes v5 3/5] x86/mm/pat: acquire init_mm read lock on attribute change to avoid UAF
 2026-07-23 14:18 UTC  (2+ messages)

[PATCH] drm/i915/backlight: allow hybrid pin-enable + AUX brightness panels
 2026-07-23 14:13 UTC  (4+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v9 0/8] mm/hmm: Add mmap lock-drop support for userfaultfd-backed mappings
 2026-07-22 18:52 UTC  (4+ messages)
` [PATCH v9 8/8] drm/gpusvm: Use hmm_range_fault_unlocked_timeout() for range faults

[PATCH v11 0/3] Introduce cold reset recovery method
 2026-07-23 14:03 UTC  (2+ messages)

[PATCH v2 2/5] drm/xe/migrate: Support copying between sysmem and stolen
 2026-07-23 14:00 UTC  (3+ messages)
` [PATCH] "

[PATCH v2 0/5] drm/xe/display: Transparant fallback from stolen to sysmem
 2026-07-23 13:37 UTC  (4+ messages)
` [PATCH v2 5/5] drm/i915: Introduce intel_bo_fbdev_bios_fb_takeover()

[PATCH] [CI] drm/i915/dmc: Test Xe3LPD DMC v2.37
 2026-07-23  9:21 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH] [CI] drm/i915/dmc: Test Xe3LPD_3002 DMC v2.32
 2026-07-23  8:34 UTC 

[PATCH v2 1/3] drm/xe/display: Expose plane max width/height helpers to global scope
 2026-07-23  8:21 UTC  (7+ messages)
` [PATCH v2 2/3] drm/i915/fbc: No need of any hardcoded plane width limit from LNL+
` [PATCH v2 3/3] drm/i915/fbc: No surface size restrictions from LNL onwards
` ✗ Xe.CI.FULL: failure for series starting with [v2,1/3] drm/xe/display: Expose plane max width/height helpers to global scope

[PATCH v1 0/2] Reduce MERT debug log spam
 2026-07-23  7:06 UTC  (5+ messages)
` [PATCH v1 1/2] drm/xe: Add dbg_ratelimited printk wrappers
` [PATCH v1 2/2] drm/xe/mert: Rate limit VF LMTT fault debug log

[PATCH] drm/xe/nvls: Drop force_probe requirement
 2026-07-23  5:44 UTC  (4+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v2 0/9] Add fan control support
 2026-07-23  5:34 UTC  (3+ messages)
` [PATCH v2 3/9] drm/xe/hwmon: expose fanN_max

[PATCH v2 0/3] KUnit test for VF provisioning error handling
 2026-07-23  2:03 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for KUnit test for VF provisioning error handling (rev2)

[PATCH 0/3] drm/xe/vm: Fix SVM leak and clean up xe_vm_create()
 2026-07-23  2:01 UTC  (3+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v3 0/1] drm/xe/guc_ads: allocate UM queues in a separate UC BO
 2026-07-22 23:00 UTC  (3+ messages)
` [PATCH v3 1/1] "


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