Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-01-19 10:56:42 to 2026-01-20 20:44:31 UTC [more...]

[PATCH RFC v6 00/26] nova-core: Memory management infrastructure (v6)
 2026-01-20 20:42 UTC  (17+ messages)
` [PATCH RFC v6 01/26] rust: clist: Add support to interface with C linked lists
` [PATCH RFC v6 02/26] gpu: Move DRM buddy allocator one level up
` [PATCH RFC v6 03/26] rust: gpu: Add GPU buddy allocator bindings
` [PATCH RFC v6 04/26] nova-core: mm: Select GPU_BUDDY for VRAM allocation
` [PATCH RFC v6 05/26] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH RFC v6 06/26] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH RFC v6 07/26] nova-core: Add BAR1 aperture type and size constant
` [PATCH RFC v6 08/26] nova-core: gsp: Add BAR1 PDE base accessors
` [PATCH RFC v6 09/26] nova-core: mm: Add common memory management types
` [PATCH RFC v6 10/26] nova-core: mm: Add common types for all page table formats
` [PATCH RFC v6 11/26] nova-core: mm: Add MMU v2 page table types
` [PATCH RFC v6 12/26] nova-core: mm: Add MMU v3 "
` [PATCH RFC v6 13/26] nova-core: mm: Add unified page table entry wrapper enums
` [PATCH RFC v6 14/26] nova-core: mm: Add TLB flush support
` [PATCH RFC v6 15/26] nova-core: mm: Add GpuMm centralized memory manager
` [PATCH RFC v6 16/26] nova-core: mm: Add page table walker for MMU v2

[PATCH v3 0/6] Attempt to fixup reset, wedge, unload corner cases
 2026-01-20 20:40 UTC  (11+ messages)
` [PATCH v3 1/6] drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
` [PATCH v3 2/6] drm/xe: Forcefully tear down exec queues in GuC submit fini
` [PATCH v3 3/6] drm/xe: Trigger queue cleanup if not in wedged mode 2
` [PATCH v3 4/6] drm/xe/guc: Ensure CT state transitions via STOP before DISABLED
` [PATCH v3 5/6] drm/xe/uc: Drop xe_guc_sanitize in favor of managed cleanup
` [PATCH v3 6/6] drm/xe/guc: Fix page fault by moving guc_submit_fini to devm
` ✓ CI.KUnit: success for Attempt to fixup reset, wedge, unload corner cases

[RFC 0/1] Do not create drm device for PF only admin mode
 2026-01-20 20:29 UTC  (3+ messages)
` [RFC 1/1] drm/xe/vf: Skip creating DRM device entries in PF admin‑only mode

[PATCH v2 0/2] drm, drm/xe: Fix xe SVM configs
 2026-01-20 20:15 UTC  (8+ messages)
` [PATCH v2 1/2] drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE
` [PATCH v2 2/2] drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected
` ✓ CI.KUnit: success for drm, drm/xe: Fix xe SVM configs (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/3] drm/xe/guc: Make MMIO communication more robust
 2026-01-20 20:04 UTC  (6+ messages)
` [PATCH 1/3] drm/xe/guc: Drop redundant register read
` [PATCH 2/3] drm/xe/guc: Wait before retrying sending H2G
` [PATCH 3/3] drm/xe/guc: Allow second H2G retry on FLR
` ✓ CI.KUnit: success for drm/xe/guc: Make MMIO communication more robust
` ✓ Xe.CI.BAT: "

[PATCH v4 0/3] Fix nvm aux resource cleanup
 2026-01-20 19:23 UTC  (6+ messages)
` [PATCH v4 1/3] drm/xe/nvm: Manage nvm aux cleanup with devres
` [PATCH v4 2/3] drm/xe/nvm: Fix double-free on aux add failure
` [PATCH v4 3/3] drm/xe/nvm: Defer xe->nvm assignment until init succeeds
` ✓ CI.KUnit: success for Fix nvm aux resource cleanup
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/xelp: Fix Wa_18022495364
 2026-01-20 18:40 UTC  (4+ messages)

[PATCH] drm/xe: Manage nvm aux cleanup with devres
 2026-01-20 18:28 UTC  (13+ messages)
` [PATCH 0/2] Fix nvm aux resource cleanup
  ` [PATCH 2/2] drm/xe/nvm: Fix double-free on aux add failure
` [PATCH v3 0/3] Fix nvm aux resource cleanup
  ` [PATCH v3 1/3] drm/xe/nvm: Manage nvm aux cleanup with devres
  ` [PATCH v3 2/3] drm/xe/nvm: Fix double-free on aux add failure
  ` [PATCH v3 3/3] drm/xe/nvm: Defer xe->nvm assignment until init succeeds
` [PATCH v4 0/3] Fix nvm aux resource cleanup
  ` [PATCH v4 1/3] drm/xe/nvm: Manage nvm aux cleanup with devres
  ` [PATCH v4 2/3] drm/xe/nvm: Fix double-free on aux add failure
  ` [PATCH v4 3/3] drm/xe/nvm: Defer xe->nvm assignment until init succeeds

