Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-02-11 07:09:27 to 2025-02-12 07:58:13 UTC [more...]

Regression on linux-next (next-20250205)
 2025-02-11 12:30 UTC  (3+ messages)

[PATCH v7 00/13] PSR DSB support
 2025-02-12  7:57 UTC  (13+ messages)
` [PATCH v7 01/13] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH v7 02/13] drm/i915/psr: Rename psr_force_hw_tracking_exit as intel_psr_force_update
` [PATCH v7 03/13] drm/i915/psr: Split setting sff and cff bits away from intel_psr_force_update
` [PATCH v7 04/13] drm/i915/psr: Add register definitions for SFF_CTL and CFF_CTL registers
` [PATCH v7 05/13] drm/i915/psr: Use SFF_CTL on invalidate/flush for LunarLake onwards
` [PATCH v7 06/13] drm/i915/psr: Allow writing PSR2_MAN_TRK_CTL using DSB
` [PATCH v7 07/13] drm/i915/psr: Changes for PSR2_MAN_TRK_CTL handling when DSB is in use
` [PATCH v7 07/13] drm/i915/psr: Write PSR2_MAN_TRK_CTL on DSB commit as well
` [PATCH v7 08/13] drm/i915/display: Warn on use_dsb in non-dsb pipe update functions
` [PATCH v7 09/13] drm/i915/psr: Remove DSB_SKIP_WAITS_EN chicken bit
` [PATCH v7 10/13] drm/i915/display: Evade scanline 0 as well if PSR1 or PSR2 is enabled
` [PATCH v7 11/13] drm/i915/psr: Add function for triggering "Frame Change" event

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

[PATCH 00/12] drm/{i915,xe}: Convert to DRM client setup
 2025-02-12  7:43 UTC  (7+ messages)
` [PATCH 01/12] drm/{i915, xe}: Suspend/resume fbdev emulation via client interfaces

[PATCH 0/9] drm_i915_private to intel_display cleanup
 2025-02-12  7:35 UTC  (31+ 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
` ✓ CI.Patch_applied: success for drm_i915_private to intel_display cleanup (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v4 0/3] Expose modifiers/formats supported by async flips
 2025-02-12  7:32 UTC  (10+ messages)
` [PATCH v4 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC
` [PATCH v4 2/3] drm/plane: modify create_in_formats to accommodate async
` [PATCH v4 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

[PATCH] drm/xe/oa: Ensure that polled read returns latest data
 2025-02-12  7:28 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v12 0/5] Introduce DRM device wedged event
 2025-02-12  6:57 UTC  (2+ messages)

[PATCH] drm/xe: Add per-engine pagefault and reset counts
 2025-02-12  5:56 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for drm/xe: Add per-engine pagefault and reset counts (rev2)
` ✗ Xe.CI.Full: failure "

[PATCH v3 00/13] Cleanup error handling on probe
 2025-02-12  5:45 UTC  (4+ messages)
` [PATCH v3 06/13] drm/xe: Add callback support for driver remove

[PATCH v5 0/8] PMU support for engine activity
 2025-02-12  5:01 UTC  (9+ messages)
` [PATCH v5 5/8] drm/xe/xe_pmu: Acquire forcewake on event init for engine events

[PATCH 1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
 2025-02-12  4:48 UTC  (11+ 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: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/oa: Allow oa_exponent value of 0
 2025-02-12  3:00 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v9 0/8] Add support for EU stall sampling
 2025-02-12  2:44 UTC  (17+ messages)
` [PATCH v9 2/8] drm/xe/uapi: Introduce API "
` [PATCH v9 3/8] drm/xe/eustall: Add support to init, enable and disable "
` ✓ 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 "
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/xe/pf: Release all VFs configs on device removal
 2025-02-12  1:05 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/xe/pf: Release all VFs configs on device removal (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/i915/display: implement wa_18038517565
 2025-02-11 23:55 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/i915/display: implement wa_18038517565 (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v7 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing
 2025-02-11 23:09 UTC  (8+ messages)
` [PATCH v7 3/6] drm/xe/guc: Split engine state print between xe_hw_engine vs xe_guc_capture
` [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
` ✗ Xe.CI.Full: failure for Maintenence of devcoredump <-> GuC-Err-Capture plumbing

[PATCH v4] drm/sched: Use struct for drm_sched_init() params
 2025-02-11 21:46 UTC  (10+ messages)
` ✓ CI.Patch_applied: success for drm/sched: Use struct for drm_sched_init() params (rev4)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✗ CI.Hooks: failure "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH v6 00/12] PSR DSB support
 2025-02-11 20:10 UTC  (5+ messages)
` [PATCH v6 07/12] drm/i915/psr: Changes for PSR2_MAN_TRK_CTL handling when DSB is in use

[PATCH 1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
 2025-02-11 20:00 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for series starting with [1/2] "

[PATCH v4 00/33] Introduce GPU SVM and Xe SVM implementation
 2025-02-11 19:36 UTC  (18+ 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 27/33] drm/xe: Add BO flags required for SVM
` [PATCH v4 29/33] drm/xe: Basic SVM BO eviction

[PATCH V8] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-02-11 19:16 UTC  (2+ messages)

[PATCH v6 0/8] PMU support for engine activity
 2025-02-11 19:01 UTC  (17+ 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 "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[RFC] drm/scheduler: Remove mention of TDR from scheduler API
 2025-02-11 18:14 UTC  (5+ messages)

[PATCH 0/3] drm/i915/pch: small cleanups, refactors
 2025-02-11 18:12 UTC  (7+ messages)
` [PATCH 1/3] drm/i915/pch: Make LPT LP a dedicated PCH type
` [PATCH 2/3] drm/i915/pch: Hide PCH device IDs
` [PATCH 3/3] drm/i915/pch: Remove unused i915->pch_id

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

[PATCH] drm/xe/guc: Escalate GuC load failure immediately
 2025-02-11 17:07 UTC  (4+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v1] drm/xe/hwmon: expose fan speed
 2025-02-11 14:06 UTC  (3+ messages)

[PATCH 00/17] drm/i915/ddi: Fix/simplify port enabling/disabling
 2025-02-11 14:06 UTC  (3+ messages)
` [PATCH 14/17] drm/i915/ddi: Reuse helper to compute the HDMI DDI_BUF_CTL config

[PATCH] drm/xe/pf: Release all VFs configs on device removal
 2025-02-11 12:39 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[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] drm/i915/hdcp: Create force_hdcp14 debug fs entry
 2025-02-11 11:04 UTC  (3+ messages)

[PATCH v2 0/8] drm/i915/vrr: Fix DSB+VRR usage for PTL+
 2025-02-11  9:39 UTC  (11+ 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

[PATCH v2] drm/xe: Carve out wopcm portion from the stolen memory
 2025-02-11  9:38 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for drm/xe: Carve out wopcm portion from the stolen memory (rev2)


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