public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
 messages from 2026-03-25 10:40:25 to 2026-03-26 06:41:33 UTC [more...]

[PATCH v4 0/1] drm/xe: Set GT rp min frequency as 1.2GHz default for BMG/CRI
 2026-03-26  6:34 UTC 

[PATCH v8 00/12] drm/xe/madvise: Add support for purgeable buffer objects
 2026-03-26  5:51 UTC  (13+ messages)
` [PATCH v8 01/12] drm/xe/uapi: Add UAPI "
` [PATCH v8 02/12] drm/xe/bo: Add purgeable bo state tracking and field madv to xe_bo
` [PATCH v8 03/12] drm/xe/madvise: Implement purgeable buffer object support
` [PATCH v8 04/12] drm/xe/bo: Block CPU faults to purgeable buffer objects
` [PATCH v8 05/12] drm/xe/vm: Prevent binding of purged "
` [PATCH v8 06/12] drm/xe/madvise: Implement per-VMA purgeable state tracking
` [PATCH v8 07/12] drm/xe/madvise: Block imported and exported dma-bufs
` [PATCH v8 08/12] drm/xe/bo: Block mmap of DONTNEED/purged BOs
` [PATCH v8 09/12] drm/xe/dma_buf: Block export "
` [PATCH v8 10/12] drm/xe/bo: Add purgeable shrinker state helpers
` [PATCH v8 11/12] drm/xe/madvise: Enable purgeable buffer object IOCTL support
` [PATCH v8 12/12] drm/xe/madvise: Accept canonical GPU addresses in xe_vm_madvise_ioctl

[PATCH] drm/xe: Issue GGTT invalidation under lock in ggtt_node_remove
 2026-03-26  5:51 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[RFC PATCH 00/12] Introduce DRM dep queue
 2026-03-26  5:45 UTC  (7+ messages)
` [RFC PATCH 01/12] workqueue: Add interface to teach lockdep to warn on reclaim violations
` [RFC PATCH 04/12] drm/xe: Issue GGTT invalidation under lock in ggtt_node_remove

[PULL] drm-xe-next
 2026-03-26  4:44 UTC 

[PATCH v7 00/12] drm/xe/madvise: Add support for purgeable buffer objects
 2026-03-26  4:02 UTC  (10+ messages)
