Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-12 18:48:28 to 2026-02-13 22:32:41 UTC [more...]

[PATCH 00/22] Workaround cleanup & simplification
 2026-02-13 22:31 UTC  (7+ messages)
` [PATCH 04/22] drm/xe: Consolidate workaround entries for Wa_16021867713
` [PATCH 06/22] drm/xe: Consolidate workaround entries for Wa_16028005424
` [PATCH 08/22] drm/xe: Consolidate workaround entries for Wa_18032247524
` [PATCH 11/22] drm/xe: Consolidate workaround entries for Wa_14018471104
` [PATCH 16/22] drm/xe: Consolidate workaround entries for Wa_14019877138
` [PATCH 19/22] drm/xe: Consolidate workaround entries for Wa_18033852989

[PATCH v2 0/2] GuC CT memory optimizations
 2026-02-13 21:59 UTC  (4+ messages)
` [PATCH v2 1/2] drm/xe: Split H2G and G2H into separate buffer objects
` [PATCH v2 2/2] drm/xe: Remove H2G reads in CT send path in non-debug builds
` ✓ CI.KUnit: success for GuC CT memory optimizations

[PATCH 0/2] GuC CT memory optimizations
 2026-02-13 21:53 UTC  (6+ messages)
` [PATCH 1/2] drm/xe: Split H2G and G2H into separate buffer objects
` [PATCH 2/2] drm/xe: Remove H2G reads in CT send path in non-debug builds
` ✓ CI.KUnit: success for GuC CT memory optimizations
` ✓ Xe.CI.BAT: "

[PATCH v33 0/5] drm/xe/xe_vm: Implement xe_vm_get_property_ioctl
 2026-02-13 21:09 UTC  (5+ messages)
` [PATCH v33 2/5] drm/xe/xe_pagefault: Track address precision per pagefault

[PATCH v3 1/1] drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure
 2026-02-13 20:37 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for series starting with [v3,1/1] drm/xe/gsc: Fix GSC proxy cleanup on early initialization failure (rev2)

[PATCH v1] drm/i915/aux: use polling when irqs are unavailable
 2026-02-13 20:05 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/i915/aux: use polling when irqs are unavailable (rev2)

[PATCH v4 0/4] Use new dma-map IOVA alloc, link, and sync API in GPU SVM and DRM pagemap
 2026-02-13 20:00 UTC  (7+ messages)
` [PATCH v4 4/4] drm/pagemap: Use dma-map IOVA alloc, link, and sync API for "

[PATCH 0/3] drm/xe/xe3p_lpg: L2 flush optimization
 2026-02-13 17:31 UTC  (19+ messages)
` [PATCH 1/3] drm/xe/xe3p_lpg: flush userptr/shrinker bo cachelines manually
` [PATCH 3/3] drm/xe/xe3p: Skip TD flush

[PATCH] drm/xe: remove unnecessary struct dram_info forward declaration
 2026-02-13 17:31 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH] gpu: Fix uninitialized buddy for built-in drivers
 2026-02-13 17:27 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v4] drm/xe/xe2: Apply Wa_14024997852
 2026-02-13 17:27 UTC  (3+ messages)
` ✓ Xe.CI.FULL: success for drm/xe/xe2: Apply Wa_14024997852 (rev2)

[PATCH v2] drm/xe/bo: Redirect faults to dummy page for wedged device
 2026-02-13 17:23 UTC  (4+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/bo: Redirect faults to dummy page for wedged device (rev2)

[PATCH v4 0/3] Fix fs_reclaim deadlock caused by CCS save/restore
 2026-02-13 16:21 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for Fix fs_reclaim deadlock caused by CCS save/restore (rev4)

[PATCH v1] drm/xe/guc: Increase GuC log sizes in debug builds
 2026-02-13 14:40 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH 0/2] Low hanging pagefault refactors
 2026-02-13 13:57 UTC  (8+ messages)
