Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-02-18 07:36:08 to 2026-02-19 02:25:01 UTC [more...]

[PATCH -next v9 0/3] rust: Add CList and GPU buddy allocator bindings
 2026-02-19  0:59 UTC  (4+ messages)
` [PATCH -next v9 1/3] rust: clist: Add support to interface with C linked lists

[PATCH 1/2] drm/i915/backlight: Make try_vesa_interface as true
 2026-02-19  2:24 UTC  (2+ messages)
` [PATCH 2/2] drm/i915/backlight: Cleanup try_vesa_interface assignments

[PATCH v4 0/4] Add debugfs facility to catch RTP mistakes
 2026-02-19  2:23 UTC  (11+ messages)
` [PATCH v4 1/4] drm/xe/reg_sr: Don't process gt/hwe lists in VF
` [PATCH v4 2/4] drm/xe/reg_sr: Add debugfs to verify status of reg_sr programming
` [PATCH v4 3/4] drm/xe: Add facility to lookup the value of a register in a default LRC
` [PATCH v4 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 (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2] drm/xe: restrict multi-lrc to VCS/VECS engines
 2026-02-19  2:21 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/sync: Fix user fence leak on alloc failure
 2026-02-19  2:03 UTC  (2+ messages)
` ✓ CI.KUnit: success for "

[PATCH 0/3] drm/xe: PXP fixes
 2026-02-19  1:57 UTC  (6+ messages)
` [PATCH 1/3] drm/xe/pxp: Clean up termination status on failure
` [PATCH 2/3] drm/xe/pxp: Remove incorrect handling of impossible state during suspend
` [PATCH 3/3] drm/xe/pxp: Do a PXP termination before suspend entry
` ✓ CI.KUnit: success for drm/xe: PXP fixes
` ✓ Xe.CI.BAT: "

[PATCH v7 0/5] Introduce DRM_RAS using generic netlink for RAS
 2026-02-19  1:56 UTC  (13+ messages)
` [PATCH v7 1/5] drm/ras: Introduce the DRM RAS infrastructure over generic netlink
` [PATCH v7 2/5] drm/xe/xe_drm_ras: Add support for XE DRM RAS
` [PATCH v7 3/5] drm/xe/xe_hw_error: Integrate DRM RAS with hardware error handling
` [PATCH v7 4/5] drm/xe/xe_hw_error: Add support for Core-Compute errors
` [PATCH v7 5/5] drm/xe/xe_hw_error: Add support for PVC SoC errors
` ✗ CI.checkpatch: warning for Introduce DRM_RAS using generic netlink for RAS (rev7)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/5] drm/xe/vf: Fix exec queue creation during post-migration recovery
 2026-02-19  1:49 UTC  (9+ messages)
` [PATCH v2 1/5] drm/xe/queue: Call fini on exec queue creation fail
` [PATCH v2 2/5] drm/xe/vf: Avoid LRC being freed while applying fixups
` [PATCH v2 3/5] drm/xe/vf: Wait for default LRCs fixups before using
` [PATCH v2 4/5] drm/xe/vf: Redo LRC creation while in VF fixups
` [PATCH v2 5/5] drm/xe/vf: Use marker to catch fixups during LRC creation
` ✓ CI.KUnit: success for drm/xe/vf: Fix exec queue creation during post-migration recovery (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v1] drm/xe/guc: Increase GuC log sizes in debug builds
 2026-02-19  0:18 UTC  (3+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v7 00/23] nova-core: Add memory management support
 2026-02-18 23:50 UTC  (28+ messages)
` [PATCH v7 01/23] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH v7 02/23] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH v7 03/23] nova-core: Add BAR1 aperture type and size constant
` [PATCH v7 04/23] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH v7 05/23] nova-core: mm: Add common memory management types
` [PATCH v7 06/23] nova-core: mm: Add common types for all page table formats
` [PATCH v7 07/23] nova-core: mm: Add MMU v2 page table types
` [PATCH v7 08/23] nova-core: mm: Add MMU v3 "
` [PATCH v7 09/23] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH v7 10/23] nova-core: mm: Add TLB flush support
` [PATCH v7 11/23] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH v7 12/23] nova-core: mm: Add page table walker for MMU v2/v3
` [PATCH v7 13/23] nova-core: mm: Add Virtual Memory Manager
` [PATCH v7 14/23] nova-core: mm: Add virtual address range tracking to VMM
` [PATCH v7 15/23] nova-core: mm: Add multi-page mapping API "
` [PATCH v7 16/23] nova-core: mm: Add BAR1 user interface
` [PATCH v7 17/23] nova-core: gsp: Return GspStaticInfo and FbLayout from boot()
` [PATCH v7 18/23] nova-core: mm: Add BAR1 memory management self-tests
` [PATCH v7 19/23] nova-core: mm: Add PRAMIN aperture self-tests
` [PATCH v7 20/23] nova-core: gsp: Extract usable FB region from GSP
` [PATCH v7 21/23] nova-core: fb: Add usable_vram field to FbLayout
` [PATCH v7 22/23] nova-core: mm: Use usable VRAM region for buddy allocator
` [PATCH v7 23/23] nova-core: mm: Add BarUser to struct Gpu and create at boot
` ✗ CI.checkpatch: warning for nova-core: Add memory management support
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v3 0/3] dGPU memory optimizations
 2026-02-18 23:20 UTC  (10+ messages)
` [PATCH v3 1/3] drm/xe: Split H2G and G2H into separate buffer objects
` [PATCH v3 2/3] drm/xe: Avoid unconditional VRAM reads in H2G path
` ✓ Xe.CI.BAT: success for dGPU memory optimizations (rev2)
` ✓ Xe.CI.FULL: "
` ✓ CI.KUnit: success for dGPU memory optimizations (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 00/10] drm/xe/pf: Allow to change VFs VRAM quota using sysfs
 2026-02-18 23:19 UTC  (17+ messages)