` [PATCH v7 03/12] drm/xe/madvise: Implement purgeable buffer object support
` [PATCH v7 08/12] drm/xe/bo: Block mmap of DONTNEED/purged BOs
` [PATCH v7 09/12] drm/xe/dma_buf: Block export "

[PATCH v3 00/26] Enable Pipe writeback
 2026-03-26  4:01 UTC  (60+ messages)
` [PATCH v3 DO NOT REVIEW 01/26] drm: writeback: rename drm_writeback_connector_init_with_encoder()
` [PATCH v3 DO NOT REVIEW 02/26] drm: writeback: Refactor drm_writeback_connector structure
` [PATCH v3 03/26] drm/i915/writeback: Add writeback registers
` [PATCH v3 04/26] drm/i915/writeback: Add some preliminary writeback definitions
` [PATCH v3 05/26] drm/i915/writeback: Init writeback connector
` [PATCH v3 06/26] drm/i915/writeback: Add function to get modes
` [PATCH v3 07/26] drm/i915/writeback: Add hook to check modes
` [PATCH v3 08/26] drm/i915/writeback: Define encoder->get_hw_state
` [PATCH v3 09/26] drm/i915/writeback: Fill encoder->get_config
` [PATCH v3 10/26] drm/i915/writeback: Add private structure for writeback job
` [PATCH v3 11/26] drm/i915/writeback: Define function for prepare and cleanup hooks
` [PATCH v3 12/26] drm/i915/writeback: Define compute_config for writeback
` [PATCH v3 13/26] drm/i915/writeback: Define function for connector function detect
` [PATCH v3 14/26] drm/i915/writeback: Define function to destroy writeback connector
` [PATCH v3 15/26] drm/i915/writeback: Add connector atomic check
` [PATCH v3 16/26] drm/i915/writeback: Add writeback to xe Makefile
` [PATCH v3 17/26] drm/i915/writeback: Add the enable sequence from writeback
` [PATCH v3 18/26] drm/i915/writeback: Define writeback frame capture function
` [PATCH v3 19/26] drm/{i915/xe}/writeback: Add a writeback helper to get ggtt address
` [PATCH v3 20/26] drm/i915/writeback: Configure WD_STRIDE reg
` [PATCH v3 21/26] drm/i915/writeback: Configure WD_SURF register
` [PATCH v3 22/26] drm/i915/writeback: Enable writeback interrupts
` [PATCH v3 23/26] drm/i915/writeback: Initialize writeback encoder
` [PATCH v3 24/26] drm/i915/writeback: Define the disable sequence for writeback
` [PATCH v3 25/26] drm/i915/writeback: Make exception for writeback connector
` [PATCH v3 26/26] drm/i915/writeback: Modify state verify function
` ✗ CI.checkpatch: warning for Enable Pipe writeback (rev3)
` ✓ CI.KUnit: success "

[PATCH v1] drm/xe: Fix confusion with locals on context creation
 2026-03-26  1:24 UTC  (4+ messages)

[PATCH] drm/xe: Add new SVM copy GT stats per size
 2026-03-26  1:18 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/xe: Wait for HW clearance before issuing the next TLB inval
 2026-03-26  0:54 UTC  (14+ messages)

[PATCH] drm/gpusvm: Reject VMAs with VM_IO or VM_PFNMAP when creating SVM ranges
 2026-03-26  0:04 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe: Always invalidate TLBs on userptr invalidation
 2026-03-25 22:21 UTC  (8+ messages)

[PATCH 0/6] drm/i915: Some fixes and cleanups
 2026-03-25 22:10 UTC  (17+ messages)
` [PATCH 1/6] drm/i915/cdclk: Do the full CDCLK dance for min_voltage_level changes
` [PATCH 2/6] drm/i915/dp: Use crtc_state->enhanced_framing properly on ivb/hsw CPU eDP
` [PATCH 3/6] drm/i915: Split the pipe_src dump to its own line
` [PATCH 4/6] drm/i915: Include the crtc min_voltage_level in the state dump
` [PATCH 5/6] drm/i915: Eliminate out of place "HBlank" CamelCase
` [PATCH 6/6] drm/i915: Move the sharness filter dump next to pfit
` ✓ CI.KUnit: success for drm/i915: Some fixes and cleanups
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v2 0/1] Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug
 2026-03-25 21:11 UTC  (18+ messages)
` [PATCH v2 1/1] drm: "
` ✗ CI.checkpatch: warning for Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ CI.checkpatch: warning for Fix use-after-free on framebuffers and property blobs when calling drm_dev_unplug (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v2 0/4] drm/xe: PXP fixes
 2026-03-25 21:00 UTC  (5+ messages)
` [PATCH v2 3/4] drm/xe/pxp: Clear restart flag in pxp_start after jumoing back
` [PATCH v2 4/4] drm/xe/pxp: Don't allow PXP on older PTL GSC FWs

[PATCH v9 0/3] Panel Replay BW optimization
 2026-03-25 20:20 UTC  (7+ messages)
` [PATCH v9 1/3] drm/i915/display: Add drm helper to check pr optimization support
` [PATCH v9 2/3] drm/i915/display: Add hook to check optimization support for Intel platforms
` [PATCH v9 3/3] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
` ✓ CI.KUnit: success for Panel Replay BW optimization (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v1] drm/xe: Drop dma mappings for wedged device
 2026-03-25 19:37 UTC  (5+ messages)

[PATCH 00/12] drm/i915: More uncore nukage from display code
 2026-03-25 19:32 UTC  (15+ messages)
