messages from 2026-05-08 15:37:16 to 2026-05-12 13:06:59 UTC [more...]
[PATCH v4 00/20] drm/atomic: Rework initial state allocation
2026-05-12 13:06 UTC (16+ messages)
` [PATCH v4 01/20] drm/atomic: Document atomic commit lifetime
` [PATCH v4 02/20] drm/colorop: Fix typos in the doc
` [PATCH v4 03/20] drm/atomic: Drop drm_private_obj.state assignment from create_state
` [PATCH v4 04/20] drm/atomic: Expand atomic_create_state expectations for drm_private_obj
` [PATCH v4 05/20] drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
` [PATCH v4 06/20] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v4 07/20] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v4 08/20] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v4 09/20] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v4 10/20] drm/plane: Add new atomic_create_state callback
` [PATCH v4 11/20] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v4 12/20] drm/crtc: Add new atomic_create_state callback
` [PATCH v4 13/20] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v4 14/20] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v4 15/20] drm/connector: Add new atomic_create_state callback
[PATCH v2 0/4] drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs
2026-05-12 13:05 UTC (13+ messages)
` [PATCH v2 1/4] drm/i915/bw: Extract platform-specific parameters
` [PATCH v2 2/4] drm/i915/bw: Deduplicate intel_sa_info instances
` [PATCH v2 3/4] drm/i915/bw: Rename struct intel_sa_info to intel_display_bw_params
` [PATCH v2 4/4] drm/i915/bw: Extract get_display_bw_params()
` ✗ i915.CI.BAT: failure for drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs (rev2)
[PATCH v2 00/11] drm/i915/display: reduce the pm demand peak bw based on display data rate
2026-05-12 12:02 UTC (16+ messages)
` [PATCH v2 01/11] drm/i915/wm: clear the plane ddb_y entries on plane disable
` [PATCH v2 02/11] drm/i915/pm_demand: introduce HAS_PMDEMAND macro
` [PATCH v2 03/11] drm/i915/display: sagv pre/post plane calls to check pmdemand support
` [PATCH v2 04/11] drm/i915/bw: Extract icl_init_qgv_info()
` [PATCH v2 05/11] drm/i915/bw: sort the qgv points based on the dclk
` [PATCH v2 06/11] drm/i915/bw: update the routine to get max dclk from qgv points
` [PATCH v2 07/11] drm/i915/bw: update the routine to find the peakbw in MTL
` [PATCH v2 08/11] drm/i915/bw: update the tile-y dependency based on the display version
` [PATCH v2 09/11] drm/i915/bw: consolidate the debug info of bw/dgv/psf data
` [PATCH v2 10/11] drm/i915/bw: extract update_sagv_status()
` [PATCH v2 11/11] drm/i915/bw: insert a sw bw info entry to cater low data rate usecases
` ✗ i915.CI.BAT: failure for drm/i915/display: reduce the pm demand peak bw based on display data rate
[PATCH v3 00/20] drm/atomic: Rework initial state allocation
2026-05-12 11:20 UTC (16+ messages)
` [PATCH v3 10/20] drm/plane: Add new atomic_create_state callback
` [PATCH v3 12/20] drm/crtc: "
` [PATCH v3 16/20] drm/mode-config: Create drm_mode_config_create_initial_state()
` [PATCH v3 17/20] drm/drv: Switch skeleton to drm_mode_config_create_initial_state()
` [PATCH v3 18/20] drm/tidss: Switch "
[PATCH v2 0/3] drm/i915/psr: DC entry prevention during active vblank
2026-05-12 11:11 UTC (3+ messages)
` [PATCH v2 3/3] drm/i915/psr: Use DMC wakelock instead of DC state for VBI
[PATCH v3 0/1] match GEN6_PCODE_DATA naming with spec
2026-05-12 11:04 UTC (3+ messages)
` [PATCH v3 1/1] drm/{i915, xe}/pcode: rename GEN6_PCODE_DATA to match spec
` [PATCH v3 1/1] drm/{i915,xe}/pcode: "
[PATCH v3 0/4] More Fixes for color pipeline
2026-05-12 10:51 UTC (9+ messages)
` [PATCH v3 1/4] drm/i915/display: Copy color pipeline from plane in the primary joiner pipe
` [PATCH v3 2/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
` [PATCH v3 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes
` [PATCH v3 4/4] drm/i915: Fix color blob reference handling in intel_plane_state
` ✓ i915.CI.BAT: success for More Fixes for color pipeline
` ✗ i915.CI.Full: failure "
[PATCH 00/14] drm/{i915,xe}: BIOS FB takeover fixes
2026-05-12 10:49 UTC (24+ messages)
` [PATCH 01/14] drm/i915: Disable the plane if initial plane config readout failed
` [PATCH 02/14] drm/i915/fbdev: Extract bios_fb_ok()
` [PATCH 03/14] drm/i915: Throw away the BIOS fb if has the wrong depth/bpp
` [PATCH 04/14] drm/i915: Introduce intel_bo_fbdev_bios_fb_ok()
` [PATCH 05/14] drm/i915: Use drm_dbg_kms() for initial FB debugs
` [PATCH 06/14] drm/xe: Do the initial FB size alignment earlier
` [PATCH 07/14] drm/xe/ggtt: Decouple lmem/stolen physcial offset from GGTT offset
` [PATCH 08/14] drm/xe: Print a debug message if we have no stolen for the initial FB
` [PATCH 09/14] drm/xe: Abstract the initial FB PTE checks a bit
` [PATCH 10/14] drm/xe: Check the PTE local memory bit for initial FB in stolen
` [PATCH 11/14] drm/xe: s/bar2/lmembar/
` [PATCH 12/14] drm/xe: Use the correct stolen offset in initial FB readout
` [PATCH 13/14] drm/i915: Fix BIOS FB memory region name debug prints
` [PATCH 14/14] drm/i915: Print the phys_base in addition to the dma_addr for the BIOS FB
` ✓ i915.CI.BAT: success for drm/{i915,xe}: BIOS FB takeover fixes
` ✓ i915.CI.Full: "
[PATCH] Revert "i915: don't use a vma that didn't match the context VM"
2026-05-12 10:43 UTC (2+ messages)
` ✗ i915.CI.BAT: failure for "
[PATCH] drm/i915/display: Handle odd position for planar formats in selective fetch
2026-05-12 9:17 UTC (3+ messages)
` ✓ i915.CI.BAT: success for "
Subject: i915 initialization failure on Apple Mac mini 6,1 and 7,1 with kernel 6.12+
2026-05-12 8:27 UTC (2+ messages)
[PATCH v3] drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load
2026-05-12 8:25 UTC (10+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load (rev2)
` ✗ i915.CI.Full: failure "
[PATCH v4] drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load
2026-05-12 4:12 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load (rev3)
` ✗ i915.CI.Full: failure "
[PATCH 0/4] drm/i915/dp: Adaptive Sync SDP readback fixes
2026-05-12 1:26 UTC (8+ messages)
` [PATCH 1/4] drm/i915/dp: Fix readback for target_rr in Adaptive Sync SDP
` [PATCH 2/4] drm/i915/dp: Use revision field of AS SDP data structure
` [PATCH 3/4] drm/i915/dp: Set sdp_type in AS SDP unpack
` [PATCH 4/4] drm/i915/dp: Include all relevant AS SDP fields in comparison
` ✓ i915.CI.BAT: success for drm/i915/dp: Adaptive Sync SDP readback fixes
` ✓ i915.CI.Full: "
[PATCH v2 00/10] drm: Improve logic behind damage handling
2026-05-12 0:37 UTC (13+ messages)
` [PATCH v2 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v2 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v2 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v2 04/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v2 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v2 06/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v2 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v2 08/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v2 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v2 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state
` ✓ i915.CI.BAT: success for drm: Improve logic behind damage handling (rev2)
` ✗ i915.CI.Full: failure "
[PATCH 1/2] drm/i915/psr: Block DC states on vblank enable when Panel Replay supported
2026-05-11 23:46 UTC (6+ messages)
` [PATCH 2/2] drm/i915/psr: Use DC_OFF wake reference to block DC6 on vblank enable
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/i915/psr: Block DC states on vblank enable when Panel Replay supported
` ✗ i915.CI.Full: failure "
[PATCH 0/2] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
2026-05-11 20:17 UTC (11+ messages)
` [PATCH 2/2] drm/i915/intel_panel: Use highest refresh rate mode for seamless VRR changes
[RFC 0/7] drm/display/dp_tunnel: Add debugfs surface for BWA validation
2026-05-11 20:10 UTC (10+ messages)
` [RFC 1/7] drm/display/dp_tunnel: Add debugfs interface with info file
` [RFC 2/7] drm/display/dp_tunnel: Add bw_alloc_enable debugfs knob
` [RFC 3/7] drm/display/dp_tunnel: Add bw_limit debugfs cap for BW pressure injection
` [RFC 4/7] drm/i915/dp_tunnel: Wire up DP tunnel debugfs from DRM core
` [RFC 5/7] drm/i915/display: Expose DP tunnel debugfs under each connector
` [RFC 6/7] drm/display/dp_tunnel: Sync SW allocated_bw after enabling BW alloc
` [RFC 7/7] drm/i915/dp_tunnel: Re-attach dp_tunnel debugfs to MST children on re-detect
` ✓ i915.CI.BAT: success for drm/display/dp_tunnel: Add debugfs surface for BWA validation
` ✗ i915.CI.Full: failure "
[PATCH][next] drm/i915/gvt: Avoid -Wflex-array-member-not-at-end warning
2026-05-11 20:01 UTC (4+ messages)
Tested: i915-rt v6 05+06/24 on Kaby Lake (ThinkPad 13 2nd Gen) — partial fix
2026-05-11 19:14 UTC (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "
[PATCH 0/3] drm/i915/cx0: fix PLL enable failure handling on Meteor Lake
2026-05-11 18:45 UTC (9+ messages)
` [PATCH 1/3] drm/i915/cx0: check PLL ACK bit in intel_cx0_pll_is_enabled()
` [PATCH 2/3] drm/i915/dpll: add error propagation to DPLL enable path
` [PATCH 3/3] drm/i915/cx0: return errors from CX0 PLL enable on failure
` ✗ LGCI.VerificationFailed: failure for drm/i915/cx0: fix PLL enable failure handling on Meteor Lake
[PATCH 1/2] drm/i915/ddi: Fix cleanup after DP connector init failure
2026-05-11 17:15 UTC (13+ messages)
` [PATCH 2/2] drm/i915/ddi: Fix cleanup after HDMI "
` ✗ i915.CI.BAT: failure for series starting with [1/2] drm/i915/ddi: Fix cleanup after DP "
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "
[PATCH] drm/i915/dmc_wl: Remove macro HAS_DMC_WAKELOCK()
2026-05-11 16:51 UTC (2+ messages)
` "
[PATCH 00/10] drm: Improve logic behind damage handling
2026-05-07 12:22 UTC (3+ messages)
` [PATCH 05/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
[PATCH] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
2026-05-07 15:55 UTC
[PATCH 0/9] AS SDP cleanups and additions for Panel Replay + VRR
2026-05-11 14:21 UTC (2+ messages)
[PATCH] drm/i915/dp: On DPCD read failure skip LT
2026-05-11 12:08 UTC (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "
[PATCH v10 0/2] drm/i915/selftests: Use safe userspace memory for mappings
2026-05-11 8:34 UTC (4+ messages)
` [PATCH v10 1/2] drm/i915/selftests: Prevent userspace mapping invalidation
[PATCH 0/3] drm/i915: reorganize display documentation
2026-05-11 7:41 UTC (7+ messages)
` [PATCH 1/3] Documentation/gpu: add dedicated documentation for Intel display
` [PATCH 2/3] Documentation/gpu: use === for Intel display section heading underlines
` ✓ i915.CI.Full: success for drm/i915: reorganize display documentation
linux-next: build failure after merge of the pinctrl-intel tree
2026-05-11 6:09 UTC
[PATCH v3 0/9] casf & scaler refactoring
2026-05-10 4:25 UTC (12+ messages)
` [PATCH v3 1/9] drm/i915/casf: fix comment typos
` [PATCH v3 2/9] drm/i915/casf: rename *_coef*() into *_coeff*()
` [PATCH v3 3/9] drm/i915: rename t into tap
` [PATCH v3 4/9] drm/i915/casf: rename sumcoeff into sum_coeff
` [PATCH v3 5/9] drm/i915/scaler: s/i/scaler_id/ where appropriate
` [PATCH v3 6/9] drm/i915/scaler: remove id in favor of scaler_id
` [PATCH v3 7/9] drm/i915/scaler: unloop scaler readout that is run once
` [PATCH v3 8/9] drm/i915/scaler: abstract scaler searching loop
` [PATCH v3 9/9] drm/i915/scaler: eliminate dead code
` ✓ i915.CI.BAT: success for casf & scaler refactoring
` ✗ i915.CI.Full: failure "
[PATCH v2 00/16] drm/i915: Introduce 'fb_pin' parent interface
2026-05-09 15:15 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915: Introduce 'fb_pin' parent interface (rev3)
` ✓ i915.CI.Full: "
[PATCH v2] drm/i915: Fix potential UAF in TTM object purge
2026-05-09 13:22 UTC (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915: Fix potential UAF in TTM object purge (rev2)
` ✓ i915.CI.Full: "
[PATCH] drm/i915: Fix potential UAF in TTM object purge
2026-05-08 22:24 UTC (2+ messages)
` ✓ i915.CI.Full: success for "
[PATCH 0/5] drm/i915/intel_panel: Reduce redundant intel_panel_fixed_mode() calls
2026-05-08 22:10 UTC (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/intel_panel: Reduce redundant intel_panel_fixed_mode() calls (rev2)
[PATCH v3 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
2026-05-08 18:29 UTC (3+ messages)
` [PATCH v3 2/2] gpu/tests/buddy: add clear-tracker allocation latency benchmarks
` ✗ i915.CI.BAT: failure for series starting with [v3,1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
[PATCH 000/108] drm/i915/dp_link: Refactor DP link capability logic
2026-05-08 17:48 UTC (7+ messages)
` [PATCH 017/108] drm/i915/dp_link_training: Add helper to mark link training failure
` [PATCH 019/108] drm/i915/dp_link_training: Track link recovery state with an enum
[PATCH v2 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
2026-05-08 16:26 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox