Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-10 12:40:20 to 2025-02-11 11:22:32 UTC [more...]

[PATCH 1/2] drm/xe/display: Move dpt allocation to helper
 2025-02-11 11:22 UTC  (10+ messages)
` [PATCH 2/2] drm/xe/display: Unify display page table mapping

[PATCH v6 0/8] PMU support for engine activity
 2025-02-11 11:21 UTC  (14+ messages)
` [PATCH v6 1/8] drm/xe: Add engine activity support
` [PATCH v6 2/8] drm/xe/trace: Add trace for engine activity
` [PATCH v6 3/8] drm/xe/guc: Expose engine activity only for supported GuC version
` [PATCH v6 4/8] drm/xe/xe_pmu: Add PMU support for engine activity
` [PATCH v6 5/8] drm/xe/xe_pmu: Acquire forcewake on event init for engine events
` [PATCH v6 6/8] drm/xe: Add support for per-function engine activity
` [PATCH v6 7/8] drm/xe/xe_pmu: Add PMU support for per-function engine activity stats
` [PATCH v6 8/8] drm/xe/pf: Enable "
` ✓ CI.Patch_applied: success for PMU support for engine activity (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "

[PATCH v4] drm/sched: Use struct for drm_sched_init() params
 2025-02-11 11:14 UTC 

[PATCH] drm/i915/hdcp: Create force_hdcp14 debug fs entry
 2025-02-11 11:04 UTC  (3+ messages)

[PATCH 0/9] drm_i915_private to intel_display cleanup
 2025-02-11 10:48 UTC  (10+ messages)
` [PATCH 1/9] drm/i915/display_debug_fs: Use intel_display wherever possible
` [PATCH 2/9] drm/i915/display_debug_fs: Prefer using display->platform
` [PATCH 3/9] drm/i915/dpll: Change param to intel_display in for_each_shared_dpll
` [PATCH 4/9] drm/i915/dpll: Use intel_display for dpll dump and compare hw state
` [PATCH 5/9] drm/i915/dpll: Use intel_display possible in shared_dpll_mgr hooks
` [PATCH 6/9] drm/i915/dpll: Use intel_display for asserting pll
` [PATCH 7/9] drm/i915/dpll: Use intel_display for update_refclk hook
` [PATCH 8/9] drm/i915/dpll: Accept intel_display as argument for shared_dpll_init
` [PATCH 9/9] drm/i915/dpll: Replace all other leftover drm_i915_private

[PATCH] drm/xe/guc: Escalate GuC load failure immediately
 2025-02-11  9:53 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v2 0/8] drm/i915/vrr: Fix DSB+VRR usage for PTL+
 2025-02-11  9:39 UTC  (18+ messages)
` [PATCH v2 1/8] drm/i915/dsb: Move the +1 usec adjustment into dsb_wait_usec()
` [PATCH v2 2/8] drm/i915/vrr: Don't send push for legacy cursor updates
` [PATCH v2 3/8] drm/i915/vrr: Account for TRANS_PUSH delay
` [PATCH v2 4/8] drm/i915/dsb: Compute use_dsb earlier
` [PATCH v2 8/8] drm/i915/dsb: Decode DSB error interrupts
` ✓ CI.Patch_applied: success for drm/i915/vrr: Fix DSB+VRR usage for PTL+ (rev3)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v2] drm/xe: Carve out wopcm portion from the stolen memory
 2025-02-11  9:38 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe: Carve out wopcm portion from the stolen memory (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
 2025-02-11  9:03 UTC  (12+ messages)
` [PATCH 2/2] drm/xe/guc_pc: Remove duplicated pc_start call
` ✓ CI.Patch_applied: success for series starting with [1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v9 0/8] Add support for EU stall sampling
 2025-02-11  8:04 UTC  (25+ messages)
` [PATCH v9 1/8] drm/xe/topology: Add a function to find the index of the last enabled DSS in a mask
` [PATCH v9 2/8] drm/xe/uapi: Introduce API for EU stall sampling
` [PATCH v9 3/8] drm/xe/eustall: Add support to init, enable and disable "
` [PATCH v9 4/8] drm/xe/eustall: Add support to read() and poll() EU stall data
` [PATCH v9 5/8] drm/xe/eustall: Add support to handle dropped "
` [PATCH v9 6/8] drm/xe/eustall: Add EU stall sampling support for Xe2
` [PATCH v9 7/8] drm/xe/uapi: Add a device query to get EU stall sampling information
` [PATCH v9 8/8] drm/xe/eustall: Add workaround 22016596838 which applies to PVC
` ✓ CI.Patch_applied: success for Add support for EU stall sampling
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.Patch_applied: success for Add support for EU stall sampling (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH] drm/xe: Add per-engine pagefault and reset counts
 2025-02-11  7:19 UTC  (14+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ CI.Patch_applied: success for drm/xe: Add per-engine pagefault and reset counts (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v2 7/8] drm/i915/vrr: Check that the push send bit is clear after delayed vblank
 2025-02-11  7:08 UTC  (3+ messages)
` [PATCH v3 "

[PATCH v1] drm/xe/hwmon: expose fan speed
 2025-02-11  6:24 UTC  (3+ messages)
` ✗ Xe.CI.BAT: failure for "

[PATCH v6 00/12] PSR DSB support
 2025-02-11  6:24 UTC  (12+ messages)
` [PATCH v6 07/12] drm/i915/psr: Changes for PSR2_MAN_TRK_CTL handling when DSB is in use
` [PATCH v6 08/12] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH v6 09/12] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
` [PATCH v6 10/12] drm/i915/psr: Add function for triggering "Frame Change" event
` [PATCH v6 11/12] drm/i915/display: Ensure we have "Frame Change" event in DSB commit

[PATCH v7 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing
 2025-02-11  1:18 UTC  (14+ messages)
` [PATCH v7 1/6] drm/xe/guc: Rename __guc_capture_parsed_output
` [PATCH v7 2/6] drm/xe/guc: Don't store capture nodes in xe_devcoredump_snapshot
` [PATCH v7 3/6] drm/xe/guc: Split engine state print between xe_hw_engine vs xe_guc_capture
` [PATCH v7 4/6] drm/xe/guc: Move xe_hw_engine_snapshot creation back to xe_hw_engine.c
` [PATCH v7 5/6] drm/xe/xe_hw_engine: Update xe_hw_engine capture for debugfs/gt_reset
` [PATCH v7 6/6] drm/xe/guc: Update comments on GuC-Err-Capture flows
` ✓ CI.Patch_applied: success for Maintenence of devcoredump <-> GuC-Err-Capture plumbing
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH] drm/xe/pf: Release all VFs configs on device removal
 2025-02-11  0:32 UTC  (8+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v6 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing
 2025-02-10 23:41 UTC  (9+ messages)
` [PATCH v6 1/6] drm/xe/guc: Rename __guc_capture_parsed_output
` [PATCH v6 2/6] drm/xe/guc: Don't store capture nodes in xe_devcoredump_snapshot
` [PATCH v6 3/6] drm/xe/guc: Split engine state print between xe_hw_engine vs xe_guc_capture

[PATCH v6 0/7] drm/i915/xe3: FBC Dirty rect feature support
 2025-02-10 21:49 UTC  (7+ messages)
` [PATCH v6 5/7] drm/i915/xe3: dirty rect support for FBC

[PATCH 0/3] drm/i915: Fix scanline_offset for LNL+/BMG+
 2025-02-10 21:49 UTC  (7+ messages)

[PATCH v4 00/33] Introduce GPU SVM and Xe SVM implementation
 2025-02-10 21:17 UTC  (23+ messages)
` [PATCH v4 04/33] drm/pagemap: Add DRM pagemap
` [PATCH v4 06/33] drm/gpusvm: Add support for GPU Shared Virtual Memory
` [PATCH v4 08/33] drm/xe/uapi: Add DRM_XE_VM_BIND_FLAG_CPU_ADDR_MIRROR flag
` [PATCH v4 10/33] drm/xe: Add dma_addr res cursor
` [PATCH v4 11/33] drm/xe: Nuke VM's mapping upon close
` [PATCH v4 16/33] drm/xe: Add unbind to SVM garbage collector
` [PATCH v4 19/33] drm/xe/uapi: Add DRM_XE_QUERY_CONFIG_FLAG_HAS_CPU_ADDR_MIRROR

[PATCH] drm/xe/display: Fix fbdev GGTT mapping handling
 2025-02-10 19:32 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/13] Cleanup error handling on probe
 2025-02-10 19:08 UTC  (22+ messages)
` [PATCH v3 01/13] drm/xe: Fix xe_display_fini() calls
` [PATCH v3 02/13] drm/xe: Fix error handling in xe_irq_install()
` [PATCH v3 03/13] drm/xe: Fix xe_tile_init_noalloc() error propagation
` [PATCH v3 04/13] drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
` [PATCH v3 06/13] drm/xe: Add callback support for driver remove
` [PATCH v3 07/13] drm/xe: Cleanup unwind of gt initialization
` [PATCH v3 08/13] drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()
` [PATCH v3 12/13] drm/xe/pmu: Fail probe if xe_pmu_register() fails
` [PATCH v3 13/13] drm/xe/hwmon: Stop ignoring errors on probe

[PATCH] MAINTAINERS: Add TTM reviewers
 2025-02-10 18:43 UTC  (2+ messages)

[PATCH 00/17] drm/i915/ddi: Fix/simplify port enabling/disabling
 2025-02-10 18:25 UTC  (6+ messages)
` [PATCH 12/17] drm/i915/ddi: Configure/enable a port in DDI_BUF_CTL via read-modify-write
` [PATCH 13/17] drm/i915/ddi: Factor out a helper to get DDI_BUF_CTL's config value

[PATCH v2 1/2] drm/xe: Fix potential integer overflow in page size calculation
 2025-02-10 18:14 UTC  (4+ messages)
` [PATCH v2 2/2] drm/xe: Add a WARN_ON for NULL job in xe_sync_entry_signal

[PATCH 0/9] drm_i915_private to intel_display cleanup
 2025-02-10 17:26 UTC  (12+ messages)
` [PATCH 7/9] drm/i915/dpll: Use intel_display for update_refclk hook
` [PATCH 8/9] drm/i915/dpll: Accept intel_display as argument for shared_dpll_init
` [PATCH 9/9] drm/i915/dpll: Replace all other leftover drm_i915_private
` ✓ CI.Patch_applied: success for drm_i915_private to intel_display cleanup
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH 1/3] drm/xe: Introduced needs_scratch bit in device descriptor
 2025-02-10 17:09 UTC  (7+ messages)
` [PATCH 2/3] drm/xe: Clear scratch page before vm_bind

[PATCH v2] drm/xe: Add stats for vma page faults
 2025-02-10 16:28 UTC  (2+ messages)

[PATCH] drm/xe: Carve out wopcm portion from the stolen memory
 2025-02-10 15:09 UTC  (3+ messages)

[PATCH] drm/xe/client: bo->client does not need bos_lock
 2025-02-10 13:12 UTC  (2+ messages)


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