Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-21 14:11:21 to 2025-10-22 05:34:51 UTC [more...]

[PATCH v2 0/4] Improve VMA merging for CPU-address-mirrored mappings
 2025-10-22  5:34 UTC  (7+ messages)
` [PATCH v2 1/4] drm/xe: Add helper to extend CPU-mirrored VMA range for merge
` [PATCH v2 2/4] drm/xe: Merge adjacent default-attribute VMAs during garbage collection
` [PATCH v2 3/4] drm/xe/svm: Extend MAP range to reduce vma fragmentation
` [PATCH v2 4/4] drm/xe/svm: Enable UNMAP for VMA merging operations
` ✓ CI.KUnit: success for Improve VMA merging for CPU-address-mirrored mappings (rev2)
` ✓ Xe.CI.BAT: "

[PATCH 00/12] drm/xe: Add support for Crescent Island
 2025-10-22  5:17 UTC  (13+ messages)
` [PATCH 01/12] drm/xe/cri: Add CRI platform definition
` [PATCH 02/12] topic/for-xe-CI: drm/xe/cri: Define GuC firmware for CRI
` [PATCH 03/12] drm/xe/cri: Setup MOCS table
` [PATCH 04/12] drm/xe/cri: Add new performance limit reasons bits
` [PATCH 05/12] drm/xe/cri: Add check to verify if CSC is a PCIe endpoint
` [PATCH 06/12] drm/xe/pm: Enable D3cold WAKE# support
` [PATCH 07/12] drm/xe: Add device flag to indicate standalone MERT
` [PATCH 08/12] drm/xe/oa/uapi: Expose MERT OA unit
` [PATCH 09/12] drm/xe/pf: Configure LMTT in MERT
` [PATCH 10/12] drm/xe: Handle MERT interrupts
` [PATCH 11/12] drm/xe/pf: Add TLB invalidation support for MERT
` [PATCH 12/12] drm/xe/pf: Handle MERT catastrophic errors

[PATCH v2 00/32] drm/i915/display: Add initial support for Xe3p_LPD
 2025-10-22  4:56 UTC  (38+ messages)
` [PATCH v2 01/32] drm/i915/xe3p_lpd: Add Xe3p_LPD display IP features
` [PATCH v2 02/32] drm/i915/xe3p_lpd: Drop north display reset option programming
` [PATCH v2 03/32] drm/i915/display: Use braces for if-ladder in intel_bw_init_hw()
` [PATCH v2 04/32] drm/i915/dram: Add field ecc_impacting_de_bw
` [PATCH v2 05/32] drm/i915/xe3p_lpd: Update bandwidth parameters
` [PATCH v2 06/32] drm/i915/xe3p_lpd: Expand bifield masks dbuf blocks fields
` [PATCH v2 07/32] drm/i915/xe3p_lpd: Support UINT16 formats
` [PATCH v2 08/32] drm/i915/xe3p_lpd: Extend FBC support to "
` [PATCH v2 09/32] drm/i915/xe3p_lpd: Horizontal flip support for linear surfaces
` [PATCH v2 10/32] drm/i915/xe3p_lpd: Wait for AUX channel power status
` [PATCH v2 11/32] drm/i915/xe3p_lpd: Underrun debuggability and error codes/hints
` [PATCH v2 12/32] drm/i915/xe3p_lpd: Remove gamma,csc bottom color checks
` [PATCH v2 13/32] drm/i915/xe3p_lpd: Adapt to updates on MBUS_CTL/DBUF_CTL registers
` [PATCH v2 14/32] drm/i915/wm: Reorder adjust_wm_latency() for Xe3_LPD
` [PATCH v2 15/32] drm/i915/xe3p_lpd: Always apply level-0 watermark adjustment
` [PATCH v2 16/32] drm/i915/xe3p_lpd: Add CDCLK table
` [PATCH v2 17/32] drm/i915/xe3p_lpd: Load DMC firmware
` [PATCH v2 18/32] drm/i915/xe3p_lpd: Drop support for interlace mode
` [PATCH v2 19/32] drm/i915/xe3p_lpd: PSR SU minimum lines is 4
` [PATCH v2 20/32] drm/i915/xe3p_lpd: Enable system caching for FBC
` [PATCH v2 21/32] drm/i915/xe3p_lpd: Extend Wa_16025573575
` [PATCH v2 22/32] drm/i915/xe3p_lpd: Don't allow odd ypan or ysize with semiplanar format
` [PATCH v2 23/32] drm/i915/xe3p_lpd: Reload DMC MMIO for pipes C and D
` [PATCH v2 24/32] drm/i915/xe3p_lpd: Introduce pixel normalizer config support
` [PATCH v2 25/32] drm/i915/xe3p_lpd: Add FBC support for FP16 formats
` [PATCH v2 26/32] drm/i915/xe3p_lpd: Enable pixel normalizer for fp16 formats for FBC
` [PATCH v2 27/32] drm/i915/vbt: Add fields dedicated_external and dyn_port_over_tc
` [PATCH v2 28/32] drm/i915/power: Use intel_encoder_is_tc()
` [PATCH v2 29/32] drm/i915/display: Handle dedicated external ports in intel_encoder_is_tc()
` [PATCH v2 30/32] drm/i915/wm: don't use method1 in Xe3p_LPD onwards
` [PATCH v2 31/32] drm/i915/xe3p_lpd: Extend Type-C flow for static DDI allocation
` [PATCH v2 32/32] drm/i915/nvls: Add NVL-S display support
` ✗ CI.checkpatch: warning for drm/i915/display: Add initial support for Xe3p_LPD (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[PATCH 0/3] Fix low hanging workqueue / reclaim issues
 2025-10-22  4:20 UTC  (6+ messages)
` [PATCH 1/3] drm/xe: Check return value of GGTT workqueue allocation
` [PATCH 2/3] drm/xe: Do not wake device during a GT reset
` [PATCH 3/3] drm/xe: Avoid PM wake reference during VF migration
` ✓ CI.KUnit: success for Fix low hanging workqueue / reclaim issues
` ✓ Xe.CI.BAT: "

