Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-08-11 17:11:03 to 2026-08-12 19:38:07 UTC [more...]

[PATCH v2 00/10] Crescent Island PMT support
 2026-08-12 19:37 UTC  (11+ messages)
` [PATCH v2 01/10] platform/x86/intel/pmt: complete pcidev to device update
` [PATCH v2 02/10] platform/x86/intel/pmt: Add register access callbacks
` [PATCH v2 03/10] drm/xe/vsec: Protect against missing config
` [PATCH v2 04/10] drm/xe/vsec: Use correct pm state get
` [PATCH v2 05/10] drm/xe/vsec: Support possible hotplug exit
` [PATCH v2 06/10] drm/xe/vsec: Support Crescent Island PMT
` [PATCH v2 07/10] drm/xe/vsec: Crescent Island PMT decode
` [PATCH v2 08/10] drm/xe/vsec: Crescent Island PMT callbacks
` [PATCH v2 09/10] drm/xe/vsec: Support late bind fw information
` [PATCH v2 10/10] drm/xe/vsec: Update PMT internal access for CRI

[PATCH v4 00/32] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-12 19:24 UTC  (35+ messages)
` [PATCH v4 01/32] drm/xe: Introduce xe_any helpers
` [PATCH v4 02/32] drm/xe/log: Add structured SIGID error logging infrastructure
` [PATCH v4 03/32] drm/xe/log: Introduce structured component/location identifiers
` [PATCH v4 04/32] drm/xe/log: Add component/location decorations to dmesg
` [PATCH v4 05/32] drm/xe/log: Add SIGID log helpers for severity
` [PATCH v4 06/32] drm/xe/log: Add SIGID log helpers for location
` [PATCH v4 07/32] drm/xe/log: Add SIGID log helpers for location & severity
` [PATCH v4 08/32] drm/xe/log: Add SIGID log helpers for components
` [PATCH v4 09/32] drm/xe/log: Add SIGID log helpers for component & severity
` [PATCH v4 10/32] drm/xe/log: Add SIGID log helpers for errno-only
` [PATCH v4 11/32] drm/xe/log: Index all SIGID printk messages
` [PATCH v4 12/32] drm/xe/log: Add hardware error signatures
` [PATCH v4 13/32] drm/xe/log: Extend components list with hardware items
` [PATCH v4 14/32] drm/xe/ras: Check RAS and LOG component definitions
` [PATCH v4 15/32] drm/xe/kunit: Setup driver data in the test device
` [PATCH v4 16/32] drm/xe/tests: Add Kunit tests for xe_log
` [PATCH v4 17/32] drm/xe/tests: Add kunit tests for xe_any
` [PATCH v4 18/32] drm/xe: Report 'probe blocked' error using SIGID
` [PATCH v4 19/32] drm/xe: Report all probe errors "
` [PATCH v4 20/32] drm/xe/survivability: Report 'boot status' "
` [PATCH v4 21/32] drm/xe/survivability: Report 'sysfs failure' error "
` [PATCH v4 22/32] drm/xe/survivability: Report 'Boot Mode enabled' status "
` [PATCH v4 23/32] drm/xe/survivability: Report 'Runtime "
` [PATCH v4 24/32] drm/xe: Report 'device wedged' errors "
` [PATCH v4 25/32] drm/xe/pcode: Report 'Mailbox failed' error "
` [PATCH v4 26/32] drm/xe/pcode: Report 'timeout, retrying' "
` [PATCH v4 27/32] drm/xe/pcode: Report 'initialization timedout' "
` [PATCH v4 28/32] drm/xe/guc: Report 'GuC mmio' errors "
` [PATCH v4 29/32] drm/xe/gt: Report 'reset failed' "
` [PATCH v4 30/32] drm/xe/gt: Report 'Fault response' pagefault error "
` [PATCH v4 31/32] drm/xe/gt: Report 'Queue full' "
` [PATCH v4 32/32] drm/xe/pci: Report 'cannot re-enable' "
` ✗ CI.checkpatch: warning for drm/xe: Add structured SIGID error logging infrastructure (rev4)
` ✓ CI.KUnit: success "

[PATCH] drm/xe: Exclude wopcm region from stolen memory on TGL/DG1
 2026-08-12 18:48 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v6 0/7] KUnit test for VF provisioning error handling
 2026-08-12 18:27 UTC  (16+ messages)
