Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-12 19:12:28 to 2025-10-13 20:12:46 UTC [more...]

[PATCH 0/9] drm/i915: Reorder cdclk stuff for vblank/guardband length checks
 2025-10-13 20:12 UTC  (2+ messages)
` [PATCH 1/9] drm/i915/bw: Untangle dbuf bw from the sagv/mem bw stuff

[PATCH] drm/xe/guc: Eliminate RPe caching for SLPC parameter handling
 2025-10-13 20:11 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v5 00/23] Allow configfs to disable specific GT type(s)
 2025-10-13 20:10 UTC  (24+ messages)
` [PATCH v5 01/23] drm/xe/huc: Adjust HuC check on primary GT
` [PATCH v5 02/23] drm/xe: Drop GT parameter to xe_display_irq_postinstall()
` [PATCH v5 03/23] drm/xe: Move 'va_bits' flag back to platform descriptor
` [PATCH v5 04/23] drm/xe: Move 'vm_max_level' "
` [PATCH v5 05/23] drm/xe: Move 'vram_flags' "
` [PATCH v5 06/23] drm/xe: Move 'has_flatccs' "
` [PATCH v5 07/23] drm/xe: Read VF GMD_ID with a specifically-allocated dummy GT
` [PATCH v5 08/23] drm/xe: Move primary GT allocation from xe_tile_init_early to xe_tile_init
` [PATCH v5 09/23] drm/xe: Skip L2 / TDF cache flushes if primary GT is disabled
` [PATCH v5 10/23] drm/xe/query: Report hwconfig size as 0 "
` [PATCH v5 11/23] drm/xe/pmu: Initialize PMU event types based on first available GT
` [PATCH v5 12/23] drm/xe: Check for primary GT before looking up Wa_22019338487
` [PATCH v5 13/23] drm/xe: Make display part of Wa_22019338487 a device workaround
` [PATCH v5 14/23] drm/xe/irq: Don't try to lookup engine masks for non-existent primary GT
` [PATCH v5 15/23] drm/xe: Handle Wa_22010954014 and Wa_14022085890 as device workarounds
` [PATCH v5 16/23] drm/xe/rtp: Pass xe_device parameter to FUNC matches
` [PATCH v5 17/23] drm/xe: Bypass Wa_14018094691 when primary GT is disabled
` [PATCH v5 18/23] drm/xe: Correct lineage for Wa_22014953428 and only check with valid GT
` [PATCH v5 19/23] drm/xe: Check that GT is not NULL before testing Wa_16023588340
` [PATCH v5 20/23] drm/xe: Don't check BIOS-disabled FlatCCS if primary GT is disabled
` [PATCH v5 21/23] drm/xe: Break GT setup out of xe_info_init()
` [PATCH v5 22/23] drm/xe/configfs: Add attribute to disable GT types
` [PATCH v5 23/23] drm/xe/sriov: Disable SR-IOV if primary GT is disabled via configfs

[PATCH] drm/xe: xe_guc_pc.c: fix DOC underlines
 2025-10-13 19:59 UTC  (2+ messages)

[PATCH] drm/xe/guc: Refresh RPe frequency while setting min frequency
 2025-10-13 19:57 UTC  (8+ messages)

[PATCH] [CI] drm/i915/dmc: Test Xe3LPD 3002 DMC v2.27
 2025-10-13 19:57 UTC  (5+ messages)
` ✓ CI.KUnit: success for drm/i915/dmc: Test Xe3LPD 3002 DMC v2.27 (rev2)
` ✓ Xe.CI.BAT: "
` ✓ CI.KUnit: success for drm/i915/dmc: Test Xe3LPD 3002 DMC v2.27 (rev3)
` ✗ Xe.CI.Full: failure for drm/i915/dmc: Test Xe3LPD 3002 DMC v2.27 (rev2)

[PATCH 0/7] Fix a couple of wedge corner-case memory leaks
 2025-10-13 19:31 UTC  (17+ messages)
` [PATCH 1/7] drm/xe: Add additional trace points for LRCs
` [PATCH 2/7] drm/xe: Add a trace point for VM close
` [PATCH 3/7] drm/xe: Add the BO pointer info to the BO trace
` [PATCH 4/7] drm/xe: Add new exec queue trace points
` [PATCH 5/7] drm/xe: Correct migration VM teardown order
` [PATCH 6/7] drm/xe: Don't block messages to the GPU scheduler
` [PATCH 7/7] drm/xe: Check for GuC responses on disabling scheduling
` ✗ CI.checkpatch: warning for Fix a couple of wedge corner-case memory leaks (rev2)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH 00/26] vfio/xe: Add driver variant for Xe VF migration
 2025-10-13 19:00 UTC  (39+ messages)
