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

[PATCH v4 00/13] Cleanup error handling on probe
 2025-02-12 20:11 UTC  (16+ messages)
` [PATCH v4 01/13] drm/xe: Add callback support for driver remove
` [PATCH v4 02/13] drm/xe: Fix xe_display_fini() calls
` [PATCH v4 03/13] drm/xe: Fix error handling in xe_irq_install()
` [PATCH v4 04/13] drm/xe: Fix xe_tile_init_noalloc() error propagation
` [PATCH v4 05/13] drm/xe: Stop ignoring errors from xe_ttm_stolen_mgr_init()
` [PATCH v4 06/13] drm/xe: Remove leftover pxp comment
` [PATCH v4 07/13] drm/xe: Cleanup unwind of gt initialization
` [PATCH v4 08/13] drm/xe: Cleanup extra calls to xe_hw_fence_irq_finish()
` [PATCH v4 09/13] drm/xe/oa: Move fini to xe_oa
` [PATCH v4 10/13] drm/xe: Move drm_dev_unplug() out of display function
` [PATCH v4 11/13] drm/xe/oa: Handle errors in xe_oa_register()
` [PATCH v4 12/13] drm/xe/pmu: Fail probe if xe_pmu_register() fails
` [PATCH v4 13/13] drm/xe/hwmon: Stop ignoring errors on probe

[PATCH v5 0/3] Expose modifiers/formats supported by async flips
 2025-02-12 20:05 UTC  (10+ messages)
` [PATCH v5 1/3] drm/plane: Add new plane property IN_FORMATS_ASYNC
` [PATCH v5 2/3] drm/plane: modify create_in_formats to accommodate async
` [PATCH v5 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async
` ✓ CI.Patch_applied: success for Expose modifiers/formats supported by async flips (rev4)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "

[PATCH v9 0/8] Add support for EU stall sampling
 2025-02-12 20:01 UTC  (8+ messages)
` [PATCH v9 4/8] drm/xe/eustall: Add support to read() and poll() EU stall data
` [PATCH v9 6/8] drm/xe/eustall: Add EU stall sampling support for Xe2
` [PATCH v9 8/8] drm/xe/eustall: Add workaround 22016596838 which applies to PVC
` ✗ Xe.CI.Full: failure for Add support for EU stall sampling

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

[PATCH v6 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing
 2025-02-12 19:25 UTC  (4+ messages)
` [PATCH v6 2/6] drm/xe/guc: Don't store capture nodes in xe_devcoredump_snapshot

[PATCH] drm/xe/display: Remove hpd cancel work sync from runtime pm path
 2025-02-12 19:24 UTC 

[PATCH] drm/xe/guc: Escalate GuC load failure immediately
 2025-02-12 19:11 UTC  (4+ messages)

[PATCH v2 0/2] Improve type-safety on POWER_DOMAIN_*() macros
 2025-02-12 19:02 UTC  (8+ messages)
` [PATCH v2 1/2] drm/i915/display: Use explicit cast in "
` [PATCH v2 2/2] drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain

[PATCH v7 0/6] Maintenence of devcoredump <-> GuC-Err-Capture plumbing
 2025-02-12 18:54 UTC  (12+ messages)
` [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

[PATCH v7 00/13] PSR DSB support
 2025-02-12 18:52 UTC  (10+ messages)
` [PATCH v7 01/13] drm/i915/psr: Use PSR2_MAN_TRK_CTL CFF bit only to send full update
` [PATCH v7 08/13] drm/i915/display: Warn on use_dsb in non-dsb pipe update functions
` [PATCH v7 13/13] drm/i915/psr: Allow DSB usage when PSR is enabled
` ✗ Xe.CI.Full: failure for PSR DSB support (rev7)

[PATCH] drm: Fix DSC BPP increment decoding
 2025-02-12 18:46 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for "
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "

[PATCH v7 0/7] drm/i915/fbc: FBC Dirty rect feature support
 2025-02-12 18:42 UTC  (18+ messages)
` [PATCH v7 1/7] drm/damage-helper: add const qualifier in drm_atomic_helper_damage_merged()
` [PATCH v7 2/7] drm/i915/xe3: update and store the plane damage clips
` [PATCH v7 3/7] drm/i915/xe3: add register definitions for fbc dirty rect support
` [PATCH v7 4/7] drm/i915/xe3: introduce HAS_FBC_DIRTY_RECT() for FBC "
` [PATCH v7 5/7] drm/i915/xe3: avoid calling fbc activate if fbc is active
` [PATCH v7 6/7] drm/i915/xe3: dirty rect support for FBC
` [PATCH v7 7/7] drm/i915/xe3: disable FBC if PSR2 selective fetch is enabled
` ✓ CI.Patch_applied: success for drm/i915/fbc: FBC Dirty rect feature support
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v12 0/5] Introduce DRM device wedged event
 2025-02-12 18:25 UTC  (3+ messages)

[PATCH 1/2] drm/xe/guc_pc: Do not stop probe or resume if GuC PC fails
 2025-02-12 18:15 UTC  (3+ messages)

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

[RFC v2 0/6] Add support for Mesa GPU hang replay tool
 2025-02-12 17:55 UTC  (14+ messages)
` [RFC v2 1/6] drm/xe: Add properties line to VM snapshot capture
` [RFC v2 2/6] drm/xe: Add "null_sparse" type to VM snap properties
` [RFC v2 3/6] drm/xe: Add mem_region to properties line in VM snapshot capture
` [RFC v2 4/6] drm/xe/uapi: Add DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
` [RFC v2 5/6] drm/xe: Add replay_offset and replay_length lines to LRC HWCTX snapshot
` [RFC v2 6/6] drm/xe: Implement DRM_XE_EXEC_QUEUE_SET_HANG_REPLAY_STATE
` ✓ CI.Patch_applied: success for Add support for Mesa GPU hang replay tool (rev2)
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "

[PATCH 0/2] Improve type-safety on POWER_DOMAIN_*() macros
 2025-02-12 17:21 UTC  (15+ messages)
` [PATCH 1/2] drm/i915/display: Use explicit cast in "
` [PATCH 2/2] drm/i915/display: Make POWER_DOMAIN_*() always result in enum intel_display_power_domain
` ✓ CI.Patch_applied: success for Improve type-safety on POWER_DOMAIN_*() macros
` ✓ CI.checkpatch: "
` ✓ CI.KUnit: "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✗ Xe.CI.BAT: failure "

[PATCH 00/14] drm/i915/display: conversions to struct intel_display
 2025-02-12 17:17 UTC  (16+ messages)
` [PATCH 01/14] drm/i915/dp: convert g4x_dp.[ch] to struct intel display
` [PATCH 02/14] drm/i915/hdmi: convert g4x_hdmi.[ch] to struct intel_display
` [PATCH 03/14] drm/i915/ips: convert hsw_ips.c "
` [PATCH 04/14] drm/i915/display: convert assert_transcoder*() "
` [PATCH 05/14] drm/i915/display: convert assert_port_valid() "
` [PATCH 06/14] drm/i915/hpd: drop dev_priv parameter from intel_hpd_pin_default()
` [PATCH 07/14] drm/i915/display: convert intel_set_{cpu, pch}_fifo_underrun_reporting() to intel_display
` [PATCH 08/14] drm/i915/sdvo: convert intel_sdvo.[ch] to struct intel_display
` [PATCH 09/14] drm/i915/display: convert intel_cpu_transcoder_mode_valid() to intel_display
` [PATCH 10/14] drm/i915/display: convert intel_mode_valid_max_plane_size() "
` [PATCH 11/14] drm/i915/dsi: convert platform checks to display->platform.<platform> style
` [PATCH 12/14] drm/i915/combo-phy: convert intel_combo_phy.[ch] to struct intel_display
` [PATCH 13/14] drm/i915/display: convert intel_fifo_underrun.[ch] "
` [PATCH 14/14] drm/i915/display: convert i915_pipestat_enable_mask() "

Regression on linux-next (next-20250205)
 2025-02-12 16:54 UTC  (5+ messages)
` ✗ CI.Patch_applied: failure for "

[PATCH 0/3] drm/i915: i915_reg.h display split
 2025-02-12 16:49 UTC  (9+ messages)
` [PATCH 1/3] drm/i915/reg: use REG_BIT and friends to define DP registers
` [PATCH 3/3] drm/i915: split out display register macros to a separate file

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

[PATCH V9] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-02-12 16:31 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uapi: Use hint for guc to set GT frequency (rev7)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "

[PATCH V9] drm/xe/uapi: Use hint for guc to set GT frequency
 2025-02-12 16:26 UTC  (9+ messages)
` ✓ CI.Patch_applied: success for drm/xe/uapi: Use hint for guc to set GT frequency (rev6)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✓ CI.Build: "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/oa: Ensure that polled read returns latest data
 2025-02-12 16:20 UTC  (3+ messages)

[PATCH v4 0/3] Expose modifiers/formats supported by async flips
 2025-02-12 14:59 UTC  (4+ messages)
` [PATCH v4 3/3] drm/i915/display: Add i915 hook for format_mod_supported_async

[PATCH v2 0/2] drm/i915/display: Allow display PHYs to reset power state
 2025-02-12 14:48 UTC  (7+ messages)
` [PATCH v2 1/2] drm/i915/display: Drop crtc_state from C10/C20 pll programming
` [PATCH v2 2/2] drm/i915/display: Allow display PHYs to reset power state

[PATCH v4] drm/sched: Use struct for drm_sched_init() params
 2025-02-12 11:04 UTC  (3+ messages)

[PATCH] drm/xe: Add fault injection for xe_sync_entry_parse
 2025-02-12 13:46 UTC  (6+ messages)
` ✓ CI.Build: success for "
` ✓ CI.Hooks: "
` ✓ CI.checksparse: "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/xe/display: Fix fbdev GGTT mapping handling
 2025-02-12 11:53 UTC  (5+ messages)
` ✓ CI.Patch_applied: success for drm/xe/display: Fix fbdev GGTT mapping handling. (rev2)
` ✗ CI.checkpatch: warning "
` ✓ CI.KUnit: success "
` ✗ CI.Build: failure "

[PATCH 00/17] drm/i915/ddi: Fix/simplify port enabling/disabling
 2025-02-12 11:51 UTC  (16+ messages)
` [PATCH 07/17] drm/i915/ddi: Simplify waiting for a port to idle via DDI_BUF_CTL
` [PATCH 12/17] drm/i915/ddi: Configure/enable a port in DDI_BUF_CTL via read-modify-write
` [PATCH 15/17] drm/i915/ddi: Reuse helper to compute the HDMI PORT_BUF_CTL1 config
` [PATCH 16/17] drm/i915/ddi: Move platform/encoder checks within adlp_tbt_to_dp_alt_switch_wa()
` [PATCH 17/17] drm/i915/ddi: Unify the platform specific functions enabling a port

[PATCH 0/3] drm/i915/pch: small cleanups, refactors
 2025-02-12 11:18 UTC  (4+ messages)
` [PATCH 1/3] drm/i915/pch: Make LPT LP a dedicated PCH type

[PATCH 0/8] drm_i915_private to intel_display cleanup
 2025-02-12 11:00 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm_i915_private to intel_display cleanup (rev3)

[PATCH 0/2] drm: add header tests
 2025-02-12 10:26 UTC  (3+ messages)

[PATCH 0/9] drm_i915_private to intel_display cleanup
 2025-02-12  9:54 UTC  (2+ messages)

[PATCH v2 0/8] drm/i915/vrr: Fix DSB+VRR usage for PTL+
 2025-02-12  9:49 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/vrr: Fix DSB+VRR usage for PTL+ (rev3)


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