` [PATCH v6 1/7] drm/xe/guc: Allow to replace xe_guc_mmio_send_recv() with KUNIT stub
` [PATCH v6 2/7] drm/xe/vf: Split submission config query helpers
` [PATCH v6 3/7] drm/xe/vf: Add bounds checking for queried context and doorbell counts
` [PATCH v6 4/7] drm/xe: Introduce helpers for xe_vram size
` [PATCH v6 5/7] drm/xe/vf: Add bounds checking for queried GGTT base and size
` [PATCH v6 6/7] drm/xe/vf: Add bounds checking for queried VRAM size
` [PATCH v6 7/7] drm/xe/tests: Add KUnit tests for VF provisioning error handling
` ✗ CI.checkpatch: warning for KUnit test for VF provisioning error handling (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v4 00/20] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-12 18:08 UTC  (15+ messages)
` [PATCH v4 16/20] tools/testing/selftests/mm: test anonymous page offset merge behaviour
` [PATCH v4 17/20] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v4 19/20] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon

[PATCH 0/4] Use SIGID API for PCODE and CSC
 2026-08-12 18:07 UTC  (13+ messages)
` [PATCH 1/4] drm/xe/log: DO NOT REVIEW
` [PATCH 2/4] drm/xe/pcode: Use int instead of u32 for mailbox status
` [PATCH 3/4] drm/xe/pcode: Report pcode errors using SIGID
` [PATCH 4/4] drm/xe/ras: Report CSC "
` ✗ CI.checkpatch: warning for Use SIGID API for PCODE and CSC
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 0/3] drm/xe: Adopt xe_log SIGID API for structured error reporting
 2026-08-12 18:02 UTC  (12+ messages)
` [PATCH v2 1/3] drm/xe/log: DO NOT REVIEW
` [PATCH v2 2/3] drm/xe/pcode: Improve PCODE logging using xe_log helper
` [PATCH v2 3/3] drm/xe/sysctrl: Add better sysctrl error reporting
` ✗ CI.checkpatch: warning for drm/xe: Adopt xe_log SIGID API for structured error reporting (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable
 2026-08-12 11:56 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[REGRESSION] Panther Lake 8086:b082 internal eDP black after xe takeover since 7.1.6, still present in 7.1.8
 2026-08-12 14:35 UTC 

[RFC PATCH v2 1/1] drm/xe: keep VM-bound WC BOs resident during reclaim
 2026-08-12  8:28 UTC  (8+ messages)

[PATCH 0/2] Support YUV buffers in HDR planes
 2026-08-12 11:13 UTC  (8+ messages)
` [PATCH 1/2] [DO_NOT_REVIEW] drm/i915/color: Add color pipeline support for SDR planes
` [PATCH 2/2] drm/i915/color: Add YUV buffer support on HDR planes
` ✓ CI.KUnit: success for Support YUV buffers in "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH v2 0/3] Fix value being written to DDI_CLK_VALFREQ
 2026-08-12 17:26 UTC  (12+ messages)
` [PATCH v2 1/3] drm/i915/ddi: add helper to compute DDI clock frequency
` [PATCH v2 2/3] drm/i915/cx0: program DDI_CLK_VALFREQ with "
` [PATCH v2 3/3] drm/i915/lt_phy: "
` ✓ CI.KUnit: success for Fix value being written to DDI_CLK_VALFREQ (rev2)

[PATCH v1] drm/xe: Fix xe_device_probe() failure
 2026-08-12 16:37 UTC  (4+ messages)
` ✓ Xe.CI.FULL: success for "

[PATCH v3] drm/i915/kunit: DP Link: Use if statements instead of for loops
 2026-08-12 15:10 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/guc: Fix invalid kfree() call via __cleanup on pointer
 2026-08-12 14:07 UTC  (2+ messages)

[v3 0/2] drm/i915/audio: Add HDMI TMDS audio bandwidth check
 2026-08-12 12:56 UTC  (8+ messages)
` [v3 1/2] drm/i915/hdmi: Move audio compute config after format selection
` [v3 2/2] drm/i915/audio: Prune ELD SADs based on HDMI audio bandwidth
` ✓ CI.KUnit: success for drm/i915/audio: Add HDMI TMDS audio bandwidth check (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH V15 00/14] Add memory page offlining support
 2026-08-12 12:27 UTC  (17+ messages)