` [PATCH 1/2] drm/xe: Pack fault type and level into a u8
` [PATCH 2/2] drm/xe: Avoid touching consumer fields in GuC pagefault ack
` ✗ CI.checkpatch: warning for Low hanging pagefault refactors
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 00/19] Refactor LT PHY PLL handling to use DPLL framework
 2026-02-13 13:46 UTC  (24+ messages)
` [PATCH 01/19] drm/i915/lt_phy: Dump missing PLL state parameters
` [PATCH 02/19] drm/i915/lt_phy: Add check if PLL is enabled
` [PATCH 03/19] drm/i915/lt_phy: Add PLL information for xe3lpdp
` [PATCH 04/19] drm/i915/lt_phy: Add xe3plpd .compute_dplls hook
` [PATCH 05/19] drm/i915/lt_phy: Add xe3plpd .get_dplls hook
` [PATCH 06/19] drm/i915/lt_phy: Add xe3plpd .put_dplls hook
` [PATCH 07/19] drm/i915/lt_phy: Add xe3plpdp .update_active_dpll hook
` [PATCH 08/19] drm/i915/lt_phy: Add xe3plpd .update_dpll_ref_clks hook
` [PATCH 09/19] drm/i915/lt_phy: Add xe3plpd .dump_hw_state hook
` [PATCH 10/19] drm/i915/lt_phy: Add xe3pldp .compare_hw_state hook
` [PATCH 11/19] drm/i915/lt_phy: Add xe3plpd .get_hw_state hook
` [PATCH 12/19] drm/i915/lt_phy: Add xe3plpd .get_freq hook
` [PATCH 13/19] drm/i915/lt_phy: Add xe3plpd .crtc_get_dpll
` [PATCH 14/19] drm/i915/lt_phy: Add .enable_clock/disable clock on DDI for xe3plpd platform
` [PATCH 15/19] drm/i915/lt_phy: Readout lane count
` [PATCH 16/19] drm/i915/lt_phy: Get encoder configuration for xe3plpd platform
` [PATCH 17/19] drm/i915/lt_phy: Add xe3plpd Thunderbolt pll hooks
` [PATCH 18/19] drm/i915/lt_phy: Remove LT PHY specific state verification
` [PATCH 19/19] drm/i915/lt_phy: Enable dpll framework for xe3plpd
` ✗ CI.checkpatch: warning for Refactor LT PHY PLL handling to use DPLL framework
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v3 0/2] drm/buddy: Documentation and internal helper cleanup
 2026-02-13 12:02 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/buddy: Documentation and internal helper cleanup (rev4)

[PATCH v3 00/16] drm/i915/display: convert a bunch of W/A checks to the new framework
 2026-02-13 11:11 UTC  (21+ messages)
` [PATCH v3 01/16] drm/i915/display: remove enum macro magic in intel_display_wa()
` [PATCH v3 02/16] drm/i915/display: convert audio workaround to new framework
` [PATCH v3 03/16] drm/i915/display: convert W/As in intel_display_power.c "
` [PATCH v3 04/16] drm/i915/display: convert W/As in intel_cdclk.c "
` [PATCH v3 05/16] drm/i915/display: convert W/As in intel_cursor.c "
` [PATCH v3 06/16] drm/i915/display: convert W/As in intel_ddi.c "
` [PATCH v3 07/16] drm/i915/display: convert W/As in intel_display.c "
` [PATCH v3 08/16] drm/i915/display: convert W/As in intel_display_device.c "
` [PATCH v3 09/16] drm/i915/display: convert W/As in intel_dp_mst.c "
` [PATCH v3 10/16] drm/i915/display: convert W/As in intel_fbc.c "
` [PATCH v3 11/16] drm/i915/display: convert W/As in intel_flipq.c "
` [PATCH v3 12/16] drm/i915/display: convert W/As in intel_modeset_setup.c "
` [PATCH v3 13/16] drm/i915/display: convert W/As in intel_pmdemand.c "
` [PATCH v3 14/16] drm/i915/display: convert W/As in intel_psr.c "
` [PATCH v3 15/16] drm/i915/display: convert W/As in skl_universal_plane.c "
` [PATCH v3 16/16] drm/i915/display: convert W/As in skl_watermark.c "
` ✗ CI.checkpatch: warning for drm/i915/display: convert a bunch of W/A checks to the new framework (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PULL] drm-intel-next-fixes
 2026-02-13 10:53 UTC 

[RFC PATCH 0/4] Add cold reset recovery method for critical errors
 2026-02-13 10:39 UTC  (4+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-13 10:22 UTC  (12+ messages)
` [PATCH 1/8] drm/i915/backlight: Avoid 0 brightness for VESA AUX backlight
` [PATCH 2/8] drm/i915/backlight: Use intel_panel variable instead of intel_connector
` [PATCH 3/8] drm/i915/backlight: Take luminance_set into account for VESA backlight
` [PATCH 4/8] drm/i915/backlight: Check luminance_set when disabling PWM via AUX "
` [PATCH 5/8] drm/i915/backlight: Short circuit intel_dp_aux_supports_hdr_backlight
` [PATCH 6/8] drm/i915/backlight: Update debug log during backlight setup
` [PATCH 7/8] drm/i915/backlight: Provide clear description on how backlight level is controlled
` [PATCH 8/8] drm/i915/backlight: Avoid 0 brightness for INTEL AUX HDR backlight
` ✗ CI.checkpatch: warning for Fixes and updates when using AUX backlight using Luminance
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/alpm: ALPM disable fixes
 2026-02-13 10:13 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v2 0/4] Introduce Xe Correctable Error Handling
 2026-02-13  9:40 UTC  (8+ messages)
` [PATCH v2 1/4] drm/xe/sysctrl: Add System Controller
` [PATCH v2 2/4] drm/xe/sysctrl: Add system controller interrupt handler
` [PATCH v2 3/4] drm/xe/sysctrl: Add system controller event support
` [PATCH v2 4/4] drm/xe/ras: Introduce correctable error handling
` ✗ CI.checkpatch: warning for Introduce Xe Correctable Error Handling (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[RFC PATCH 0/6] Add memory page offlining support
 2026-02-13  9:25 UTC  (7+ messages)
` [RFC PATCH 1/6] drm/xe/svm: Use res_to_mem_region
` [RFC PATCH 2/6] drm/xe: Implement VRAM object tracking ability using physical address
` [RFC PATCH 3/6] drm/xe: Handle physical memory address error
` [RFC PATCH 4/6] [DO NOT REVIEW]drm/xe/cri: Add debugfs to inject faulty vram address
` [RFC PATCH 5/6] drm/xe: Add routine to dump allocated VRAM blocks
` [RFC PATCH 6/6] [DO NOT REVIEW]]drm/xe/cri: Add sysfs interface for bad gpu vram pages

[PATCH v9 0/7] User readable error codes on atomic_ioctl failure
 2026-02-13  9:23 UTC  (5+ messages)
` [PATCH v9 3/7] drm/atomic: Allocate atomic_state at the beginning of atomic_ioctl
` [PATCH v9 5/7] drm/atomic: Return user readable error in atomic_ioctl

[PATCH v2 00/15] drm/i915/display: convert a bunch of W/A checks to the new framework
 2026-02-13  9:19 UTC  (39+ messages)
` [PATCH v2 01/15] drm/i915/display: convert audio workaround to "
` [PATCH v2 02/15] drm/i915/display: convert W/As in intel_display_power.c "
` [PATCH v2 03/15] drm/i915/display: convert W/As in intel_cdclk.c "
` [PATCH v2 04/15] drm/i915/display: convert W/As in intel_cursor.c "
` [PATCH v2 05/15] drm/i915/display: convert W/As in intel_ddi.c "
` [PATCH v2 06/15] drm/i915/display: convert W/As in intel_display.c "
` [PATCH v2 07/15] drm/i915/display: convert W/As in intel_display_device.c "
` [PATCH v2 08/15] drm/i915/display: convert W/As in intel_dp_mst.c "
` [PATCH v2 09/15] drm/i915/display: convert W/As in intel_fbc.c "
` [PATCH v2 10/15] drm/i915/display: convert W/As in intel_flipq.c "
` [PATCH v2 11/15] drm/i915/display: convert W/As in intel_modeset_setup.c "
` [PATCH v2 12/15] drm/i915/display: convert W/As in intel_pmdemand.c "
` [PATCH v2 13/15] drm/i915/display: convert W/As in intel_psr.c "
` [PATCH v2 14/15] drm/i915/display: convert W/As in skl_universal_plane.c "
` [PATCH v2 15/15] drm/i915/display: convert W/As in skl_watermark.c "
` ✓ CI.KUnit: success for drm/i915/display: convert a bunch of W/A checks to the "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v1] drm/xe: Force EXEC_QUEUE_FLAG_KERNEL for kernel internal VMs
 2026-02-13  9:10 UTC  (5+ messages)
` ✗ Xe.CI.BAT: failure for "
` ✗ Xe.CI.FULL: "

[PATCH] drm/xe: Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13
 2026-02-13  8:28 UTC  (5+ messages)

[RFC PATCH] drm/i915/display: Prevent NV12 Y-plane allocation from stealing userspace planes
 2026-02-13  7:44 UTC  (4+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v2 0/2] Update the PHY timeouts
 2026-02-13  7:07 UTC  (4+ messages)
` ✓ CI.KUnit: success for Update the PHY timeouts (rev2)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH] drm/xe: Stop applying Wa_16018737384 from Xe3 onward
 2026-02-13  7:03 UTC  (4+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ Xe.CI.FULL: "

[PATCH 1/2] drm/xe: Do not process GT WAs and tunings for SRIOV VF
 2026-02-13  6:23 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for series starting with [1/2] "

[RFC PATCH 0/7] Add memory page offlining support
 2026-02-13  6:00 UTC  (4+ messages)
` [RFC PATCH 2/7] drm/xe/svm: Use xe_vram_addr_to_region

[PATCH v6 0/6] Attempt to fixup reset, wedge, unload corner cases
 2026-02-13  5:44 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

Graphical glitches (not refreshing?) with Linux's xe driver + Xen 4.19
 2026-02-13  1:23 UTC  (3+ messages)

[PATCH v5 0/9] drm/xe/madvise: Add support for purgeable buffer objects
 2026-02-13  1:15 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for drm/xe/madvise: Add support for purgeable buffer objects (rev6)

[PATCH v3 0/4] Add debugfs facility to catch RTP mistakes
 2026-02-13  0:59 UTC  (7+ messages)
` [PATCH v3 1/4] drm/xe/reg_sr: Don't process gt/hwe lists in VF
` [PATCH v3 2/4] drm/xe/reg_sr: Add debugfs to verify status of reg_sr programming
` [PATCH v3 3/4] drm/xe: Add facility to lookup the value of a register in a default LRC
` [PATCH v3 4/4] drm/xe/reg_sr: Allow register_save_restore_check debugfs to verify LRC values
` ✓ CI.KUnit: success for Add debugfs facility to catch RTP mistakes (rev2)
` ✓ Xe.CI.BAT: "

[PATCH v3 0/3] drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+
 2026-02-13  0:14 UTC  (3+ messages)
` [PATCH v3 1/3] drm/xe: Enable Wa_14025515070

[PATCH] drm/xe/xe3p_xpc: Add new XeCore fuse registers to VF runtime regs
 2026-02-12 19:04 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for "


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