Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-04 20:17:38 to 2026-03-09 13:54:03 UTC [more...]

[RFC PATCH 0/7] queued static-key API reduces IPIs to 134/16154 in dyndbg
 2026-03-08  9:54 UTC  (5+ messages)
` [RFC PATCH 1/7] jump_label: expose queueing API for batched static key updates
` [RFC PATCH 3/7] drivers/tty/serial/serial_core: ratelimit uart_wait_until_sent

[PATCH v1 00/16] mm: cleanups around unmapping / zapping
 2026-03-06 13:16 UTC  (4+ messages)
` [PATCH v1 11/16] mm/memory: inline unmap_page_range() into __zap_vma_range()

[PATCH v12 0/1] Rust GPU buddy allocator bindings
 2026-03-09 13:53 UTC  (6+ messages)
` [PATCH v12 1/1] rust: gpu: Add "
` ✓ i915.CI.BAT: success for Rust GPU buddy allocator bindings (rev2)
` ✗ i915.CI.Full: failure "
` [PATCH v12.1 0/1] Rust GPU buddy allocator bindings
  ` [PATCH v12.1 1/1] rust: gpu: Add "

[PATCH RFC 0/3] Some updates over DP AUX Transactions
 2026-03-09 13:20 UTC  (7+ messages)
` [PATCH RFC 1/3] drm/display/dp: Export function to wake the sink AUX_CH
` [PATCH RFC 2/3] drm/i915/dp: On AUX_CH tx timeout, wake up the sink
` [PATCH RFC 3/3] drm/i915/dp: Configure PORT_AUX_CTL and then trigger the tx
` ✗ i915.CI.BAT: failure for Some updates over DP AUX Transactions

[PATCH] drm/i915/backlight: Check if VESA backlight is possible
 2026-03-09 11:50 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v2] iopoll: fix function parameter names in read_poll_timeout_atomic()
 2026-03-09 10:35 UTC  (3+ messages)
` ✗ i915.CI.BAT: failure for "

[PATCH] drm/i915/dp: ALPM init to be done after DPCD init
 2026-03-09  9:38 UTC  (4+ messages)
` [PATCHv6] drm/i915/dp: Read ALPM caps "
` ✓ i915.CI.Full: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6)

[PATCH] drm/i915/hdcp: Take force_hdcp14 into account during check_link
 2026-03-09  9:19 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/hdcp: Take force_hdcp14 into account during check_link (rev2)

[PATCH 0/8] drm/{i915,xe}: sort out step enums between the drivers
 2026-03-09  9:16 UTC  (20+ messages)
` [PATCH 1/8] drm/i915/dmc: simplify stepping info initialization
` [PATCH 2/8] drm/i915/display: add step name in display runtime info
` [PATCH 3/8] drm/i915/dmc: use step name from "
` [PATCH 4/8] drm/xe/compat: remove intel_step_name macro
` [PATCH 5/8] drm/intel: add shared step.h and switch i915 to use it
` [PATCH 6/8] drm/xe/step: switch to the shared step definitions with i915
` [PATCH 7/8] drm/xe/step: switch from enum xe_step to intel_step naming
` [PATCH 8/8] drm/i915/display: switch to including common step file directly
` ✓ i915.CI.BAT: success for drm/{i915,xe}: sort out step enums between the drivers
` ✓ i915.CI.Full: "

[PATCH v3 0/4] PSR/PR Selective Fetch Early Transport fixes
 2026-03-09  5:48 UTC  (5+ messages)
` [PATCH v3 4/4] drm/i915/psr: Write DSC parameters on Selective Update in ET mode
` ✓ i915.CI.Full: success for PSR/PR Selective Fetch Early Transport fixes (rev3)

[RFC v1 00/11] support for vswing/preemphasis override
 2026-03-08 16:09 UTC  (14+ messages)
` [RFC v1 01/11] drm/i915/bios: search for Block 57 by default
` [RFC v1 02/11] drm/i915/bios: cache V/P Override block
` [RFC v1 03/11] drm/i915/bios: remove V/P Override warning
` [RFC v1 04/11] drm/i915/bios: print V/P Override port info
` [RFC v1 05/11] drm/i915/buf_trans: add intel_dp_above_hbr1() helper
` [RFC v1 06/11] drm/i915/buf_trans: add intel_edp_above_hbr2() helper
` [RFC v1 07/11] drm/i915/lt: align xe3plpd with V/P Override layout
` [RFC v1 08/11] drm/i915/buf_trans: switch from u8 to u32
` [RFC v1 09/11] drm/i915/xe3p: add V/P Override support for xe3p
` [RFC v1 10/11] drm/i915/dg2: warn on V/P Override request on dg2
` [RFC v1 11/11] drm/i915/mtl: add V/P Override support for mtl+
` ✓ i915.CI.BAT: success for support for vswing/preemphasis override
` ✗ i915.CI.Full: failure "