` [PATCH 03/26] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH 05/26] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH 06/26] drm/xe/pf: Add helpers for migration data allocation / free
` [PATCH 07/26] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH 08/26] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH 09/26] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH 10/26] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH 11/26] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH 12/26] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH 13/26] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH 14/26] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH 16/26] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH 17/26] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH 18/26] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH 19/26] drm/xe/pf: Add helpers for VF MMIO migration data handling
` [PATCH 24/26] drm/xe/pf: Add wait helper for VF FLR
` [PATCH 25/26] drm/xe/pf: Export helpers for VFIO
` [PATCH 26/26] vfio/xe: Add vendor-specific vfio_pci driver for Intel graphics

[RFC PATCH] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
 2025-10-13 18:53 UTC 

[RFC][PATCH 00/11] drm/i915/prefill: Introduce helpers for prefill latency calculations
 2025-10-13 18:47 UTC  (23+ messages)
` [RFC][PATCH 01/11] drm/i915: Reject modes with linetime > 64 usec
` [RFC][PATCH 02/11] drm/i915/cdclk: Add prefill helpers for CDCLK
` [RFC][PATCH 03/11] drm/i915/cdclk: Add intel_cdclk_min_cdclk_for_prefill()
` [RFC][PATCH 04/11] drm/i915/dsc: Add prefill helper for DSC
` [RFC][PATCH 05/11] drm/i915/scaler: Add scaler prefill helpers
` [RFC][PATCH 06/11] drm/i195/wm: Add WM0 "
` [RFC][PATCH 07/11] drm/i915: Introduce intel_compute_global_watermarks_late()
` [RFC][PATCH 08/11] drm/i915/prefill: Introduce intel_prefill.c
` [RFC][PATCH 09/11] drm/i915/wm: Use intel_prefill
` [RFC][PATCH 10/11] drm/i915/prefill: Print the prefill details
` [RFC][PATCH 11/11] drm/i915/prefill: Also print out the worst case estimates

[PATCH 0/1] Avoid crash during dump when finding an evicted BO
 2025-10-13 18:39 UTC  (8+ messages)
` [PATCH 1/1] drm/ttm: Avoid NULL pointer deref for evicted BOs
    ` [PATCH v2] "
      ` [PATCH v3] "
` ✓ CI.KUnit: success for Avoid crash during dump when finding an evicted BO (rev3)
` ✓ Xe.CI.BAT: "

[PATCH v5 0/2] Different page size handle in migrate layer
 2025-10-13 18:01 UTC  (15+ messages)
` [PATCH v5 1/2] drm/xe: Fix build_pt_update_batch_sram for non-4K PAGE_SIZE
  ` [v5,1/2] "
` [PATCH v5 2/2] drm/xe: Enable 2M pages in xe_migrate_vram
` ✓ CI.KUnit: success for Different page size handle in migrate layer (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/kunit: Fix kerneldoc for parameterized tests
 2025-10-13 17:56 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v5 0/6] drm/xe: Make struct xe_ggtt private
 2025-10-13 17:54 UTC  (4+ messages)
` [PATCH v5 6/6] drm/xe: Move struct xe_ggtt to xe_ggtt.c

[PATCH 0/3] drm/i915/display: 128-byte Y-tiling and flat CCS feature checks
 2025-10-13 17:51 UTC  (11+ messages)
` [PATCH 3/3] drm/i915/display: add HAS_AUX_CCS() feature check
  ` [PATCH v2] "
` ✗ CI.checkpatch: warning for drm/i915/display: 128-byte Y-tiling and flat CCS feature checks (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH 0/9] drm/{i915,xe}/fbdev: refactor
 2025-10-13 17:19 UTC  (12+ messages)
` [PATCH 2/9] drm/{i915,xe}/fbdev: add intel_fbdev_fb_pitch_align()
  ` [PATCH 2/9] drm/{i915, xe}/fbdev: "

[PATCH v4 00/23] Allow configfs to disable specific GT type(s)
 2025-10-13 16:42 UTC  (4+ messages)
` [PATCH v4 06/23] drm/xe: Move 'has_flatccs' flag back to platform descriptor

