Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-19 13:19:12 to 2026-06-23 00:48:16 UTC [more...]

[PATCH v3 0/9] Don't whitelist OA registers unconditionally
 2026-06-23  0:48 UTC  (2+ messages)

[PATCH v6 0/2] mm, drm/xe: Avoid reclaim/eviction loops under fragmentation
 2026-06-23  0:09 UTC  (4+ messages)
` [PATCH v6 1/2] mm: Introduce opportunistic_compaction concept to vmscan and shrinkers

[PATCH v9 00/30] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-23  0:05 UTC  (36+ messages)
` [PATCH v9 01/30] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v9 02/30] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v9 03/30] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v9 04/30] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v9 05/30] drm/i915/display: Move vblank put until after critical section
` [PATCH v9 06/30] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v9 07/30] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v9 08/30] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v9 09/30] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v9 10/30] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v9 11/30] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v9 12/30] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v9 13/30] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v9 14/30] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v9 15/30] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v9 16/30] drm/i915: Drop the irqs_disabled() check
` [PATCH v9 17/30] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v9 18/30] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v9 19/30] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v9 20/30] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v9 21/30] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v9 22/30] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v9 23/30] PREEMPT_RT injection
` [PATCH v9 24/30] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v9 25/30] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v9 26/30] drm/xe: Avoid using stolen memory for DPT
` [PATCH v9 27/30] drm/xe/display: Avoid using stolen memory for framebuffer when media gt exists
` [PATCH v9 28/30] drm/xe/display: Do not allocate into stolen for new framebuffers
` [PATCH v9 29/30] drm/i915/pmu: Convert to raw spinlock
` [PATCH v9 30/30] drm/i915/guc: Make timestamp.lock a "
` ✗ CI.checkpatch: warning for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev17)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "

[PATCH v3 0/6] drm/xe/mmio: Small improvements
 2026-06-22 23:13 UTC  (14+ messages)
` [PATCH v3 1/6] drm/xe/mmio: Verify MMIO is available
` [PATCH v3 2/6] drm/xe/mmio: Map MMIO BAR using managed version of pci_iomap
` [PATCH v3 3/6] drm/xe/mmio: Add check for minimal BAR size
` [PATCH v3 4/6] drm/xe/mmio: Drop tiles_fini action
` [PATCH v3 5/6] drm/xe/mmio: Check MMIO BAR size when initializing tiles
` [PATCH v3 6/6] drm/xe/mmio: Prefer tile-based WARN message
` ✓ CI.KUnit: success for drm/xe/mmio: Small improvements (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/5] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-22 22:39 UTC  (9+ messages)
` [PATCH v2 1/5] drm/i915/panel: Split VRR vs. fixed refresh rate fixed mode selection into separate stages
` [PATCH v2 2/5] drm/modes: Add DRM_MODE_MATCH_TIMINGS_VRR
` [PATCH v2 3/5] drm/i915: Pass the full atomic state to .compute_config()
` [PATCH v2 4/5] drm/i915/panel: Adjust intel_panel_compute_config() calling convention
` [PATCH v2 5/5] drm/i915/panel: Attempt VRR based refresh rate change for !allow_modeset
` ✗ CI.checkpatch: warning for drm/i915: Work harder to enable VRR based refresh rate changes on eDP (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v6] drm/xe/guc: Hold device ref until queue teardown completes
 2026-06-22 22:19 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/xe/guc: Hold device ref until queue teardown completes (rev4)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v9 0/6] Introduce cold reset recovery method
 2026-06-22 22:03 UTC  (11+ messages)
` [PATCH v9 1/6] Introduce Xe Uncorrectable Error Handling
` [PATCH v9 2/6] drm: Add DRM_WEDGE_RECOVERY_COLD_RESET recovery method
` [PATCH v9 3/6] drm/doc: Document "
` [PATCH v9 4/6] drm/xe: Handle PUNIT errors by requesting cold-reset recovery
` [PATCH v9 5/6] drm/xe: Suppress Surprise Link Down on device
` [PATCH v9 6/6] drm/xe/ras: Use fault-inject to trigger punit error handler
` ✗ CI.checkpatch: warning for Introduce cold reset recovery method (rev9)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 00/28] drm/i915/dp_link: Refactor DP link capability logic part1
 2026-06-22 21:53 UTC  (8+ messages)
