Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-06 16:19:02 to 2026-09-07 19:04:58 UTC [more...]

[PATCH v2] drm/i915/alpm: Add a quirk to keep the fast wake ahead of the IO buffer wake
 2026-09-07 12:00 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 0/6] Add support to handle memory double-bit ecc errors
 2026-09-07 19:04 UTC  (16+ messages)
` [PATCH v2 1/6] drm/xe/xe_ras: Handle page offline requests for device memory "
` [PATCH v2 2/6] drm/xe/xe_ras: Add support to query page offline queue and list
` [PATCH v2 3/6] drm/xe: Separate drm-ras netlink data from device and firmware RAS state
` [PATCH v2 4/6] drm/xe/xe_ras: Add function to get maximum pages firmware can store
` [PATCH v2 5/6] drm/xe/xe_ttm_vram: Report max_pages reported by firmware in debugfs
` [PATCH v2 6/6] drm/xe/xe_ras: Track offlined pages by firmware to avoid duplicates
` ✓ CI.KUnit: success for Add support to handle memory double-bit ecc errors (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 1/2] drm/i915/dp_mst: Fix configuring FEC for a disconnected stream
 2026-09-07 18:52 UTC  (6+ messages)
` [PATCH 2/2] drm/i915/dp_mst: Fix configuring TUs "
` ✗ CI.checkpatch: warning for series starting with [1/2] drm/i915/dp_mst: Fix configuring FEC "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v4 0/2] Add validation for DMC firmware header parsing
 2026-09-07 18:24 UTC  (5+ messages)
` [PATCH v4 1/2] drm/i915/dmc: Add sanity check for DMC load address
` [PATCH v4 2/2] drm/i915/dmc: Harden DMC firmware payload parsing
` ✓ CI.KUnit: success for Add validation for DMC firmware header parsing (rev4)
` ✓ Xe.CI.BAT: "

[PATCH v3 0/2] Add validation for DMC firmware header parsing
 2026-09-07 18:16 UTC  (7+ messages)
` [PATCH v3 1/2] drm/i915/dmc: Add sanity check for DMC load address
` [PATCH v3 2/2] drm/i915/dmc: Harden DMC firmware payload parsing
` ✓ CI.KUnit: success for Add validation for DMC firmware header parsing (rev3)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH v3] drm/xe: Add multi_queue_active_lrca debugfs
 2026-09-07 17:09 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/xe: Add multi_queue_active_lrca debugfs (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[V2] drm/xe: Skip clearing purged page-table BOs
 2026-09-07 16:45 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/xe: Skip clearing purged page-table BOs (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v2 0/4] drm/xe/xe_migrate: Fix memory corruption with unaligned dst in MEM_COPY
 2026-09-07 16:19 UTC  (5+ messages)
` [PATCH v2 1/4] drm/xe/xe_migrate: Align MEM_COPY pitch with destination address
` [PATCH v2 2/4] drm/xe/xe_migrate: Fix page tracking in access_memory

[PATCH v12 0/8] Vswing / Pre-emphasis Override
 2026-09-07 15:50 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for Vswing / Pre-emphasis Override (rev8)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/2] Expose device sysfs for AMC and GPU UUID
 2026-09-07 15:48 UTC  (9+ messages)
` [PATCH 2/2] drm/xe/cri: Expose device UUID through sysfs

[PATCH v2] drm/xe: Add multi_queue_active_lrca debugfs
 2026-09-07 15:10 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe: Add multi_queue_active_lrca debugfs (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 0/2] Add validation for DMC firmware header parsing
 2026-09-07 14:35 UTC  (9+ messages)
` [PATCH v2 1/2] drm/i915/dmc: Add sanity check for DMC load address
` [PATCH v2 2/2] drm/i915/dmc: Prevent fw_size multiplication overflow
` ✗ CI.checkpatch: warning for Add validation for DMC firmware header parsing (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4 0/7] drm/xe/sysctrl: Clean up error handling in
 2026-09-07 14:24 UTC  (12+ messages)
