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

[PATCH 00/24] drm/xe: VF Migration - Xe internals
 2025-11-12 14:10 UTC  (26+ messages)
` [PATCH 01/24] drm/xe/pf: Remove GuC version check for migration support
` [PATCH 02/24] drm/xe: Move migration support to device-level struct
` [PATCH 03/24] drm/xe/pf: Convert control state to bitmap
` [PATCH 04/24] drm/xe/pf: Add save/restore control state stubs and connect to debugfs
` [PATCH 05/24] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH 06/24] drm/xe/pf: Add helpers for migration data packet allocation / free
` [PATCH 07/24] drm/xe/pf: Add support for encap/decap of bitstream to/from packet
` [PATCH 08/24] drm/xe/pf: Add minimalistic migration descriptor
` [PATCH 09/24] drm/xe/pf: Expose VF migration data size over debugfs
` [PATCH 10/24] drm/xe: Add sa/guc_buf_cache sync interface
` [PATCH 11/24] drm/xe: Allow the caller to pass guc_buf_cache size
` [PATCH 12/24] drm/xe/pf: Increase PF GuC Buffer Cache size and use it for VF migration
` [PATCH 13/24] drm/xe/pf: Remove GuC migration data save/restore from GT debugfs
` [PATCH 14/24] drm/xe/pf: Don't save GuC VF migration data on pause
` [PATCH 15/24] drm/xe/pf: Switch VF migration GuC save/restore to struct migration data
` [PATCH 16/24] drm/xe/pf: Handle GuC migration data as part of PF control
` [PATCH 17/24] drm/xe/pf: Add helpers for VF GGTT migration data handling
` [PATCH 18/24] drm/xe/pf: Handle GGTT migration data as part of PF control
` [PATCH 19/24] drm/xe/pf: Handle MMIO "
` [PATCH 20/24] drm/xe/pf: Add helper to retrieve VF's LMEM object
` [PATCH 21/24] drm/xe/migrate: Add function to copy of VRAM data in chunks
` [PATCH 22/24] drm/xe/pf: Handle VRAM migration data as part of PF control
` [PATCH 23/24] drm/xe/pf: Add wait helper for VF FLR
` [PATCH 24/24] drm/intel/bmg: Allow device ID usage with single-argument macros
` ✗ CI.checkpatch: warning for drm/xe: VF Migration - Xe internals

[PATCH] drm/xe/pf: Use migration-friendly GGTT auto-provisioning
 2025-11-12 14:05 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v2 00/30] Scope-based forcewake and runtime PM
 2025-11-12 14:04 UTC  (3+ messages)
` [PATCH v2 01/30] drm/xe/forcewake: Improve kerneldoc

[CI 00/32] [PATCH 00/32] drm/i915/display: Add MTL+ platforms to support dpll framework
 2025-11-12 13:52 UTC  (47+ messages)
` [CI 04/32] drm/i915/display: Sanitize calculating C20 PLL state from tables
` [CI 10/32] drm/i915/display: Read out the Cx0 PHY SSC enabled state
` [CI 11/32] drm/i915/display: Determine Cx0 PLL DP mode from PLL state
` [CI 14/32] drm/i915/display: Print additional Cx0 PLL HW state
` [CI 16/32] drm/i915/display: PLL information for MTL+
` [CI 17/32] drm/i915/display: Update C10/C20 state calculation
` [CI 18/32] drm/i915/display: Compute plls for MTL+ platform
` [CI 19/32] drm/i915/display: MTL+ .get_dplls
` [CI 20/32] drm/i915/display: MTL+ .put_dplls
` [CI 21/32] drm/i915/display: Add .update_active_dpll
` [CI 22/32] drm/i915/display: Add .update_dpll_ref_clks
` [CI 23/32] drm/i915/display: Add .dump_hw_state
` [CI 24/32] drm/i915/display: Add .compare_hw_state
` [CI 25/32] drm/i915/display: Add .get_hw_state to MTL+ platforms
` [CI 26/32] drm/i915/display: Add .get_freq "
` [CI 27/32] drm/i915/display: Add .crtc_get_dpll hook
` [CI 28/32] drm/i915/display: PLL verify debug state print
` [CI 29/32] drm/i915/display: Add .enable_clock on DDI for MTL+ platforms
` [CI 32/32] drm/i915/display: Enable dpll framework for MTL+

[PATCH v5 00/28] vfio/xe: Add driver variant for Xe VF migration
 2025-11-12 13:46 UTC  (10+ messages)
