Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-15 11:03:29 to 2025-10-15 23:58:56 UTC [more...]

[PATCH v2 00/22] drm/xe: Add Xe3p support
 2025-10-15 23:58 UTC  (31+ messages)
` [PATCH v2 01/22] drm/xe/xe3: Add support for graphics IP versions 30.04 & 30.05
` [PATCH v2 02/22] drm/xe/xe3p_lpm: Add support for media IP versions 35.00 & 35.03
` [PATCH v2 03/22] drm/xe: Drop CTC_MODE register read
` [PATCH v2 04/22] drm/xe: Add GT_VER() to check version specific to gt type
` [PATCH v2 05/22] drm/xe/xe3p_lpm: Skip disabling NOA on unsupported IPs
` [PATCH v2 06/22] drm/xe/xe3p_lpm: Handle MCR steering
` [PATCH v2 07/22] drm/xe/xe3p: Stop programming RCU_MODE's fixed slice mode setting
` [PATCH v2 08/22] drm/xe/xe3p: Determine service copy availability from fuse
` [PATCH v2 09/22] drm/xe: Dump CURRENT_LRCA register
` [PATCH v2 10/22] drm/xe/xe3p: Dump CSMQDEBUG register
` [PATCH v2 11/22] drm/xe/nvl: Define NVL-S platform
` [PATCH v2 12/22] drm/xe/nvls: Define GuC firmware for NVL-S
` [PATCH v2 13/22] drm/xe/nvls: Attach MOCS table "
` [PATCH v2 14/22] drm/xe/xe3p_xpc: Add Xe3p_XPC IP definition
` [PATCH v2 15/22] drm/xe/xe3p_xpc: Add L3 bank mask
` [PATCH v2 16/22] drm/xe/xe3p_xpc: Add MCR steering
` [PATCH v2 17/22] drm/xe/irq: Rename fuse mask variables
` [PATCH v2 18/22] drm/xe/irq: Split irq mask per engine class
` [PATCH v2 19/22] drm/xe/xe3p_xpc: Add support for compute walker for non-MSIx
` [PATCH v2 20/22] drm/xe/xe3p_xpc: Skip compression tuning on platforms without flatccs
` [PATCH v2 21/22] drm/xe/xe3p_xpc: Setup PAT table
` [PATCH v2 22/22] drm/xe/xe3p: Add xe3p EU stall data format

[PATCH 0/6] Some migration fixes/improvements
 2025-10-15 23:52 UTC  (9+ messages)
` [PATCH 1/6] drm/xe/migrate: rework size restrictions for sram pte emit
` [PATCH 2/6] drm/xe/migrate: fix chunk handling for 2M page emit
` [PATCH 3/6] drm/xe/migrate: fix batch buffer sizing
` [PATCH 4/6] drm/xe/migrate: trim "
` [PATCH 5/6] drm/xe/migrate: support MEM_COPY instruction
` [PATCH 6/6] drm/xe/migrate: skip bounce buffer path on xe2
` ✓ CI.KUnit: success for Some migration fixes/improvements
` ✓ Xe.CI.BAT: "

[PATCH 00/10] Preparatory patches for guardband optimization
 2025-10-15 23:29 UTC  (10+ messages)
` [PATCH 09/10] drm/i915/display: Add vblank_start adjustment logic for always-on VRR TG
` [PATCH 10/10] drm/i915/display: Prepare for vblank_delay for LRR
` ✓ CI.KUnit: success for Preparatory patches for guardband optimization (rev7)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure for Preparatory patches for guardband optimization (rev6)
` ✗ Xe.CI.Full: failure for Preparatory patches for guardband optimization (rev7)

[PATCH 00/23] drm/xe: Add Xe3p support
 2025-10-15 23:05 UTC  (35+ messages)
