Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-10-13 23:24:32 to 2025-10-14 19:37:27 UTC [more...]

[PATCH] drm/xe/guc: Eliminate RPe caching for SLPC parameter handling
 2025-10-14 19:37 UTC  (7+ messages)
` ✓ Xe.CI.BAT: success for drm/xe/guc: Eliminate RPe caching for SLPC parameter handling (rev2)
` ✓ Xe.CI.Full: "

[PATCH] drm/xe: Don't call xe_device_get_gt twice in xe_hw_engine_lookup
 2025-10-14 19:36 UTC 

[PATCH 00/23] drm/xe: Add Xe3p support
 2025-10-14 19:35 UTC  (54+ messages)
` [PATCH 01/23] drm/xe/xe3: Add support for graphics IP versions 30.04 & 30.05
` [PATCH 02/23] drm/xe/xe3p_lpm: Add support for media IP versions 35.00 & 35.03
` [PATCH 03/23] drm/xe/xe3p_lpm: Configure MAIN_GAMCTRL_QUEUE_SELECT
` [PATCH 04/23] drm/xe/xe3p_lpm: Add special check in Media GT for Main GAMCTRL
` [PATCH 05/23] drm/xe/xe3p_lpm: Stop reading the CTC_MODE register
` [PATCH 06/23] drm/xe/xe3p_lpm: Skip disabling NOA on unsupported IPs
` [PATCH 07/23] drm/xe/xe3p_lpm: Handle MCR steering
` [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 10/23] drm/xe/xe3p: Skip TD flush
` [PATCH 11/23] drm/xe/xe3p: Enable L2 flush optimization feature
` [PATCH 12/23] drm/xe/xe3p: Flush userptr/shrinker bo cachelines manually
` [PATCH 13/23] drm/xe: Dump CURRENT_LRCA and CSMQDEBUG registers
` [PATCH 14/23] drm/xe/nvl: Define NVL-S platform
` [PATCH 15/23] drm/xe/nvls: Define GuC firmware for NVL-S
` [PATCH 16/23] drm/xe/nvls: Attach MOCS table "
` [PATCH 17/23] drm/xe/xe3p_xpc: Add Xe3p_XPC IP definition
` [PATCH 18/23] drm/xe/xe3p_xpc: Add L3 bank mask
` [PATCH 19/23] drm/xe/xe3p_xpc: Add MCR steering
` [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 22/23] drm/xe/xe3p_xpc: Setup PAT table
` [PATCH 23/23] drm/xe/xe3p: Add xe3p EU stall data format
` ✗ CI.checkpatch: warning for drm/xe: Add Xe3p support
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v2 0/9] drm/i915/prefill: Introduce helpers for prefill latency calculations
 2025-10-14 19:25 UTC  (12+ messages)
` [PATCH v2 1/9] drm/i915/vblank: Add helper to get correct vblank length
` [PATCH v2 2/9] drm/i915: Reject modes with linetime > 64 usec
` [PATCH v2 3/9] drm/i915/cdclk: Add prefill helpers for CDCLK
` [PATCH v2 4/9] drm/i915/cdclk: Add intel_cdclk_min_cdclk_for_prefill()
` [PATCH v2 5/9] drm/i915/dsc: Add prefill helper for DSC
` [PATCH v2 6/9] drm/i915/scaler: Add scaler prefill helpers
` [PATCH v2 7/9] drm/i915/wm: Add WM0 "
` [PATCH v2 8/9] drm/i915/prefill: Introduce skl_prefill.c
` [PATCH v2 9/9] drm/i915/wm: Use skl_prefill
` ✗ CI.checkpatch: warning for drm/i915/prefill: Introduce helpers for prefill latency calculations (rev2)
` ✓ CI.KUnit: success "

[PATCH 0/6] Fix a couple of wedge corner-case memory leaks
 2025-10-14 19:13 UTC  (10+ messages)
` [PATCH 1/6] drm/xe: Add additional trace points for LRCs
` [PATCH 2/6] drm/xe: Add a trace point for VM close
` [PATCH 3/6] drm/xe: Add the BO pointer info to the BO trace
` [PATCH 4/6] drm/xe: Add new exec queue trace points
` [PATCH 5/6] drm/xe: Correct migration VM teardown order
` [PATCH 6/6] drm/xe: Clean up GuC software state after a wedge
` ✗ CI.checkpatch: warning for Fix a couple of wedge corner-case memory leaks (rev4)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "

[PATCH v5 0/2] Introduce GT runtime suspend/resume
 2025-10-14 18:09 UTC  (7+ messages)
` [PATCH v5 1/2] drm/xe/guc: Make xe_guc_submit_pause() available for non-VF cases
` [PATCH v5 2/2] drm/xe/gt: Introduce runtime suspend/resume
` ✓ CI.KUnit: success for Introduce GT runtime suspend/resume (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 0/7] drm/xe: Guard against NULL return for xe_device_get_gt
 2025-10-14 18:06 UTC  (17+ messages)
` [PATCH v3 1/7] drm/xe: s/xe_device_get_gt/xe_device_lookup_gt
` [PATCH v3 2/7] drm/xe: Don't call xe_device_lookup_gt twice in xe_hw_engine_lookup
` [PATCH v3 3/7] drm/xe/xe_device: Reintroduce xe_device_get_gt
` [PATCH v3 4/7] drm/xe: Guard against NULL GT in xe_sriov_vf.c
` [PATCH v3 5/7] drm/xe: Guard against NULL GT in xe_pmu.c
` [PATCH v3 6/7] drm/xe: Guard against NULL GT in xe_guc.c
` [PATCH v3 7/7] drm/xe/tests: Use any available GT for testing
` ✓ CI.KUnit: success for drm/xe: Guard against NULL return for xe_device_get_gt
` ✓ Xe.CI.BAT: "