` [PATCH v5 05/28] drm/xe/pf: Add data structures and handlers for migration rings
` [PATCH v5 28/28] vfio/xe: Add device specific vfio_pci driver variant for Intel graphics
` ✗ Xe.CI.Full: failure for vfio/xe: Add driver variant for Xe VF migration (rev5)

[PATCH v4 00/11] drm/i915/display: Add initial support for Xe3p_LPD
 2025-11-12 13:20 UTC  (14+ messages)
` [PATCH v4 01/11] drm/i915/wm: Do not make latency values monotonic on Xe3 onward
` [PATCH v4 02/11] drm/i915/vbt: Add fields dedicated_external and dyn_port_over_tc
` [PATCH v4 06/11] drm/i915/xe3p_lpd: Handle underrun debug bits

[PATCH v2 00/21] treewide: Introduce %ptS for struct timespec64 and convert users
 2025-11-12 13:09 UTC  (32+ messages)
` [PATCH v2 01/21] lib/vsprintf: Add specifier for printing struct timespec64
` [PATCH v2 02/21] ceph: Switch to use %ptSp
` [PATCH v2 03/21] libceph: "
` [PATCH v2 04/21] dma-buf: "
` [PATCH v2 05/21] drm/amdgpu: "
` [PATCH v2 06/21] drm/msm: "
` [PATCH v2 07/21] drm/vblank: "
` [PATCH v2 08/21] drm/xe: "
` [PATCH v2 09/21] e1000e: "
  ` [Intel-wired-lan] "
` [PATCH v2 10/21] igb: "
  ` [Intel-wired-lan] "
` [PATCH v2 11/21] ipmi: "
` [PATCH v2 12/21] media: av7110: "
` [PATCH v2 13/21] mmc: mmc_test: "
` [PATCH v2 14/21] net: dsa: sja1105: "
  ` [Intel-wired-lan] "
` [PATCH v2 15/21] PCI: epf-test: "
` [PATCH v2 16/21] pps: "
` [PATCH v2 17/21] ptp: ocp: "
` [PATCH v2 18/21] s390/dasd: "
` [PATCH v2 19/21] scsi: fnic: Switch to use %ptS
` [PATCH v2 20/21] scsi: snic: Switch to use %ptSp
` [PATCH v2 21/21] tracing: "
` ✗ CI.checkpatch: warning for treewide: Introduce %ptS for struct timespec64 and convert users (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/1] Switch to use kernel standard fault injection in i915
 2025-11-12 12:54 UTC  (4+ 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 (rev3)
` ✓ Xe.CI.BAT: "

[PATCH 0/2] Redesign survivability mode
 2025-11-12 12:31 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` [PATCH 1/2] drm/xe/xe_survivability: Redesign survivability mode sysfs entries
` [PATCH 2/2] drm/xe/xe_survivability: Add support for survivability mode v2
` ✓ Xe.CI.BAT: success for Redesign survivability mode
` ✗ Xe.CI.Full: failure "

[PATCH 00/24] drm/vblank: refactoring and cleanups
 2025-11-12 11:56 UTC  (7+ messages)