` [PATCH v2 01/28] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry
` [PATCH v2 02/28] drm/i915/dp: Add struct intel_dp_link_config
` [PATCH v2 03/28] drm/i915/dp_link_caps: Introduce DP link capability module

[PATCH v1 0/2] drm/xe/i2c: alerts and controller enabling modifications
 2026-06-22 20:38 UTC  (7+ messages)
` [PATCH v1 1/2] drm/xe/i2c: Handler for SMBus Alerts
` [PATCH v1 2/2] drm/xe/mcu_i2c: Take over control of the controller enabling
` ✗ CI.checkpatch: warning for drm/xe/i2c: alerts and controller enabling modifications
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/4] drm/xe/xe_migrate: Fix memory corruption with unaligned dst in MEM_COPY
 2026-06-22 19:27 UTC  (9+ 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 v2 3/4] drm/xe/xe_migrate: Optimize unaligned access_memory copies
` [PATCH v2 4/4] drm/xe/tests: Add xe_migrate_access_memory subtest
` ✗ CI.checkpatch: warning for drm/xe/xe_migrate: Fix memory corruption with unaligned dst in MEM_COPY (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH] Revert "drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TG"
 2026-06-22 18:45 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/2] drm/xe/guc: distinguish wedged from recoverable cancellation
 2026-06-22 18:21 UTC  (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/xe/guc: fix activity stats error message format

[PATCH v3 0/3] Add drm_ras netlink error event support
 2026-06-22 17:58 UTC  (7+ messages)
` [PATCH v3 1/3] drm/drm_ras: Add drm_ras netlink error event
` [PATCH v3 2/3] drm/xe/xe_drm_ras: Add error-event support for PVC
` [PATCH v3 3/3] drm/xe/xe_ras: Add error-event support for CRI
` ✓ CI.KUnit: success for Add drm_ras netlink error event support (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 00/23] driver core: count references of the platform device's fwnode, not OF node
 2026-06-22 17:43 UTC  (3+ messages)
` [PATCH 05/23] powerpc/powermac: fix OF node refcount

[PATCH 0/4] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-22 17:32 UTC  (11+ messages)
` [PATCH 1/4] drm/modes: Add DRM_MODE_MATCH_TIMINGS_VRR

[drm-xe:drm-xe-next] BUILD SUCCESS c1a3f611952e80c2fe9ded854bf2c5d56aee697e
 2026-06-22 16:00 UTC 

[PATCH] drm/xe/vm: Fix BO prefetch with CONSULT_MEM_ADVISE_PREF_LOC
 2026-06-22 15:29 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v6 0/6] [PATCH v6 0/6] Add reclaim to the dmem cgroup controller
 2026-06-22 15:26 UTC  (4+ messages)

[PATCH v4 0/2] Add a debugfs for pcode information
 2026-06-22 15:05 UTC  (7+ messages)
` [PATCH v4 1/2] drm/xe/pcode: Add support to get pcode version from PMT
` [PATCH v4 2/2] drm/xe/debugfs: Add debugfs for pcode information
` ✗ Xe.CI.FULL: failure for Add a "

[PATCH 0/9] drm/xe: add page size allocation mode control and coverage
 2026-06-22 14:32 UTC  (14+ messages)
` [PATCH 1/9] drm/xe: add page size allocation control state to xe_device
` [PATCH 2/9] drm/xe: add helper for multi page-size support
` [PATCH 3/9] drm/xe/debugfs: add page size allocation mode knob
` [PATCH 4/9] drm/xe: add 1G BO page-size alignment flag
` [PATCH 5/9] drm/xe: apply debug page-size policy to user BO creation
` [PATCH 6/9] drm/xe/vm: apply debug page-size policy to VMA map flags
` [PATCH 7/9] drm/xe/vm: validate large-page user BO bind alignment
` [PATCH 8/9] drm/xe/pt: limit page-table walk depth for large-page mappings
` [PATCH 9/9] drm/xe/tests: add live KUnit coverage for BO page-size allocation modes
` ✗ CI.checkpatch: warning for drm/xe: add page size allocation mode control and coverage
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH v2] drm/xe/uapi: Add flag to tell if VM_GET_PROPERTY_FAULTS is supported
 2026-06-22 13:43 UTC  (3+ messages)
` IOCTL feature detection #2 (Was: Re: [PATCH v2] drm/xe/uapi: Add flag to tell if VM_GET_PROPERTY_FAULTS is supported)

Graphical glitches (not refreshing?) with Linux's xe driver + Xen 4.19
 2026-06-22 12:13 UTC  (8+ messages)

[PATCH] drm/xe/display: consider DPT when WA 22019338487 is active
 2026-06-22 10:27 UTC  (3+ messages)

[PATCH v6 00/19] drm/atomic: Rework initial state allocation
 2026-06-22  9:53 UTC  (4+ messages)