[PATCH v12 0/1] rust: interop: Add list module for C linked list interface
 2026-03-07 22:25 UTC  (4+ messages)
` [PATCH v12 1/1] "
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 00/10] drm/i915/color: Enable SDR plane color pipeline
 2026-03-07 21:42 UTC  (13+ messages)
` [PATCH 01/10] drm/colorop: Add DRM_COLOROP_CSC_FF
` [PATCH 02/10] drm/i915/color: Add CSC on SDR plane color pipeline
` [PATCH 03/10] drm/i915/color: Program fixed-function CSC on SDR planes
` [PATCH 04/10] drm/i915/color: Add support for 1D LUT in "
` [PATCH 05/10] drm/i915/color: Fix HDR pre-CSC LUT programming loop
` [PATCH 06/10] drm/i915/color: Extract HDR pre-CSC LUT programming to helper function
` [PATCH 07/10] drm/i915/color: Program Pre-CSC registers for SDR
` [PATCH 08/10] drm/i915/color: Extract HDR post-CSC LUT programming to helper function
` [PATCH 09/10] drm/i915/color: Program Plane Post CSC registers for SDR planes
` [PATCH 10/10] drm/i915/color: Add color pipeline support "
` ✓ i915.CI.BAT: success for drm/i915/color: Enable SDR plane color pipeline
` ✗ i915.CI.Full: failure "

[PATCH v2 00/24] Refactor LT PHY PLL handling to use DPLL framework
 2026-03-07 14:27 UTC  (6+ messages)
` [PATCH v2 04/24] drm/i915/lt_phy: Refactor LT PHY PLL handling to use explicit PLL state
` ✓ i915.CI.BAT: success for Refactor LT PHY PLL handling to use DPLL framework (rev3)
` ✗ i915.CI.Full: failure "

[PATCH v5 1/2] drm/buddy: Improve offset-aligned allocation handling
 2026-03-07  8:25 UTC  (4+ messages)
` [PATCH v5 2/2] drm/buddy: Add KUnit test for offset-aligned allocations
` ✓ i915.CI.BAT: success for series starting with [v5,1/2] drm/buddy: Improve offset-aligned allocation handling
` ✗ i915.CI.Full: failure "

[PATCH v10 00/22] Add new general DRM property "color format"
 2026-03-06 21:36 UTC  (30+ messages)
` [PATCH v10 01/22] drm/amd/display: Remove unnecessary SIGNAL_TYPE_HDMI_TYPE_A check
` [PATCH v10 02/22] drm/display: hdmi-state-helper: Use default case for unsupported formats
` [PATCH v10 03/22] drm: Add new general DRM property "color format"
` [PATCH v10 04/22] drm/bridge: Act on the DRM color format property
` [PATCH v10 05/22] drm/atomic-helper: Add HDMI bridge output bus formats helper
` [PATCH v10 06/22] drm/display: hdmi-state-helper: Act on color format DRM property
` [PATCH v10 07/22] drm/display: hdmi-state-helper: Try subsampling in mode_valid
` [PATCH v10 08/22] drm/i915: Implement the "color format" DRM property
` [PATCH v10 09/22] drm/amdgpu: Implement "
` [PATCH v10 10/22] drm/rockchip: Add YUV422 output mode constants for VOP2
` [PATCH v10 11/22] drm/rockchip: vop2: Add RK3576 to the RG swap special case
` [PATCH v10 12/22] drm/rockchip: vop2: Recognise 10-bit YUV422 as YUV format
` [PATCH v10 13/22] drm/rockchip: vop2: Set correct output format for RK3576 YUV422
` [PATCH v10 14/22] drm/bridge: dw-hdmi-qp: Use common HDMI output bus fmts helper
` [PATCH v10 15/22] drm/rockchip: dw_hdmi_qp: Implement "color format" DRM property
` [PATCH v10 16/22] drm/rockchip: dw_hdmi_qp: Set supported_formats platdata
` [PATCH v10 17/22] drm/connector: Register color format property on HDMI connectors
` [PATCH v10 18/22] drm/tests: hdmi: Add tests for the color_format property
` [PATCH v10 19/22] drm/tests: hdmi: Add tests for HDMI helper's mode_valid
` [PATCH v10 20/22] drm/tests: bridge: Add KUnit tests for bridge chain format selection
` [PATCH v10 21/22] drm/tests: bridge: Add test for HDMI output bus formats helper
` [PATCH v10 22/22] drm/bridge: Document bridge chain format selection
` ✗ Fi.CI.BUILD: failure for Add new general DRM property "color format" (rev7)