` [PATCH v2 01/10] drm/xe/pf: Expose LMTT page size
` [PATCH v2 02/10] drm/xe/pf: Add locked variants of VRAM configuration functions
` [PATCH v2 03/10] drm/xe/pf: Add functions for VRAM provisioning
` [PATCH v2 04/10] drm/xe/pf: Allow to change VFs VRAM quota using sysfs
` [PATCH v2 05/10] drm/xe/pf: Use migration-friendly VRAM auto-provisioning
` [PATCH v2 06/10] drm/xe/tests: Add KUnit tests for new VRAM fair provisioning
` [PATCH v2 07/10] drm/xe/pf: Don't check for empty config
` [PATCH v2 08/10] drm/xe/pf: Prefer guard(mutex) when doing fair LMEM provisioning
` [PATCH v2 09/10] drm/xe/pf: Skip VRAM auto-provisioning if already provisioned
` [PATCH v2 10/10] drm/xe/pf: Add documentation for vram_quota
` ✗ CI.checkpatch: warning for drm/xe/pf: Allow to change VFs VRAM quota using sysfs (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH v1 0/4] drm/xe/vf: Fix exec queue creation during post-migration recovery
 2026-02-18 23:15 UTC  (5+ messages)
` [PATCH v1 3/4] drm/xe/vf: Wait for default LRCs fixups before using

[PATCH] drm/xe: restric multi-lrc to VCS/VECS engines
 2026-02-18 22:54 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/xe: restric multi-lrc to VCS/VECS engines (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v5 0/3] drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+
 2026-02-18 22:41 UTC  (8+ messages)
` [PATCH v5 1/3] drm/xe: Enable Wa_14025515070
` [PATCH v5 2/3] Reapply "drm/xe/xe2: Enable Indirect Ring State support for Xe2"
` [PATCH v5 3/3] Revert "drm/xe/xe3p_xpc: Enable Indirect Ring State for xe3p_xpc"
` ✗ CI.checkpatch: warning for drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+ (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/xe3: Add Wa_14026781792
 2026-02-18 22:39 UTC  (2+ messages)

[PATCH 1/2] drm/xe: Do not process GT WAs and tunings for SRIOV VF
 2026-02-18 22:32 UTC  (2+ messages)

[PATCH 1/3] drm/xe/xe2hpg: Remove SRIOV VF check for Wa_18041344222
 2026-02-18 22:26 UTC  (6+ messages)
` [PATCH 2/3] drm/xe/xe3: "
` [PATCH 3/3] drm/xe/xe2lpg: Extend Wa_18041344222 to graphics IP 20.04

[PATCH v6 0/3] Fix fs_reclaim deadlock caused by CCS save/restore
 2026-02-18 22:04 UTC  (7+ messages)
` [PATCH v6 1/3] drm/sa: Split drm_suballoc_new() into SA alloc and init helpers
` [PATCH v6 2/3] drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocation
` [PATCH v6 3/3] drm/xe/sa: Add lockdep annotations for SA manager swap_guard
` ✓ CI.KUnit: success for Fix fs_reclaim deadlock caused by CCS save/restore (rev6)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 00/19] drm/i915/overlay: Convert to parent interface
 2026-02-18 21:42 UTC  (25+ messages)