` [PATCH V15 06/14] drm/xe: Guard teardown paths against purged BOs
` [PATCH V15 07/14] drm/xe/vram: Extract buddy alloc and free helpers
` [PATCH V15 08/14] drm/xe/vram: Add page offline data structures and lifecycle
` [PATCH V15 10/14] drm/xe/configfs: Add vram bad page reservation policy
` [PATCH V15 11/14] drm/xe/vram: Use RCU for lock-free sysfs reads of bad page lists
` [PATCH V15 12/14] drm/xe: Add sysfs interface for bad gpu vram pages
` [PATCH V15 13/14] drm/xe/uapi: Expose ban reason in EXEC_QUEUE_GET_PROPERTY_BAN

[PATCH v3 00/23] drm/xe: Add structured SIGID error logging infrastructure
 2026-08-12 11:43 UTC  (36+ messages)
` [PATCH v3 02/23] drm/xe/log: "
` [PATCH v3 10/23] drm/xe/log: Add hardware error signatures
` [PATCH v3 14/23] drm/xe/tests: Add Kunit tests for xe_log
` [PATCH v3 17/23] drm/xe: Report 'device wedged' errors using SIGID
` [PATCH v3 18/23] drm/xe: Report 'Survivability Mode' "
` [PATCH v3 22/23] drm/xe/gt: Report 'pagefault' "
` [PATCH v3 23/23] drm/xe/pci: Report 'cannot re-enable' error "
  ` [PATCH v3 03/23] drm/xe/log: Introduce structured component/location identifiers
  ` [PATCH v3 21/23] drm/xe/gt: Report 'reset failed' errors using SIGID
  ` [PATCH v3 11/23] drm/xe/log: Extend components list with hardware items
  ` [PATCH v3 19/23] drm/xe/guc: Report 'GuC mmio' errors using SIGID
  ` [PATCH v3 15/23] drm/xe/tests: Add kunit tests for xe_any

[PATCH v3 0/6] Fix device page migration in low memory fallback
 2026-08-12  8:20 UTC  (5+ messages)
` [PATCH v3 3/6] mm/migrate_device: Fix THP splitting of a CPU faulted device private folio

[PATCH] drm/dp: Add EDP_20 rev definition
 2026-08-12  3:55 UTC  (2+ messages)

[RFC PATCH 0/3] drm/xe: diagnostics and workaround for GuC TLB invalidation ack stalls on ARL
 2026-08-12  0:52 UTC  (11+ messages)

[PATCH 0/2] drm/xe: small pagefault handler improvements
 2026-08-11 23:58 UTC  (8+ messages)
` [PATCH 1/2] drm/xe: Use guard(spinlock_irqsave) in pagefault handler
` [PATCH 2/2] drm/xe: Remove redundant full pagefault queue check
` ✓ CI.KUnit: success for drm/xe: small pagefault handler improvements
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/2] drm/xe/guc: handle exec queue teardown after hot-unplug
 2026-08-11 23:36 UTC  (3+ messages)
` [PATCH 2/2] drm/xe: remove EXEC_QUEUE_FLAG_PERMANENT

[PATCH 0/4] drm/xe: Adopt xe_log SIGID API for structured error reporting
 2026-08-11 21:14 UTC  (4+ messages)
` [PATCH 2/4] drm/xe: Use xe_log SIGID API for probe-path "

[PATCH] drm/xe/hwmon: Enable package and vram temperatures for CRI
 2026-08-11 20:19 UTC  (2+ messages)

[PATCH v3 0/9] Don't whitelist OA registers unconditionally
 2026-08-11 20:09 UTC  (5+ messages)

[PATCH v3] drm/xe: Fix a bug in pc_adjust_freq_bounds()
 2026-08-11 19:55 UTC  (2+ messages)

[PATCH 00/10] Add new debug infrastructure for configfs
 2026-08-11 19:19 UTC  (3+ messages)
` [PATCH 06/10] drm/xe/guc: Add configfs support for guc_log_level

[PATCH 0/3] Fix value being written to DDI_CLK_VALFREQ
 2026-08-11 17:24 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/ddi: add helper to compute DDI clock frequency

[PATCH v4 00/11] drm/atomic: don't allow changes to inactive colorops & other fixes
 2026-08-11 16:46 UTC  (11+ messages)
` [PATCH v4 01/11] drm/atomic: only add states of active or transient active colorops
` [PATCH v4 02/11] drm/atomic: reject colorop update from inactive color pipeline
` [PATCH v4 03/11] drm/atomic: duplicate state of all colorops
` [PATCH v4 04/11] drm/atomic: check if an active colorop has a blob if its type requires one
` [PATCH v4 06/11] drm/amd/display: truly bypass plane colorop 3x4 matrix and hdr mult
` [PATCH v4 07/11] drm/amd/display: make shaper bypass mode cleaner
` [PATCH v4 08/11] drm/amd/display: make blnd bypass mode clearer
` [PATCH v4 09/11] drm/amd/display: don't ignore failure on blend colorop setup
` [PATCH v4 10/11] drm/amd/display: allow individual colorop changes
` [PATCH v4 11/11] drm/amd/display: distinguish colorop setup error from no colorop support


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