` [PATCH v4 1/7] drm/xe/sysctrl: Return error codes from sysctrl_wait_bit_clear()

[PATCH v7 0/9] drm/xe/sysctrl: Clean up error handling in
 2026-09-07 14:07 UTC  (16+ messages)
` [PATCH v7 1/9] drm/xe/sysctrl: Return error codes from sysctrl_wait_bit_clear()
` [PATCH v7 2/9] drm/xe/sysctrl: Return error codes from sysctrl_wait_bit_set()
` [PATCH v7 3/9] drm/xe/sysctrl: Make sysctrl_write_frame() void
` [PATCH v7 4/9] drm/xe/sysctrl: Make sysctrl_read_frame() void
` [PATCH v7 5/9] drm/xe/sysctrl: Use xe_assert() for payload size validation
` [PATCH v7 6/9] drm/xe/sysctrl: Replace FIELD_GET() with REG_FIELD_GET()
` [PATCH v7 7/9] drm/xe/sysctrl: Improve firmware response error logging
` [PATCH v7 8/9] drm/xe/sysctrl: Log group and command ID on mailbox failure
` [PATCH v7 9/9] drm/xe/sysctrl: Report 'System Controller event' error using SIGID
` ✓ CI.KUnit: success for drm/xe/sysctrl: Clean up error handling in (rev4)

[PATCH 0/5] Add support to handle memory double-bit ecc errors
 2026-09-07 13:40 UTC  (6+ messages)
` [RFC PATCH 2/5] drm/xe/xe_ras: Handle page offline requests for device memory "
      ` FW: "

[PATCH v10 00/27] Intel Xe GPU Debug Support (eudebug) v10
 2026-09-07 13:24 UTC  (6+ messages)
` [PATCH v10 04/27] drm/xe/eudebug: Introduce discovery for resources

[PATCH] drm/i915/display: Limit SEL_FETCH clear to supported pipes
 2026-09-07 13:21 UTC  (5+ messages)

[PATCH v3 00/12] Add CPER logging support for CRI
 2026-09-07 13:13 UTC  (29+ messages)
` ✗ CI.checkpatch: warning for Add CPER logging support for CRI (rev3)
` ✓ CI.KUnit: success "
` [PATCH v3 01/12] drm/xe/cper: Hardware error CPER reporting from xe_log
` [PATCH v3 02/12] drm/xe/cper: Retrieve the error counter record for CPER reporting
` [PATCH v3 03/12] drm/xe/cper: Add Intel specific CPER structures
` [PATCH v3 04/12] drm/xe/cper: Prepare CPER record
` [PATCH v3 05/12] drm/xe/xe_ras: Add support to retrieve info queue data for CRI
` [PATCH v3 06/12] drm/xe/cper: Prepare Intel CPER error info records
` [PATCH v3 07/12] drm/xe/cper: Log CPER records for aggregate counter retrival
` [PATCH v3 08/12] drm/xe/xe_ras: Report device memory errors using SIGID
` [PATCH v3 09/12] drm/xe/xe_ras: Report core compute "
` [PATCH v3 10/12] drm/xe/xe_ras: Report soc internal "
` [PATCH v3 11/12] drm/xe/xe_ras: Report correctable "
` [PATCH v3 12/12] drm/xe/cper: Emit cper record to trace buf
` ✓ Xe.CI.BAT: success for Add CPER logging support for CRI (rev3)
` ✗ Xe.CI.FULL: failure "

[PATCH v3 0/5] Introduce xe_wedge
 2026-09-07 13:06 UTC  (15+ messages)
` [PATCH v3 1/5] drm/xe/gt: Use GT ordered workqueue for wedging
` [PATCH v3 2/5] drm/xe: Move xe_device_wedged_fini() registration to xe_device_probe_early()
` [PATCH v3 3/5] drm/xe: Make xe_device_declare_wedged() IRQ safe
` [PATCH v3 4/5] drm/xe: Introduce xe_wedge
` [PATCH v3 5/5] drm/xe/ras: Move xe_ras_process_errors() to xe_ras
` ✗ CI.checkpatch: warning for Introduce xe_wedge (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v12 7/8] drm/i915: override Combo's VS/PE when requested
 2026-09-07 12:27 UTC  (2+ messages)