[PATCH v5 0/5] drm/xe: Privatize struct xe_ggtt
 2026-01-20 18:23 UTC  (10+ messages)
` [PATCH v5 1/5] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [PATCH v5 2/5] drm/xe: Rewrite GGTT VF initialization
` [PATCH v5 3/5] drm/xe: Move struct xe_ggtt to xe_ggtt.c
` [PATCH v5 4/5] drm/xe: Make xe_ggtt_node_insert return a node
` [PATCH v5 5/5] drm/xe: Remove xe_ggtt_node_allocated

[PATCH v4 0/8] drm/xe/madvise: Add support for purgeable buffer objects
 2026-01-20 17:58 UTC  (21+ messages)
` [PATCH v4 1/8] drm/xe/uapi: Add UAPI "
` [PATCH v4 2/8] drm/xe/bo: Add purgeable bo state tracking and field madv to xe_bo
` [PATCH v4 3/8] drm/xe/madvise: Implement purgeable buffer object support
` [PATCH v4 4/8] drm/xe/bo: Handle CPU faults on purged buffer objects
` [PATCH v4 5/8] drm/xe/vm: Prevent binding of "
` [PATCH v4 6/8] drm/xe/madvise: Implement per-VMA purgeable state tracking
` [PATCH v4 7/8] drm/xe/madvise: Block imported and exported dma-bufs
` [PATCH v4 8/8] drm/xe/bo: Add purgeable shrinker state helpers
` ✗ CI.checkpatch: warning for drm/xe/madvise: Add support for purgeable buffer objects (rev5)
` ✗ CI.KUnit: failure "

[PATCH v4 0/4] Introduce DRM_RAS using generic netlink for RAS
 2026-01-20 17:01 UTC  (3+ messages)
` [PATCH v4 2/4] drm/xe/xe_drm_ras: Add support for drm ras

[PATCH v2 0/2] drm/{i915, xe}/dsb: move DSB buffer calls to parent interface
 2026-01-20 16:41 UTC  (6+ messages)
` [PATCH v2 1/2] drm/i915/dsb: move i915 specific DSB buffer implementation to i915
` [PATCH v2 2/2] drm/{i915, xe}/dsb: move DSB buffer to parent interface
` ✗ CI.checkpatch: warning for drm/{i915, xe}/dsb: move DSB buffer calls to parent interface (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/i915/display: Disable DMG Clock Gating
 2026-01-20 16:13 UTC  (5+ messages)
` ✗ CI.KUnit: failure for "

[PATCH v6 02/12] PCI/ACPI: Add PERST# Assertion Delay _DSM method
 2026-01-20 15:59 UTC  (2+ messages)

[PATCH v6 00/12] VRAM Self Refresh
 2026-01-20 15:37 UTC  (9+ messages)
` [PATCH v6 06/12] drm/xe/vrsr: Enable VRSR on default VGA boot device

[PATCH v3 0/7] dma-buf: Use revoke mechanism to invalidate shared buffers
 2026-01-20 14:07 UTC  (8+ messages)
` [PATCH v3 1/7] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v3 2/7] dma-buf: Always build with DMABUF_MOVE_NOTIFY
` [PATCH v3 3/7] dma-buf: Document RDMA non-ODP invalidate_mapping() special case
` [PATCH v3 4/7] dma-buf: Add check function for revoke semantics
` [PATCH v3 5/7] iommufd: Pin dma-buf importer "
` [PATCH v3 6/7] vfio: Wait for dma-buf invalidation to complete
` [PATCH v3 7/7] vfio: Validate dma-buf revocation semantics

[CI 1/2] drm/xe/uapi: disallow bind queue sharing
 2026-01-20 14:06 UTC  (6+ messages)
` [CI 2/2] drm/xe/migrate: fix job lock assert
` ✗ CI.checkpatch: warning for series starting with [CI,1/2] drm/xe/uapi: disallow bind queue sharing
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v6 09/12] drm/xe/pm: Refactor PM Sleep Ops
 2026-01-20 14:05 UTC  (2+ messages)

[PATCH v6 01/12] PCI/ACPI: Add D3cold Aux Power Limit_DSM method
 2026-01-20 14:03 UTC  (2+ messages)

[PATCH v3 0/3] Fix Cx0 Suspend Resume issue
 2026-01-20 13:57 UTC  (4+ messages)
` [PATCH v3 1/3] drm/i915/pps: Enable panel power earlier

[PATCH v6 0/5] Enable THP support in drm_pagemap
 2026-01-20 13:53 UTC  (19+ messages)
` [PATCH v6 1/5] mm/zone_device: Reinitialize large zone device private folios

[PATCH 0/2] drm, drm/xe: Fix xe SVM configs
 2026-01-20 13:49 UTC  (6+ messages)