` [PATCH 03/23] drm/xe/xe3p_lpm: Configure MAIN_GAMCTRL_QUEUE_SELECT
` [PATCH 05/23] drm/xe/xe3p_lpm: Stop reading the CTC_MODE register
` [PATCH 08/23] drm/xe/xe3p: Stop programming RCU_MODE's fixed slice mode setting
` [PATCH 09/23] drm/xe/xe3p: Determine service copy availability from fuse
` [PATCH 12/23] drm/xe/xe3p: Flush userptr/shrinker bo cachelines manually
` [PATCH 15/23] drm/xe/nvls: Define GuC firmware for NVL-S
` [PATCH 20/23] drm/xe/xe3p_xpc: Add support for compute walker for non-MSIx
` [PATCH 21/23] drm/xe/xe3p_xpc: Skip compression tuning on platforms without flatccs
` [PATCH 23/23] drm/xe/xe3p: Add xe3p EU stall data format

[CI 0/7] drm/i915/display: Fix C20 PHY PLL DP/HDMI mode programming
 2025-10-15 22:51 UTC  (12+ messages)
` [CI 1/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/DP_RATE field macros
` [CI 2/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/IS_DP flag macro
` [CI 3/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/CONTEXT_TOGGLE "
` [CI 4/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/IS_HDMI_FRL "
` [CI 5/7] drm/i915/display: Fix PHY_C20_VDR_CUSTOM_SERDES_RATE programming
` [CI 6/7] drm/i915/display: Fix PHY_C20_VDR_HDMI_RATE programming
` [CI 7/7] drm/i915/display: Add missing clock to C10 PHY state compute/HW readout
` ✗ CI.checkpatch: warning for drm/i915/display: Fix C20 PHY PLL DP/HDMI mode programming (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v7 00/12] drm/xe: Make all xe_ggtt structs private
 2025-10-15 22:44 UTC  (19+ messages)
` [PATCH v7 03/12] drm/xe: Add xe_ggtt_node_addr() to avoid dereferencing xe_ggtt_node
` [PATCH v7 04/12] drm/xe/display: Avoid "
` [PATCH v7 05/12] drm/xe: Do not dereference ggtt_node in xe_bo.c
` [PATCH v7 06/12] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
` [PATCH v7 07/12] drm/xe: Privatize xe_ggtt_node
` [PATCH v7 08/12] drm/xe: Make xe_ggtt_node offset relative to starting offset
` [PATCH v7 11/12] drm/xe: Make xe_ggtt_node_insert return a node
` [PATCH v7 12/12] drm/xe: Remove xe_ggtt_node_allocated
` ✓ Xe.CI.BAT: success for drm/xe: Make all xe_ggtt structs private. (rev2)
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: Bump xe_device_l2_flush even higher
 2025-10-15 22:42 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/4] PF: Update auto-provisioning
 2025-10-15 22:12 UTC  (9+ messages)
` [PATCH 1/4] drm/xe/pf: Promote VFs provisioning helpers
` [PATCH 2/4] drm/xe/pf: Automatically provision VFs only in auto-mode
` ✗ CI.checkpatch: warning for PF: Update auto-provisioning
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/9] drm/i915/prefill: Introduce helpers for prefill latency calculations
 2025-10-15 21:40 UTC  (9+ messages)
` [PATCH v2 6/9] drm/i915/scaler: Add scaler prefill helpers
  ` [PATCH v3 "
` ✗ CI.checkpatch: warning for drm/i915/prefill: Introduce helpers for prefill latency calculations (rev3)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v5 00/12] VRAM Self Refresh
 2025-10-15 21:29 UTC  (5+ messages)
` ✓ CI.KUnit: success for VRAM Self Refresh (rev5)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/guc: Destroy LR exec queue directly if GuC is not running
 2025-10-15 21:07 UTC  (7+ messages)

[PATCH 00/32] drm/i915/display: Add initial support for Xe3p_LPD
 2025-10-15 20:55 UTC  (54+ messages)
` [PATCH 01/32] drm/xe/nvl: Define NVL-S platform
` [PATCH 03/32] drm/i915/xe3p_lpd: Drop north display reset option programming
` [PATCH 04/32] drm/i915/display: Use braces for if-ladder in intel_bw_init_hw()
` [PATCH 05/32] drm/i915/dram: Add field ecc_impacting_de
` [PATCH 06/32] drm/i915/xe3p_lpd: Update bandwidth parameters
` [PATCH 07/32] drm/i915/xe3p_lpd: Expand bifield masks dbuf blocks fields
` [PATCH 08/32] drm/i915/xe3p_lpd: Support UINT16 formats
` [PATCH 10/32] drm/i915/xe3p_lpd: Horizontal flip support for linear surfaces
` [PATCH 12/32] drm/i915/xe3p_lpd: Underrun debuggability and error codes/hints
` [PATCH 14/32] drm/i915/xe3p_lpd: Adapt to updates on MBUS_CTL/DBUF_CTL registers
` [PATCH 16/32] drm/i915/xe3p_lpd: Add CDCLK table
` [PATCH 17/32] drm/i915/xe3p_lpd: Load DMC firmware
` [PATCH 19/32] drm/i915/xe3p_lpd: PSR SU minimum lines is 4
` [PATCH 23/32] drm/i915/xe3p_lpd: Reload DMC MMIO for pipes C and D
` [PATCH 24/32] drm/i915/xe3p_lpd: Introduce pixel normalizer config support
` [PATCH 25/32] drm/i915/xe3p_lpd: Add FBC support for FP16 formats
` [PATCH 26/32] drm/i915/xe3p_lpd: Enable pixel normalizer for fp16 formats for FBC
` [PATCH 27/32] drm/i915/vbt: Add fields dedicated_external and dyn_port_over_tc
` [PATCH 29/32] drm/i915/display: Handle dedicated external ports in intel_encoder_is_tc()
` ✗ Xe.CI.Full: failure for drm/i915/display: Add initial support for Xe3p_LPD

[PATCH v4] drm/gpusvm, drm/xe: Allow mixed mappings for userptr
 2025-10-15 20:53 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH 0/1] [wip] Switch to use kernel standard fault injection in i915
 2025-10-15 19:59 UTC  (5+ messages)
` [PATCH 1/1] drm/i915: switch to use kernel standard error injection
` ✓ CI.KUnit: success for Switch to use kernel standard fault injection in i915
` ✓ Xe.CI.BAT: "