` [PATCH 01/12] drm/i915/qgv: Use intel_de_read() for MTL_MEM_SS_INFO* reads
` [PATCH 02/12] drm/i915/mchbar: Provide intel_mchbar_read*() abstraction
` [PATCH 03/12] drm/i915/mchbar: Define the end of the MCHBAR mirror
` [PATCH 04/12] drm/i915/mchbar: WARN when accessing non-MCHBAR registers via intel_mchbar_read*()
` [PATCH 05/12] drm/i915/mchbar: Use intel_mchbar_read() instead of intel_de_read()
` [PATCH 06/12] drm/i915/mchbar: Use intel_mchbar_read*() instead of intel_uncore_read*()
` [PATCH 07/12] drm/i915/de: Add intel_de_read16()
` [PATCH 08/12] drm/i915/de: s/intel_de_read64_2x32()/intel_de_read64_2x32_volatile()/
` [PATCH 09/12] drm/i915/de: Add a simple intel_de_read64_2x32()
` [PATCH 10/12] drm/i915/vrr: Use intel_de_read64_2x32()
` [PATCH 11/12] drm/i915/mchbar: Use intel_de_read*() for MCHBAR register accesses
` [PATCH 12/12] drm/i915/rom: Use intel_de for SPI ROM register access
` ✗ CI.checkpatch: warning for drm/i915: More uncore nukage from display code
` ✓ CI.KUnit: success "

[drm-xe:drm-xe-next] BUILD SUCCESS 737ec1e81a816731ba74b3f510441b1f4d5068f6
 2026-03-25 19:15 UTC 

[PATCH v12 0/7] drm/xe/xe_sysctrl: Add system controller component for Xe3p dGPU platforms
 2026-03-25 19:12 UTC  (14+ messages)
` [PATCH v12 1/7] drm/xe/xe_sysctrl: Add System Controller types and device integration
` [PATCH v12 2/7] drm/xe/xe_sysctrl: Add System Controller mailbox register definitions
` [PATCH v12 3/7] drm/xe/xe_sysctrl: Add ABI and mailbox interface headers
` [PATCH v12 4/7] drm/xe/xe_sysctrl: Add System Controller initialization support
` [PATCH v12 5/7] drm/xe/xe_sysctrl: Add System Controller mailbox communication support
` [PATCH v12 6/7] drm/xe/xe_sysctrl: Add System Controller power management support
` [PATCH v12 7/7] drm/xe/xe_pci: Enable System Controller support on CRI platform
` ✗ CI.checkpatch: warning for drm/xe/xe_sysctrl: Add system controller component for Xe3p dGPU platforms (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH v11 00/22] Add new general DRM property "color format"
 2026-03-25 18:43 UTC  (17+ messages)
` [PATCH v11 03/22] drm: "

[PATCH v3 1/5] vgaarb: pass vga_get_uninterruptible() errors to userspace
 2026-03-25 18:29 UTC  (2+ messages)

[PATCH v8 0/3] Add SoC remapper support for system controller
 2026-03-25 17:24 UTC  (4+ messages)
` [PATCH v8 3/3] drm/xe/soc_remapper: Add system controller config for SoC remapper

[PATCH 0/4] Add support for clear counter and error event in DRM RAS
 2026-03-25 13:31 UTC  (5+ messages)
` [PATCH 1/4] drm/drm_ras: Add clear-error-counter netlink command to drm_ras
` [PATCH 3/4] drm/drm_ras: Add DRM RAS netlink error event notification

[RFC v6 0/1] Do not create drm device for PF only admin mode
 2026-03-25 13:11 UTC  (5+ messages)
` [RFC v6 1/1] drm/xe/pf: Restrict device query responses in admin-only PF mode

[PATCH] drm/xe: Apply WA_14026999295 to engine
 2026-03-25 13:07 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "

Build errors on 6.12.77 with CONFIG_DRM_XE_DEBUG=y
 2026-03-24 22:48 UTC 

[PATCH] drm/xe: expose multi_lrc_mask in debugfs info
 2026-03-25 10:40 UTC  (2+ messages)
` ✓ Xe.CI.FULL: success for "


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