[PATCH v7 0/4] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-22  4:15 UTC  (8+ messages)
` [PATCH v7 1/4] drm/xe/vf: Revert logic of vf.migration.enabled
` [PATCH v7 2/4] drm/xe/vf: Fix GuC FW check for VF migration support
` [PATCH v7 3/4] drm/xe: Assert that VF will never use fixed placement of BOs
` [PATCH v7 4/4] drm/xe/vf: Do not disable VF migration on ATS-M
` ✓ CI.KUnit: success for drm/xe/vf: Minor fixes to post-migration recovery (rev7)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/25] Enable LT PHY
 2025-10-22  4:05 UTC  (4+ messages)
` [PATCH 01/25] drm/i915/ltphy: Add LT Phy related VDR and Pipe Registers

[PATCH 0/2] Xe3p_XPC Steering Updates
 2025-10-22  3:27 UTC  (6+ messages)
` [PATCH 1/2] drm/xe/xe3p_xpc: Treat all PSMI MCR ranges as "INSTANCE0"
` [PATCH 2/2] drm/xe/xe3p_xpc: Add MCR steering for NODE and L3BANK ranges
` ✓ CI.KUnit: success for Xe3p_XPC Steering Updates
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-22  2:54 UTC  (31+ messages)
` [PATCH v2 01/26] drm/xe/pf: Remove GuC version check for migration support
` [PATCH v2 02/26] drm/xe: Move migration support to device-level struct
` [PATCH v2 03/26] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH v2 04/26] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v2 05/26] drm/xe/pf: Add helpers for migration data allocation / free
` [PATCH v2 06/26] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH v2 07/26] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH v2 08/26] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH v2 09/26] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH v2 10/26] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH v2 11/26] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH v2 12/26] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH v2 13/26] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH v2 14/26] drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
` [PATCH v2 15/26] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH v2 16/26] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH v2 17/26] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH v2 18/26] drm/xe/pf: Add helpers for VF MMIO migration data handling
` [PATCH v2 19/26] drm/xe/pf: Handle MMIO migration data as part of PF control
` [PATCH v2 20/26] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH v2 21/26] drm/xe/migrate: Add function to copy of VRAM data in chunks
` [PATCH v2 22/26] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH v2 23/26] drm/xe/pf: Add wait helper for VF FLR
` [PATCH v2 24/26] drm/xe/pf: Enable SR-IOV VF migration for PTL and BMG
` [PATCH v2 25/26] drm/xe/pf: Export helpers for VFIO
` [PATCH v2 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics
` ✗ CI.checkpatch: warning for vfio/xe: Add driver variant for Xe VF migration (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[RFC PATCH 0/3] Enforce DRM scheduler reclaim rules
 2025-10-22  1:51 UTC  (17+ messages)
` [RFC PATCH 1/3] workqueue: Add an interface to taint workqueue lockdep with reclaim
` [RFC PATCH 2/3] drm/sched: Taint workqueues "
` [RFC PATCH 3/3] drm/sched: Prevent adding dependencies to an armed job
` ✗ CI.checkpatch: warning for Enforce DRM scheduler reclaim rules
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-22  1:15 UTC  (4+ messages)
` [PATCH 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics

[PATCH] drm/xe/pf: Make sched_if_idle debugfs attribute write-only
 2025-10-22  0:40 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-fixes] BUILD SUCCESS ce831bffcef3d8f9691b5537d74ffa1b1256c017
 2025-10-22  0:29 UTC 

[PATCH 0/5] drm/uapi: Intoduce DRM_MODE_DUMB_CURSOR
 2025-10-21 23:07 UTC  (11+ messages)
` [PATCH 1/5] drm/uapi: Validate DRM_IOCTL_MODE_CREATE_DUMB flags
` [PATCH 2/5] drm/uapi: Introduce the DRM_MODE_DUMB_CURSOR flag
` [PATCH 3/5] drm/i915/dumb: Move the display dumb buffer stuff into the display code
` [PATCH 4/5] drm/i915/dumb: Reject dumb buffer that exceed max fb dimensions
` [PATCH 5/5] drm/i915/dumb: Handle DRM_MODE_DUMB_CURSOR
` ✗ CI.checkpatch: warning for drm/uapi: Intoduce DRM_MODE_DUMB_CURSOR
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: "

[PATCH v6 0/4] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-21 22:39 UTC  (9+ messages)
` [PATCH v6 1/4] drm/xe/vf: Revert logic of vf.migration.enabled
` [PATCH v6 2/4] drm/xe/vf: Fix GuC FW check for VF migration support
` [PATCH v6 3/4] drm/xe: Assert that VF will never use fixed placement of BOs
` [PATCH v6 4/4] drm/xe/vf: Do not disable VF migration on ATS-M
` ✓ CI.KUnit: success for drm/xe/vf: Minor fixes to post-migration recovery (rev6)

[PATCH] drm/xe: Fix spelling and typos across XE driver files
 2025-10-21 21:48 UTC  (7+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
 2025-10-21 21:26 UTC  (2+ messages)

[PATCH v5 0/2] drm/xe/guc: Cleanup GuC log buffer macros and helpers
 2025-10-21 21:25 UTC  (8+ messages)
` [PATCH v5 1/2] drm/xe/guc: Update GuC log buffer type value
` [PATCH v5 2/2] drm/xe/guc: Add prefix to guc log buffer macros

[PATCH 0/1] Fix serialization on burst of unbinds
 2025-10-21 20:50 UTC  (6+ messages)
` [PATCH 1/1] drm/xe: Avoid serializing unbind jobs on prior TLB invalidations

[PATCH 00/32] drm/i915/display: Add initial support for Xe3p_LPD
 2025-10-21 20:19 UTC  (4+ messages)
` [PATCH 30/32] drm/i915/wm: don't use method1 in Xe3p_LPD onwards

[PATCH 0/3] drm: replace drm_print.h includes from headers with a forward declaration
 2025-10-21 20:10 UTC  (9+ messages)
` [PATCH 1/3] drm/mm: replace drm_print.h include "
` [PATCH 2/3] drm/buddy: "
` [PATCH 3/3] drm/ttm: "
` ✗ CI.checkpatch: warning for drm: replace drm_print.h includes from headers "
` ✗ CI.KUnit: failure "

[PATCH v13 00/12] AuxCCS handling and render compression modifiers
 2025-10-21 19:39 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for AuxCCS handling and render compression modifiers (rev3)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v4 0/4] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-21 17:20 UTC  (6+ messages)