[PATCH v2 0/3] drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression
 2025-10-13 16:28 UTC  (9+ messages)
` ✓ CI.KUnit: success for drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression (rev2)
` [PATCH v2 1/3] drm/xe: add VM_BIND DECOMPRESS uapi flag
` [PATCH v2 2/3] drm/xe: add xe_migrate_resolve wrapper and is_vram_resolve support
` [PATCH v2 3/3] drm/xe: implement VM_BIND decompression in vm_bind_ioctl
` ✓ Xe.CI.BAT: success for drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression (rev2)
` ✓ Xe.CI.Full: "

[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-13 16:07 UTC  (2+ messages)

[PATCH 0/8] Preparatory patches for guardband optimization
 2025-10-13 14:59 UTC  (16+ messages)
` [PATCH 1/8] drm/i915/vrr: Use crtc_vsync_start/end for computing vrr.vsync_start/end
` [PATCH 2/8] drm/i915/display: Move intel_dpll_crtc_compute_clock early
` [PATCH 3/8] drm/i915/vrr: s/intel_vrr_compute_config_late/intel_vrr_compute_guardband
` [PATCH 4/8] drm/i915/vblank: Add helper to get correct vblank length
` [PATCH 5/8] drm/i915/psr: Consider SCL lines when validating vblank for wake latency
` [PATCH 6/8] drm/i915/display: Check if final vblank is sufficient for PSR features
` [PATCH 7/8] drm/i915/vrr: Recompute vblank_start for platforms with always-on VRR TG
` [PATCH 8/8] drm/i915/display: Add vblank_start adjustment logic for "
` ✓ CI.KUnit: success for Preparatory patches for guardband optimization (rev3)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/2] Wire up reset/postinstall for I2C IRQ
 2025-10-13 14:57 UTC  (2+ messages)

[PATCH] [PATCH] drm/xe: Sort include files alphabetically
 2025-10-13 14:21 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 0/2] Fix user-after-free during driver unbind
 2025-10-13 14:12 UTC  (8+ messages)
` [PATCH 1/2] drm/xe/gt: Synchronize GT reset with device unbind
` [PATCH 2/2] drm/xe/guc: Synchronize Dead CT worker with unbind
` ✓ CI.KUnit: success for Fix user-after-free during driver unbind
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 0/8] Preparatory patches for guardband optimization
 2025-10-13 12:29 UTC  (12+ messages)
` [PATCH 2/8] drm/i915/vrr: s/intel_vrr_compute_config_late/intel_vrr_compute_guardband
` [PATCH 5/8] drm/i915/display: Check if final vblank is sufficient for PSR features
` [PATCH 7/8] drm/i915/display: Add vblank_start adjustment logic for always-on VRR TG

[PATCH v10 00/34] VF migration redesign
 2025-10-13 11:54 UTC  (3+ messages)
` [PATCH v10 26/34] drm/xe/vf: Replay GuC submission state on pause / unpause

[core-for-CI] KVM: x86/pmu: Don't try to get perf capabilities for hybrid CPUs
 2025-10-13 10:44 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/2] SVM migration fixes
 2025-10-13 10:34 UTC  (4+ messages)
` ✓ CI.KUnit: success for SVM migration fixes (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH 0/7] drm/i915/display: Fix C20 PHY PLL DP/HDMI mode programming
 2025-10-13  9:50 UTC  (8+ 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

[PATCH v5 0/3] drm/xe/migrate: Atomicize CCS copy command setup
 2025-10-13  4:42 UTC  (11+ messages)
` [PATCH v5 1/3] "

[PATCH v4 0/2] Different page size handle in migrate layer
 2025-10-13  3:17 UTC  (7+ messages)
` [PATCH v4 1/2] drm/xe: Fix build_pt_update_batch_sram for non-4K PAGE_SIZE
` [PATCH v4 2/2] drm/xe: Enable 2M pages in xe_migrate_vram
` ✗ CI.checkpatch: warning for Different page size handle in migrate layer
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/guc: Check CT enable state before deregistering exec queue
 2025-10-13  2:06 UTC  (5+ messages)
` [PATCH v2] drm/xe/guc: Check GuC running "


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