[PATCH 1/2] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
 2025-10-14 17:39 UTC  (6+ messages)
` [PATCH 2/2] drm/xe/uapi: Hide the madvise autoreset behind a VM_BIND flag
` ✓ CI.KUnit: success for series starting with [1/2] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

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

[PATCH] drm/xe/uapi: Add documentation for DRM_XE_GEM_CREATE_FLAG_SCANOUT
 2025-10-14 15:14 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v5 00/23] Allow configfs to disable specific GT type(s)
 2025-10-14 15:10 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for Allow configfs to disable specific GT type(s) (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/kunit: Fix kerneldoc for parameterized tests
 2025-10-14 14:41 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH] drm/xe/xe_survivability: Add support for survivability mode v2
 2025-10-14 14:09 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] tests/intel/xe_exec_compute_mode: Remove non-block section
 2025-10-14 14:03 UTC  (4+ messages)

[PATCH 0/8] Preparatory patches for guardband optimization
 2025-10-14 13:32 UTC  (19+ 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/display: Add vblank_start adjustment logic for always-on VRR TG
` [PATCH 8/8] drm/i915/display: Prepare for vblank_delay for LRR
` ✓ CI.KUnit: success for Preparatory patches for guardband optimization (rev4)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ CI.KUnit: success for Preparatory patches for guardband optimization (rev5)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✓ Xe.CI.Full: success for Preparatory patches for guardband optimization (rev4)

[drm-xe:drm-xe-fixes] BUILD SUCCESS 9f64b3cd051b825de0a2a9f145c8e003200cedd5
 2025-10-14 13:25 UTC 

[PATCH] drm/xe/guc: Destroy LR exec queue directly if GuC is not running
 2025-10-14 12:53 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe: xe_guc_pc.c: fix DOC underlines
 2025-10-14 11:30 UTC  (9+ messages)
` ✗ Xe.CI.Full: failure for "
` ✗ CI.checkpatch: warning for drm/xe: xe_guc_pc.c: fix DOC underlines (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v1 0/3] drm/xe/vf: Minor fixes to post-migration recovery
 2025-10-14 10:44 UTC  (7+ messages)
` [PATCH v1 1/3] drm/xe/vf: Skip fixups on VF migration before getting GGTT info
` [PATCH v1 2/3] drm/xe: Assert that VF will never use fixed placement of BOs
` [PATCH v1 3/3] drm/xe/vf: Do not disable VF migration on ATS-M
` ✓ CI.KUnit: success for drm/xe/vf: Minor fixes to post-migration recovery
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 0/7] Fix a couple of wedge corner-case memory leaks
 2025-10-14 10:02 UTC  (11+ messages)
` [PATCH 6/7] drm/xe: Kick start GPU scheduler on teardown
` [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 (rev3)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 3/3] drm/i915/display: add HAS_AUX_CCS() feature check
 2025-10-14  9:50 UTC  (4+ messages)
` [PATCH v2] "

[PATCH 0/9] drm/i915: Reorder cdclk stuff for vblank/guardband length checks
 2025-10-14  8:53 UTC  (6+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[RFC PATCH] drm/xe: Retain vma flags when recreating and splitting vmas for madvise
 2025-10-14  7:34 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2] drm/client: Remove holds_console_lock parameter from suspend/resume
 2025-10-14  7:33 UTC  (2+ messages)

[RFC 0/8] dma-buf: Add support for mapping dmabufs via interconnects
 2025-10-14  7:08 UTC  (9+ messages)
` [RFC 1/8] dma-buf: Add support for map/unmap APIs for interconnects
` [RFC 2/8] dma-buf: Add a helper to match interconnects between exporter/importer
` [RFC 3/8] dma-buf: Add support for IOV interconnect
` [RFC 4/8] vfio/pci/dmabuf: "
` [RFC 5/8] drm/xe/dma_buf: "
` [RFC 6/8] drm/xe/pf: Add a helper function to get a VF's backing object in LMEM
` [RFC 7/8] drm/xe/bo: Create new dma_addr array for dmabuf BOs associated with VFs
` [RFC 8/8] drm/xe/pt: Add an additional check for dmabuf BOs while doing bind

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

[PATCH 2/9] drm/{i915,xe}/fbdev: add intel_fbdev_fb_pitch_align()
 2025-10-14  4:48 UTC  (12+ messages)
` [PATCH 2/9] drm/{i915, xe}/fbdev: "

[PATCH v5 0/2] Different page size handle in migrate layer
 2025-10-14  3:08 UTC  (7+ messages)
` [PATCH v5 2/2] drm/xe: Enable 2M pages in xe_migrate_vram

[PATCH] [CI] drm/i915/dmc: Test Xe3LPD 3002 DMC v2.27
 2025-10-14  0:29 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/dmc: Test Xe3LPD 3002 DMC v2.27 (rev3)


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