` [PATCH v4 3/4] drm/xe: Assert that VF will never use fixed placement of BOs

[PATCH] drm/xe: Fix stolen size check to allow equal WOPCM size
 2025-10-21 17:11 UTC  (4+ messages)

[PATCH 0/2] Fix additional sysfs node access CFI violations
 2025-10-21 16:47 UTC  (5+ messages)
` [PATCH 2/2] drm/xe/configfs: fix clang warnings for missing parameter name

[PATCH v5 0/5] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-21 16:33 UTC  (9+ messages)
` [PATCH v5 1/5] drm/xe/vf: Helper for telling whether CCS migration BBs are needed
` [PATCH v5 2/5] drm/xe/vf: Revert logic of vf.migration.enabled
` [PATCH v5 3/5] drm/xe/vf: Fix GuC FW check for VF migration support
` ✓ Xe.CI.BAT: success for drm/xe/vf: Minor fixes to post-migration recovery (rev5)
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/24] drm/xe: Add Xe3p support
 2025-10-21 16:02 UTC  (3+ messages)
` [PATCH v3 10/24] drm/xe/xe3p: Dump CSMQDEBUG register

[FOR CI 0/5] drm/xe/display: Disable migration for the critical
 2025-10-21 15:08 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for "
` ✗ CI.KUnit: failure "

[RFC] drm/i915: move i915 specific display adaptation files to display-adapt
 2025-10-21 15:03 UTC  (4+ messages)

[PATCH v2 0/2] drm/xe: Add kunit checks for dma_mask_size, va_bits and vm_max_level
 2025-10-21 14:58 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: Add kunit checks for dma_mask_size, va_bits and vm_max_level (rev2)


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