` [PATCH 01/19] drm/i915/overlay: Remove GPU hang snapshot stuff
` [PATCH 02/19] drm/i915/overlay: Track current frontbuffer_bits
` [PATCH 03/19] drm/i915/overlay: Extract i915_overlay_is_active()
` [PATCH 04/19] drm/i915/overlay: Remove redundant overlay->active
` [PATCH 05/19] drm/i915/overlay: Relocate the underrun check
` [PATCH 06/19] drm/i915/overlay: Introduce i915_overlay_obj_lookup()
` [PATCH 07/19] drm/i915/overlay: Use struct drm_gem_object as the type
` [PATCH 08/19] drm/i915/overlay: Extract i915_overlay_reset()
` [PATCH 09/19] drm/i915/overlay: Extract i915_overlay_setup()
` [PATCH 10/19] drm/i915/overlay: Extract i915_overlay_cleanup()
` [PATCH 11/19] drm/i915/overlay: Abstract buffer (un)pinning
` [PATCH 12/19] drm/i915/overlay: Rename low level i915 specific functions
` [PATCH 13/19] drm/i915/overlay: Adjust i915 specific interfaces
` [PATCH 14/19] drm/i915/overlay: Make i830_overlay_clock_gating() i915 specific
` [PATCH 15/19] drm/i915/overlay: s/dev_priv/i915/
` [PATCH 16/19] drm/i915/overlay: Split 'struct intel_overlay'
` [PATCH 17/19] drm/i915/overlay: Don't use fetch_and_zero() in display code
` [PATCH 18/19] drm/i915/overlay: Move i915 specific code into i915_overlay.c
` [PATCH 19/19] drm/i915/overlay: Convert overlay to parent interface
` ✗ CI.checkpatch: warning for drm/i915/overlay: Convert "
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.FULL: "

[PATCH 0/9] drm/xe/pf: Allow to change VFs VRAM quota using sysfs
 2026-02-18 21:07 UTC  (3+ messages)
` [PATCH 3/9] "

[PATCH v10 1/8] gpu: Move DRM buddy allocator one level up (part one)
 2026-02-18 20:59 UTC  (4+ messages)
` [PATCH v10 2/8] gpu: Move DRM buddy allocator one level up (part two)
` [PATCH v10 3/8] gpu: Fix uninitialized buddy for built-in drivers
` [PATCH v10 0/8] Preparatory patches for nova-core memory management

[PATCH 0/1] Avoid oops on illegal VGA register access
 2026-02-18 19:47 UTC  (4+ messages)
` ✓ CI.KUnit: success for Avoid oops on illegal VGA register access (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v4 0/3] drm/xe: Enable Wa_14025515070, Enable indirect ring state for XE2+
 2026-02-18 19:03 UTC  (4+ messages)
` [PATCH v4 1/3] drm/xe: Enable Wa_14025515070
` [PATCH v4 2/3] Reapply "drm/xe/xe2: Enable Indirect Ring State support for Xe2"
` [PATCH v4 3/3] Revert "drm/xe/xe3p_xpc: Enable Indirect Ring State for xe3p_xpc"

[PATCH 0/5] bridges without VGA support
 2026-02-18 17:51 UTC  (8+ messages)
` [PATCH v2 0/5] Bridges "
  ` [PATCH v2 1/5] vgaarb: pass vga_get errors to userspace
  ` [PATCH v2 2/5] vgaarb: pass errors from pci_set_vga_state up
  ` [PATCH v2 3/5] vgaarb: mark vga_get family as __must_check
  ` [PATCH v2 4/5] pci: check if VGA decoding was really activated
  ` [PATCH v2 5/5] pci: mark return value of pci_set_vga_state as __must_check

[PATCH] drm/xe/hwmon: Read accepted power limit for CRI
 2026-02-18 17:20 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 1/2] drm/i915/dp: Fix ww mutex lock failure in for_each_joiner_candidate() loop
 2026-02-18 16:51 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/dp_mst: "
` ✓ CI.KUnit: success for series starting with [1/2] drm/i915/dp: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.FULL: failure "

[v2] drm/xe: Allow per queue programming of COMMON_SLICE_CHICKEN3 bit13
 2026-02-18 15:58 UTC  (2+ messages)

[PATCH v5 2/3] drm/xe/vf: Fix fs_reclaim warning with CCS save/restore BB allocation
 2026-02-18 15:52 UTC  (3+ messages)
` [v5, "

[drm-xe:drm-xe-next] BUILD SUCCESS 9ff885ef8b428febbf41f13a511755d74704949e
 2026-02-18 15:48 UTC 

[PATCH] gpu: Fix uninitialized buddy for built-in drivers
 2026-02-18 15:27 UTC  (4+ messages)
` ✓ CI.KUnit: success for gpu: Fix uninitialized buddy for built-in drivers (rev4)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/8] Introduce Xe Uncorrectable Error Handling
 2026-02-18 14:48 UTC  (4+ messages)
` [PATCH 5/8] drm/xe/xe_ras: Initialize Uncorrectable AER Registers

[PATCH 1/1] drm/i915: handle failure from vga_get
 2026-02-18 13:10 UTC  (2+ messages)
` [PATCH v2 "

[PATCH 0/2] drm/colorop: Keep colorop state consistent across atomic commits
 2026-02-18 13:01 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "
` ✓ CI.KUnit: success for drm/colorop: Keep colorop state consistent across atomic commits (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/1] drm/xe: Set GT rp min frequency as 1.2GHz default for BMG/CRI
 2026-02-18  9:04 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 0/8] Fixes and updates when using AUX backlight using Luminance
 2026-02-18  8:35 UTC  (3+ messages)
` [PATCH 1/8] drm/i915/backlight: Avoid 0 brightness for VESA AUX backlight


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