[PATCH 0/6] Fix a couple of wedge corner-case memory leaks
 2025-10-15 19:45 UTC  (6+ messages)
` [PATCH 5/6] drm/xe: Correct migration VM teardown order
` [PATCH 6/6] drm/xe: Clean up GuC software state after a wedge

[PATCH v6 00/12] drm/xe: Make all xe_ggtt structs private
 2025-10-15 19:37 UTC  (5+ messages)
` [PATCH v6 06/12] drm/xe: Improve xe_gt_sriov_pf_config GGTT handling
` [PATCH v6 08/12] drm/xe: Make xe_ggtt_node offset relative to starting offset

[PATCH] drm/xe: Prevent runtime PM wake while reading rp0 frequency
 2025-10-15 19:19 UTC  (6+ messages)
`  "
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/{i915,xe}/fbdev: add intel_fbdev_fb_pitch_align()
 2025-10-15 19:06 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/xe_debugfs: Expose G7 package state residency counter through debugfs
 2025-10-16  0:12 UTC 

[PATCH] drm/xe/xe_guc: Dynamically decide g2g buffer owner
 2025-10-15 18:12 UTC 

[PATCH 0/6] Optimize vrr.guardband
 2025-10-15 18:11 UTC  (7+ messages)
` [PATCH 5/6] drm/i915/display: Add guardband check for feature latencies
` ✗ CI.checkpatch: warning for Optimize vrr.guardband
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "

[PATCH] drm/xe/xe3: Add WA_14024681466 for Xe3_LPG
 2025-10-15 17:13 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 1/2] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
 2025-10-15 17:07 UTC  (2+ messages)
` [PATCH v2 2/2] drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag

[PATCH v3 0/3] drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression
 2025-10-15 16:55 UTC  (3+ messages)
` ✓ CI.KUnit: success for drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression (rev3)
` ✓ Xe.CI.BAT: "

[PATCH v2 0/7] drm/i915/dp: Fix panel replay in DSC mode
 2025-10-15 16:19 UTC  (8+ messages)
` [PATCH v2 1/7] drm/i915/dsc: Add helper to enable the DSC configuration for a CRTC
` [PATCH v2 2/7] drm/i915/dp: Ensure the FEC state stays disabled for UHBR links
` [PATCH v2 3/7] drm/i915/dp: Export helper to determine if FEC on non-UHBR links is required
` [PATCH v2 4/7] drm/i915/dp_mst: Reuse the DP-SST helper function to compute FEC config
` [PATCH v2 5/7] drm/i915/dp_mst: Track DSC enabled status on the MST link
` [PATCH v2 6/7] drm/i915/dp_mst: Recompute all MST link CRTCs if DSC gets enabled on the link
` [PATCH v2 7/7] drm/i915/dp: Fix panel replay when DSC is enabled

[PATCH v2] drm/i915/panic: fix panic structure allocation memory leak
 2025-10-15 16:08 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for drm/i915/panic: fix panic structure allocation memory leak (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH] drm/xe/xe_guc: Expand guc_g2g_alloc error hanlding for future change
 2025-10-15 16:07 UTC  (3+ messages)

[RFC] drm/i915: move i915 specific display adaptation files to display-adapt
 2025-10-15 16:01 UTC 

[drm-xe:drm-xe-next] BUILD SUCCESS 961a7582b159586aafee3cf2e81dec1d493d1715
 2025-10-15 14:59 UTC 

[PATCH V5] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-10-15 14:28 UTC 

[PATCH 00/25] Enable LT PHY
 2025-10-15 14:28 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 0/4] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-15 13:02 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/vf: Minor fixes to post-migration recovery (rev2)

[PATCH 0/7] drm/i915/display: Fix C20 PHY PLL DP/HDMI mode programming
 2025-10-15 12:32 UTC  (15+ messages)
` [PATCH 1/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/DP_RATE field macros
` [PATCH 2/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/IS_DP flag macro
` [PATCH 3/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/CONTEXT_TOGGLE "
` [PATCH 4/7] drm/i915/display: Sanitize PHY_C20_VDR_CUSTOM_SERDES_RATE/IS_HDMI_FRL "
` [PATCH 5/7] drm/i915/display: Fix PHY_C20_VDR_CUSTOM_SERDES_RATE programming
` [PATCH 6/7] drm/i915/display: Fix PHY_C20_VDR_HDMI_RATE programming
` [PATCH 7/7] drm/i915/display: Add missing clock to C10 PHY state compute/HW readout


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