` [PATCH 06/24] drm/vblank: prefer drm_crtc_vblank_crtc() over drm_vblank_crtc()

[PATCH v2] drm/i915/fbdev: Hold runtime PM ref during fbdev BO creation
 2025-11-12 10:36 UTC  (7+ messages)
` ✓ CI.KUnit: success for drm/i915/fbdev: Hold runtime PM ref during fbdev BO creation (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
` ✓ CI.KUnit: success for drm/i915/fbdev: Hold runtime PM ref during fbdev BO creation (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 0/1] drm/xe/pat: Add helper to query compression enable status
 2025-11-12 10:27 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH] drm/xe: Prevent BIT() overflow when handling invalid prefetch region
 2025-11-12 10:24 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2 0/3] drm/{i915, xe}/irq: clarify display and parent driver interfaces
 2025-11-12  9:50 UTC  (9+ messages)
` [PATCH v2 1/3] drm/{i915, xe}/display: duplicate gen2 irq/error init/reset in display irq
  ` [PATCH v2 1/3] drm/{i915,xe}/display: "
` [PATCH v2 2/3] drm/i915/display: convert the display irq interfaces to struct intel_display
` [PATCH v2 3/3] drm/{i915, xe}/display: move irq calls to parent interface
  ` [PATCH v2 3/3] drm/{i915,xe}/display: "
` ✓ Xe.CI.Full: success for drm/{i915, xe}/irq: clarify display and parent driver interfaces (rev2)

[PATCH v2] drm/fb-helper: Allocate and release fb_info in single place
 2025-11-12  9:43 UTC  (2+ messages)

[PATCH v2 00/17] Dynamic drm_pagemaps and Initial multi-device SVM
 2025-11-12  7:16 UTC  (26+ messages)
` [PATCH v2 01/17] drm/xe/svm: Fix a debug printout
` [PATCH v2 02/17] drm/pagemap, drm/xe: Add refcounting to struct drm_pagemap
` [PATCH v2 03/17] drm/pagemap: Add a refcounted drm_pagemap backpointer to struct drm_pagemap_zdd
` [PATCH v2 04/17] drm/pagemap, drm/xe: Manage drm_pagemap provider lifetimes
` [PATCH v2 05/17] drm/pagemap: Add a drm_pagemap cache and shrinker
` [PATCH v2 06/17] drm/xe: Use the "
` [PATCH v2 07/17] drm/pagemap: Remove the drm_pagemap_create() interface
` [PATCH v2 08/17] drm/pagemap_util: Add a utility to assign an owner to a set of interconnected gpus
` [PATCH v2 09/17] drm/xe: Use the drm_pagemap_util helper to get a svm pagemap owner
` [PATCH v2 10/17] drm/xe: Pass a drm_pagemap pointer around with the memory advise attributes
` [PATCH v2 11/17] drm/xe: Use the vma attibute drm_pagemap to select where to migrate
` [PATCH v2 12/17] drm/xe: Simplify madvise_preferred_mem_loc()
` [PATCH v2 13/17] drm/xe/uapi: Extend the madvise functionality to support foreign pagemap placement for svm
` [PATCH v2 14/17] drm/xe: Support pcie p2p dma as a fast interconnect
` [PATCH v2 15/17] drm/xe/vm: Add a couple of VM debug printouts
` [PATCH v2 16/17] drm/pagemap, drm/xe: Support migration over interconnect
` [PATCH v2 17/17] drm/xe/svm: Document how xe keeps drm_pagemap references
` ✗ CI.checkpatch: warning for Dynamic drm_pagemaps and Initial multi-device SVM (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/10] Enable DP2.1 alpm
 2025-11-12  6:01 UTC  (21+ messages)
` [PATCH v3 01/10] drm/i915/alpm: Add DPCD definition for DP2.1 ALPM capability
` [PATCH v3 02/10] drm/i915/alpm: alpm_init() for DP2.1
` [PATCH v3 03/10] drm/i915/alpm: Enable debugfs "
` [PATCH v3 04/10] drm/i915/alpm: Refactor Auxless wake time calculation
` [PATCH v3 05/10] drm/i915/alpm: Auxless wake time calculation for Xe3p
` [PATCH v3 06/10] drm/i915/alpm: Half LFPS cycle calculation
` [PATCH v3 07/10] drm/i915/alpm: Program lttpr count for DP 2.1 alpm
` [PATCH v3 08/10] drm/i915/alpm: Enable MAC Transmitting LFPS for LT phy
` [PATCH v3 09/10] drm/i915/alpm: Replace is_edp() with alpm_is_possible()
` [PATCH v3 10/10] drm/i915/alpm: Introduce has_alpm to decouple from pr/psr2/lobf
` ✓ CI.KUnit: success for Enable DP2.1 alpm (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] mtd: intel-dg: Fix accessing regions before setting nregions
 2025-11-12  1:20 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.Full: success "

[PATCH 0/9] PCI: BAR resizing fix/rework
 2025-11-11 23:30 UTC  (9+ messages)
` [PATCH 8/9] drm/amdgpu: Remove driver side BAR release before resize

[PATCH v2] drm/i915/fbc: Apply wa_15018326506
 2025-11-11 21:30 UTC  (4+ messages)
` ✓ CI.KUnit: success for drm/i915/fbc: Apply wa_15018326506 (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/16] drm/i915/de: Register polling cleanup
 2025-11-11 19:09 UTC  (10+ messages)
` [PATCH 03/16] drm/i915/de: Include units in intel_de_wait*() function names
` [PATCH 06/16] drm/i915/de: Use intel_de_wait_ms() for the obvious cases

[PATCH v2] drm/xe/pf: Add runtime registers for GFX ver >= 35
 2025-11-11 18:40 UTC  (2+ messages)

[PATCH] drm/xe/uapi: Implement DRM_XE_GEM_CREATE_FLAG_NO_COMPRESSION flag
 2025-11-11 17:22 UTC  (3+ messages)

[PATCH 0/4] Fix Adaptive Sync SDP for Panel Replay
 2025-11-11 16:56 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for Fix Adaptive Sync SDP for Panel Replay (rev2)

[PATCH v3 0/2] VF double migration
 2025-11-11 15:26 UTC  (5+ messages)
` [PATCH v3 1/2] drm/xe/vf: Introduce RESFIX start marker support
` [PATCH v3 2/2] drm/xe/vf: Add debugfs entries to test VF double migration


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