` [PATCH 1/2] drm, drm/xe: Fix xe userptr in the absence of CONFIG_DEVICE_PRIVATE
` [PATCH 2/2] drm/xe: Select CONFIG_DEVICE_PRIVATE when DRM_XE_GPUSVM is selected
` ✓ CI.KUnit: success for drm, drm/xe: Fix xe SVM configs
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/hwmon: Prevent unintended VRAM channel creation
 2026-01-20 13:38 UTC  (2+ messages)

[PATCH v2 0/4] dma-buf: document revoke mechanism to invalidate shared buffers
 2026-01-20 13:33 UTC  (25+ messages)
` [PATCH v2 1/4] dma-buf: Rename .move_notify() callback to a clearer identifier
` [PATCH v2 2/4] dma-buf: Document revoke semantics
` [PATCH v2 3/4] iommufd: Require DMABUF "
` [PATCH v2 4/4] vfio: Add pinned interface to perform "

[PATCH v1 4/4] drm/xe/ras: Introduce correctable error handling
 2026-01-20 12:17 UTC  (3+ messages)
` [v1,4/4] "

[PATCH v1 3/4] drm/xe/sysctrl: Add system controller event support
 2026-01-20 12:10 UTC  (3+ messages)
` [v1,3/4] "

[PATCH v1 2/4] drm/xe/sysctrl: Add system controller interrupt handler
 2026-01-20 12:05 UTC  (3+ messages)
` [v1,2/4] "

[PATCH v2 0/2] drm/buddy: Fix BUG_ON from oversized rounded allocations
 2026-01-20 10:41 UTC  (3+ messages)
` [PATCH v2 1/2] drm/buddy: Prevent BUG_ON by validating rounded allocation

[RESEND 1/1] drm/buddy: release free_trees array on buddy mm teardown
 2026-01-20 10:40 UTC  (4+ messages)

[PATCH v3 00/15] drm/i915/pll: Verify pll dividers and remove redundant .clock member
 2026-01-20  9:39 UTC  (3+ messages)

[PATCH v12 0/4] drm/xe: Improve wedged mode handling
 2026-01-20  8:27 UTC  (4+ messages)
` [PATCH v12 2/4] drm/xe: Update wedged.mode only after successful reset policy change

[PATCH v4 0/6] drm/xe/sysctrl: Add system controller component for Xe3p dGPU platforms
 2026-01-20  6:57 UTC  (8+ messages)
` [PATCH v4 1/6] drm/xe/sysctrl: Add System Controller register definitions
` [PATCH v4 2/6] drm/xe/sysctrl: Add System Controller types and structures
` [PATCH v4 3/6] drm/xe/sysctrl: Add System Controller mailbox implementation
` [PATCH v4 4/6] drm/xe/sysctrl: Add System Controller initialization
` [PATCH v4 5/6] drm/xe/sysctrl: Integrate System Controller into device
` [PATCH v4 6/6] drm/xe/sysctrl: Enable System Controller for Xe3p

[PATCH] drm/xe: derive mem copy capability from graphics version
 2026-01-20  5:47 UTC  (2+ messages)
` ✗ CI.KUnit: failure for drm/xe: derive mem copy capability from graphics version (rev3)

[PATCH v2 0/2] drm/xe/guc: Add Wa_14025883347 for GuC DMA failure on reset
 2026-01-20  5:14 UTC  (3+ messages)
` [PATCH v2 2/2] "

[PATCH v2] drm/{i915, xe}/pcode: move display pcode calls to parent interface
 2026-01-19 22:57 UTC  (4+ messages)
` [v2] "

[PATCH v6 00/17] drm/xe: Multi Queue feature support
 2026-01-19 16:57 UTC  (3+ messages)
` [PATCH v6 06/17] drm/xe/multi_queue: Add exec_queue set_property ioctl support

[PATCH] drm/xe: derive mem copy capability from graphics version
 2026-01-19 15:19 UTC  (3+ messages)
` ✗ CI.KUnit: failure for drm/xe: derive mem copy capability from graphics version (rev2)

[PATCH v2 1/2] drm/xe: s/xe_vm_bind_kernel_bo/xe_kernel_vm_bind_bo
 2026-01-19 15:10 UTC  (3+ messages)
` [PATCH v2 2/2] drm/xe: add kernel VM BO unbind helper
` ✗ CI.KUnit: failure for series starting with [v2,1/2] drm/xe: s/xe_vm_bind_kernel_bo/xe_kernel_vm_bind_bo

[PATCH v3 0/2] Some bind queue fixes
 2026-01-19 15:09 UTC  (9+ messages)
` [PATCH v3 1/2] drm/xe/uapi: disallow bind queue sharing

[PATCH v7 0/4] drm/xe/hwmon: Expose new temperature attributes
 2026-01-19 14:30 UTC  (7+ messages)
` [PATCH v7 4/4] drm/xe/hwmon: Expose individual VRAM channel temperature

[PATCH] drm/xe: derive mem copy capability from graphics version
 2026-01-19 14:24 UTC  (4+ messages)
` ✗ CI.KUnit: failure for "

[CI 00/15] drm/i915/pll: Verify pll dividers and remove redundant .clock member
 2026-01-19 13:29 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for drm/i915/pll: Verify pll dividers and remove redundant .clock member (rev4)
` ✗ CI.KUnit: failure "

[PATCH] drm/xe: Do not preempt fence signaling CS instructions
 2026-01-19 12:01 UTC  (4+ messages)


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