` [PATCH v13 "

[PATCH v3] drm/xe: Guard page-fault worker with runtime PM check
 2026-09-07 12:21 UTC  (10+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "
` ✗ CI.checkpatch: warning for drm/xe: Guard page-fault worker with runtime PM check (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/i915/psr: enable PSR on Apple T2 eDP panels
 2026-09-07 12:14 UTC  (4+ messages)
` [PATCH v2] "
` ✗ LGCI.VerificationFailed: failure for drm/i915/psr: enable PSR on Apple T2 eDP panels (rev2)

[PATCH 0/2] drm/i915/fbc: Dirty rectangle bounds enforcement and CFB nuke handling
 2026-09-07 11:28 UTC  (3+ messages)
` [PATCH v2 2/2] drm/i915/fbc: nuke CFB if Plane setting (except for surf addr) changes

[PATCH v2] drm/xe: Flush LSC untyped L1 dataport cache after rcs/ccs batches
 2026-09-07 11:28 UTC  (2+ messages)

[PATCH v2 0/2] drm/xe/pcode: Increase default mailbox timeout
 2026-09-07 10:59 UTC  (7+ messages)
` [PATCH v2 1/2] drm/xe/pcode: Increase default pcode mailbox timeout to 10ms
` [PATCH v2 2/2] drm/xe/hwmon: Use shared pcode default timeout for power limit write
` ✓ CI.KUnit: success for drm/xe/pcode: Increase default mailbox timeout
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/i915/debugfs: Add HDR status to i915_display_info
 2026-09-07 10:10 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v6 0/9] drm/xe/sysctrl: Clean up error handling in
 2026-09-07  9:38 UTC  (4+ messages)
` [PATCH v6 6/9] drm/xe/sysctrl: Replace FIELD_GET() with REG_FIELD_GET()

[PATCH] drm/i915/dp: On DPCD init/caps wake the DPRx
 2026-09-07  9:06 UTC  (7+ messages)
` [PATCHv3] drm/i915/dp: On DPCD init wake the DPRx for eDP

[PATCH v2 0/5] Introduce xe_wedge
 2026-09-07  8:40 UTC  (5+ messages)
` [PATCH v2 4/5] drm/xe/debugfs: Consolidate wedged_mode debt into xe_wedge

[PATCH 0/2] drm/xe: Increase timeout for hwmon power limit mailbox operations
 2026-09-07  8:37 UTC  (10+ messages)
` [PATCH 2/2] drm/xe/hwmon: Increase timeout for mailbox power limits

[PATCH v6 0/2] drm/xe/shrinker: Runtime PM reference for non-system memory
 2026-09-07  8:23 UTC  (3+ messages)
` [PATCH v6 2/2] drm/xe/shrinker: Take a runtime PM ref before shrinking "

[PATCH v3] drm/i915/display: Limit SEL_FETCH clear to supported pipes
 2026-09-07  8:20 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/i915/display: Limit SEL_FETCH clear to supported pipes (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/4] RFC: drm/xe: Dynamic Xe Memory Monitor
 2026-09-07  6:07 UTC  (5+ messages)
` [PATCH 1/4] RFC: ANDROID: drm/xe: add adaptive GPU memory growth monitor xe_mem_monitor
` [PATCH 2/4] RFC: ANDROID: drm/xe: register ttm page alloc vendor hooks internally
` [PATCH 3/4] RFC: ANDROID: drm/xe: provide safe mem_monitor enable toggle via debugfs
` [PATCH 4/4] RFC: ANDROID: drm/xe: Gate mem_monitor wake ups on order 9 external fragmentation

[PATCH] drm/i915/quirks: Limit eDP rate to HBR2 on HP Pavilion Plus 14-ew1
 2026-09-07  6:20 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.FULL: success "

[PATCH] drm/xe: Add multi_queue_active_lrca debugfs
 2026-09-07  6:00 UTC  (2+ messages)

[PATCH v2] drm/xe/vm: Handle purged BOs in VM snapshots
 2026-09-07  5:14 UTC  (2+ messages)

[PATCH v2] drm/i915/display: Limit SEL_FETCH clear to supported pipes
 2026-09-07  4:32 UTC  (2+ messages)

[drm-xe:drm-xe-fixes] BUILD SUCCESS 0e68c74e44da81a4599c52437ee1f63a2c234470
 2026-09-06 20:29 UTC 

[PATCH v2 00/11] Add CPER logging support for CRI
 2026-09-06 16:18 UTC  (4+ messages)
` [PATCH v2 07/11] drm/xe/cper: Allow hardware error CPER reporting from xe_log


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