[PATCH RESEND] iopoll: fix parameter names in kernel-doc
 2026-03-06 19:39 UTC  (4+ messages)
` ✗ i915.CI.BAT: failure for iopoll: fix parameter names in kernel-doc (rev2)

[PATCH] drm/i915/dmc: fix an unlikely NULL pointer deference at probe
 2026-03-06 14:57 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v6 0/2] Panel Replay BW optimization
 2026-03-06 12:40 UTC  (6+ messages)
` [PATCH v6 1/2] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
` [PATCH v6 2/2] drm/i915/display: Disable Panel Replay for DP-tunneling without optimization
` ✓ i915.CI.BAT: success for Panel Replay BW optimization
` ✗ i915.CI.Full: failure "

[PATCH 0/5] Add support for Common SDP Transmission Line
 2026-03-06 12:02 UTC  (11+ messages)
` [PATCH 1/5] drm/i915/nvl: Add register definitions for common "
` [PATCH 2/5] drm/i915/dp: Add fields to store CMN_SDP_TL register state in crtc_state
` [PATCH 3/5] drm/i915/dp: Add helper for AS SDP TL and fix documentation
` [PATCH 4/5] drm/i915/dp: Introduce helpers to enable/disable CMN SDP Transmission line
` [PATCH 5/5] drm/i915/dp: Enable Common "
` ✓ i915.CI.BAT: success for Add support for Common SDP Transmission Line
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915: Fix potential overflow of shmem scatterlist length
 2026-03-06 11:55 UTC  (3+ messages)
` ✓ i915.CI.Full: success for drm/i915: Fix potential overflow of shmem scatterlist length (rev6)

[PATCH] drm/i915/guc: fix corrupted copyright symbols in selftest files
 2026-03-06 11:44 UTC  (2+ messages)

[PATCH v2 23/24] drm/i915/lt_phy: Remove LT PHY specific state verification
 2026-03-06 11:43 UTC  (2+ messages)