` [PATCH v6 15/19] drm/connector: Add new atomic_create_state callback

[PATCH 0/4] drm/i915/display: Switch DG2 MPLLB handling to the DPLL framework
 2026-06-22  9:20 UTC  (6+ messages)
` [PATCH 2/4] drm/i915/display: Add DG2 MPLLB DPLL manager support
` [PATCH 4/4] drm/i915/display: Switch DG2 to use DPLL framework

[PATCH v2 0/7] Prepare GuC resource managers for VFs provisioning in PF admin only mode
 2026-06-22  8:22 UTC  (14+ messages)
` [PATCH v2 1/7] drm/xe/guc: Use ID manager to get total number of contexts
` [PATCH v2 2/7] drm/xe/guc: Use DB manager to get total number of doorbells
` [PATCH v2 3/7] drm/xe/guc: Decouple the GuC ID manager from the submission state
` [PATCH v2 4/7] drm/xe/guc: Decouple the GuC DB "
` [PATCH v2 5/7] drm/xe/guc: Add start offset support to GuC ID manager
` [PATCH v2 6/7] drm/xe/guc: Add start offset support to GuC doorbell manager
` [PATCH v2 7/7] drm/xe/guc: Allow reserving GuC context IDs without retained range
` ✓ CI.KUnit: success for Prepare GuC resource managers for VFs provisioning in PF admin only mode (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH RFC v2 0/4] Add support for DisplayPort link training information report
 2026-06-22  7:28 UTC  (8+ messages)
` [PATCH RFC v2 1/4] drm: Introduce DisplayPort connector helpers with link training state
` [PATCH RFC v2 2/4] drm/i915/display/dp: Adopt dp_connector helpers to expose "
` [PATCH RFC v2 3/4] drm/bridge: Wire drmm_connector_dp_init() via new DRM_BRIDGE_OP_DP flag
` [PATCH RFC v2 4/4] drm/mediatek: Use dp_connector helpers to report link training state

[PATCH v8 0/6] Introduce cold reset recovery method
 2026-06-22  6:23 UTC  (4+ messages)
` [PATCH v8 5/6] drm/xe: Suppress Surprise Link Down on device

[PATCH v2 0/2] Add drm_ras netlink error event support
 2026-06-22  5:19 UTC  (4+ messages)
` [PATCH v2 1/2] drm/drm_ras: Add drm_ras netlink error event

[PULL] drm-xe-next-fixes
 2026-06-21 23:21 UTC  (3+ messages)

[PATCH v2] Documentation: xe_drm: fix chars used for subsection
 2026-06-21  4:07 UTC 

[RFC PATCH v3 0/3] drm/xe: Structured RAS error logging infrastructure
 2026-06-20 19:39 UTC  (7+ messages)
` [RFC PATCH v3 1/3] drm/xe: Add error Signature IDs for RAS logging
` [RFC PATCH v3 2/3] drm/xe: Add RAS logging helpers
` [RFC PATCH v3 3/3] drm/xe: use XE_RAS_WEDGED macro in xe_device_declare_wedged

[PATCH v1 0/7] Prepare GuC resource managers for VFs provisioning in PF admin only mode
 2026-06-19 19:18 UTC  (9+ messages)
` [PATCH v1 1/7] drm/xe/guc: Use ID manager to get total number of contexts
` [PATCH v1 2/7] drm/xe/guc: Use DB manager to get total number of doorbells
` [PATCH v1 3/7] drm/xe/guc: Decouple the GuC ID manager from the submission state
` [PATCH v1 4/7] drm/xe/guc: Decouple the GuC DB "
` [PATCH v1 5/7] drm/xe/guc: Add start offset support to GuC ID manager
` [PATCH v1 6/7] drm/xe/guc: Add start offset support to GuC doorbell manager
` [PATCH v1 7/7] drm/xe/guc: Allow reserving GuC context IDs without retained range
` ✗ CI.KUnit: failure for Prepare GuC resource managers for VFs provisioning in PF admin only mode

[PATCH 0/9] drm/xe: Probe info outside of xe_info_init() and xe_info_init_early()
 2026-06-19 18:05 UTC  (17+ messages)
` [PATCH 1/9] drm/xe: Add framework for info probing
` [PATCH 2/9] drm/xe/step: Pass xe_step_info to xe_step_*_get() functions
` [PATCH 3/9] drm/xe: Add devid and revid to xe_probed_info
` [PATCH 5/9] drm/xe: Add platform-level step info "
` [PATCH 6/9] drm/xe/tests: Set non-GMDID graphics step in xe_pci_fake_device_init()
` [PATCH 7/9] drm/xe: Add graphics/media IPs and their step info to xe_probed_info
` [PATCH 8/9] drm/xe: Don't initialize tile_count in xe_info_init_early()
` [PATCH 9/9] drm/xe: Add tile_count to xe_probed_info

[PATCH 0/4] DSC max delta bpp support
 2026-06-19 15:16 UTC  (3+ messages)
` ✓ Xe.CI.BAT: success for DSC max delta bpp support (rev4)
` ✓ Xe.CI.FULL: "


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