` [PATCH v3 "

[PATCH v5 00/16] drm/i915/display: convert a bunch of W/A checks to the new framework
 2026-03-06 11:38 UTC  (21+ messages)
` [PATCH v5 01/16] drm/i915/display: remove enum macro magic in intel_display_wa()
` [PATCH v5 02/16] drm/i915/display: convert audio workaround to new framework
` [PATCH v5 03/16] drm/i915/display: convert W/As in intel_display_power.c "
` [PATCH v5 04/16] drm/i915/display: convert W/As in intel_cdclk.c "
` [PATCH v5 05/16] drm/i915/display: convert W/As in intel_cursor.c "
` [PATCH v5 06/16] drm/i915/display: convert W/As in intel_ddi.c "
` [PATCH v5 07/16] drm/i915/display: convert W/As in intel_display.c "
` [PATCH v5 08/16] drm/i915/display: convert W/As in intel_display_device.c "
` [PATCH v5 09/16] drm/i915/display: convert W/As in intel_dp_mst.c "
` [PATCH v5 10/16] drm/i915/display: convert W/As in intel_fbc.c "
` [PATCH v5 11/16] drm/i915/display: convert W/As in intel_flipq.c "
` [PATCH v5 12/16] drm/i915/display: convert W/As in intel_modeset_setup.c "
` [PATCH v5 13/16] drm/i915/display: convert W/As in intel_pmdemand.c "
` [PATCH v5 14/16] drm/i915/display: convert W/As in intel_psr.c "
` [PATCH v5 15/16] drm/i915/display: convert W/As in skl_universal_plane.c "
` [PATCH v5 16/16] drm/i915/display: convert W/As in skl_watermark.c "
` ✗ i915.CI.BAT: failure for drm/i915/display: convert a bunch of W/A checks to the new framework (rev6)

[PATCH RFC 0/4] DP: Read LTTPR caps followed by DPRX caps
 2026-03-06  9:46 UTC  (14+ messages)
` [PATCH RFC 1/4] drm/display/dp: Read LTTPR caps without "
` [PATCH RFC 2/4] drm/i915/dp: Read LTTPR caps followed by "
` [PATCH RFC 3/4] drm/i915/dp: On HPD read "
` [PATCH RFC 4/4] drm/i915/dp: DPRX/LTTPR caps for DP should be read once
` ✗ i915.CI.BAT: failure for DP: Read LTTPR caps followed by DPRX caps

[PATCH] drm/i915/lnl+/tc: Fix false disconnect of active DP-alt TC port during long HPD pulse
 2026-03-06  8:38 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v3 0/3] replace old wq(s), add WQ_PERCPU to alloc_workqueue
 2026-03-06  8:16 UTC  (5+ messages)

[PATCH i-g-t] tests/intel/gem_lmem_swapping: Expect gem leak helper crashes
 2026-03-06  7:29 UTC  (2+ messages)

[PATCH 0/7] drm/{i915, xe}/frontbuffer: refactor, move calls to parent interface
 2026-03-06  7:25 UTC  (13+ messages)
` [PATCH 2/7] drm/i915/gem: unify i915 gem object frontbuffer function names
` [PATCH 3/7] drm/i915/overlay: convert from struct intel_frontbuffer to i915_frontbuffer
` [PATCH 4/7] drm/intel: fix @dpt kernel-doc for parent interface
` [PATCH 5/7] drm/{i915, xe}/frontbuffer: move frontbuffer handling to "
` [PATCH 6/7] drm/i915/frontbuffer: call parent interface directly
` [PATCH 7/7] drm/i915/frontbuffer: reduce fb for frontbuffer abbreviation usage

[PULL] drm-misc-fixes
 2026-03-06  6:41 UTC 

[PATCH v2] drm/i915/dg2: Update workaround 22013059131
 2026-03-05 20:56 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dg2: Update workaround 22013059131 (rev2)
` ✓ i915.CI.Full: "

[PULL] drm-xe-fixes
 2026-03-05 13:35 UTC 

[PATCH] drm/i915/fbdev: fix link failure without FBDEV emulation
 2026-03-05 11:26 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[i915-rt v6 00/24] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-03-05 11:19 UTC  (13+ messages)

[PATCH v9 00/19] Add new general DRM property "color format"
 2026-03-05 10:07 UTC  (8+ messages)
` [PATCH v9 02/19] drm: "
` [PATCH v9 04/19] drm/display: hdmi-state-helper: Act on color format DRM property

[PULL] drm-misc-next
 2026-03-05  8:11 UTC 

[PULL] drm-misc-fixes
 2026-03-05  8:09 UTC 

[PATCH v2] drm/ttm: fix NULL deref in ttm_bo_flush_all_fences() after fence ops detach
 2026-03-05  7:56 UTC  (5+ messages)

[PULL] drm-intel-fixes
 2026-03-05  7:42 UTC 

[PATCH 0/8] mm: globalize rest_of_page() macro
 2026-03-05  4:19 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "


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