Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-04 12:59:13 to 2026-09-08 15:35:16 UTC [more...]

[REGRESSION] i915: s2idle lid-open resume leaves eDP panel black until an input event (Raptor Lake; works on 6.18 LTS)
 2026-09-07 10:16 UTC  (2+ messages)

[PATCH v2] drm/i915/alpm: Add a quirk to keep the fast wake ahead of the IO buffer wake
 2026-09-07 12:00 UTC  (5+ messages)
` [PATCH v3] "

[PATCHv4] drm/i915/dp: On DPCD init wake the DPRx for eDP
 2026-09-08  3:20 UTC  (2+ messages)

[PATCH] drm/xe/display: Remove invalid initial plane PTE check for iGPU
 2026-09-05 14:36 UTC  (2+ messages)

[PATCH v4 00/12] Add support for Common SDP Transmission Line
 2026-09-08 15:35 UTC  (9+ messages)
` [PATCH v4 05/12] drm/i915/display: Add crtc state for DIP transmission lines
` [PATCH v4 06/12] drm/i915/dip: Store and use AS SDP transmission line from crtc state
` [PATCH v4 09/12] drm/i915/dp: Store SDP transmission lines in crtc_state

[PATCH v2 7/7] vga-switcheroo: Remove unused interfaces
 2026-09-08 15:29 UTC  (2+ messages)

[PATCH v2 6/7] drm: Implement vga_switcheroo_client_ops.post_switch
 2026-09-08 15:28 UTC  (2+ messages)

[PATCH v2] PCI: Disable not supported reset methods on DG1 0x4905
 2026-09-08 15:27 UTC  (8+ messages)
` ✓ i915.CI.BAT: success for PCI: Disable not supported reset methods on DG1 0x4905 (rev2)
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH v2 5/7] drm: Implement struct vga_switcheroo_client_ops.pre_switch
 2026-09-08 15:27 UTC  (2+ messages)

[PATCH v2 4/7] vga_switcheroo: Add post_switch callback to client ops
 2026-09-08 15:27 UTC  (2+ messages)

[PATCH v2 3/7] vga_switcheroo: Add pre_switch callback to client ops
 2026-09-08 15:26 UTC  (2+ messages)

[PATCH v2 2/7] drm/client: Add acquire_outputs callback; implement for fbdev emulation
 2026-09-08 15:24 UTC  (2+ messages)

[PATCH v2 1/7] drm/edid: Include <linux/fb.h>
 2026-09-08 15:23 UTC  (2+ messages)

linux-next: build failure after merge of the drm-misc tree
 2026-09-08 15:22 UTC  (4+ messages)

[PATCH v3 0/1] drm/i915/display: Implement Wa_16024710867
 2026-09-08 14:10 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH] drm/i915/display: check configuration index before shifting
 2026-09-08 11:33 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v4 0/2] drm/i915/display: reduce clock_gating interface between core and display
 2026-09-08 10:21 UTC  (4+ messages)
` [PATCH v4 1/2] drm/i915/display: add a way to restore only display/pch registers in clock_gating
` [PATCH v4 2/2] drm/i915/display: split part of intel_display_reset_finish() to a new function
` ✓ i915.CI.BAT: success for drm/i915/display: reduce clock_gating interface between core and display (rev4)

[PATCH v5 00/12] Add support for Common SDP Transmission Line
 2026-09-08  9:52 UTC  (21+ messages)
` [PATCH v5 01/12] drm/i915/dip: Add new file to handle Data Island Packet hardware
` [PATCH v5 02/12] drm/i915/vrr: Use the helper to write EMP_AS_SDP_TL register
` [PATCH v5 03/12] drm/i915/intel_dip: Add check for DP encoder
` [PATCH v5 04/12] drm/i915/dip: Add helper to get AS SDP Transmission Line
` [PATCH v5 05/12] drm/i915/display: Add crtc state for DIP transmission lines
` [PATCH v5 06/12] drm/i915/dip: Store and use AS SDP transmission line from crtc state
` [PATCH v5 07/12] drm/i915/dip_regs: Add register definitions for common SDP Transmission Line
` [PATCH v5 08/12] drm/i915/dip: Add HAS_COMMON_SDP_TL macro
` [PATCH v5 09/12] drm/i915/dip: Store SDP transmission lines in crtc_state
` [PATCH v5 10/12] drm/i915/dp: Introduce helpers to enable/disable CMN SDP Transmission line
` [PATCH v5 11/12] drm/i915/dip: Enable Common "
` [PATCH v5 12/12] drm/i915/display: Dump DIP Transmission lines
` ✗ i915.CI.BAT: failure for Add support for Common SDP Transmission Line (rev5)

[PATCH v8 00/14] Add support for a DRM backlight capability
 2026-09-08  9:32 UTC  (26+ messages)
` [PATCH v8 01/14] Revert "backlight: Remove notifier"
` [PATCH v8 02/14] backlight: add kernel-internal backlight API
` [PATCH v8 03/14] drm/property: add a per-connector luminance flag
` [PATCH v8 04/14] drm: add connector backlight (LUMINANCE) infrastructure
` [PATCH v8 05/14] drm: add DRM_CLIENT_CAP_LUMINANCE
` [PATCH v8 06/14] drm/amd/display: Pass up errors reading actual brightness
` [PATCH v8 07/14] drm/amd: Indicate driver supports luminance
` [PATCH v8 08/14] drm/amd/display: use drm backlight
` [PATCH v8 09/14] drm/amdgpu: Check bios_scratch_reg_offset in backlight level helper
` [PATCH v8 10/14] drm/amd/display: Update KUnit backlight tests for luminance property and fixtures
` [PATCH v8 11/14] drm/bridge: auto-link panel backlight in bridge connector
` [PATCH v8 12/14] drm/xe: Indicate support for luminance on the connector
` [PATCH v8 13/14] drm/i915: "
` [PATCH v8 14/14] drm/i915/display: use drm backlight
` ✓ i915.CI.BAT: success for Add support for a DRM backlight capability (rev3)

[PATCH 1/2] drm/i915/dp_mst: Fix configuring FEC for a disconnected stream
 2026-09-08  9:13 UTC  (7+ messages)
` [PATCH 2/2] drm/i915/dp_mst: Fix configuring TUs "
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/i915/dp_mst: Fix configuring FEC "
` ✓ i915.CI.Full: "

[PATCH v4 0/2] Add validation for DMC firmware header parsing
 2026-09-08  8:00 UTC  (6+ messages)
` [PATCH v4 1/2] drm/i915/dmc: Add sanity check for DMC load address
` [PATCH v4 2/2] drm/i915/dmc: Harden DMC firmware payload parsing
` ✓ i915.CI.BAT: success for Add validation for DMC firmware header parsing (rev5)
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH v2 0/5] PM_PME support on display hotplug
 2026-09-08  7:41 UTC  (5+ messages)
` [PATCH v2 5/5] drm/xe/pm: handle the PME capability and runtime pm routines

[PATCH] drm/i915/debugfs: Add HDR status to i915_display_info
 2026-09-08  7:35 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915: fix incorrect RCU teardown order
 2026-09-08  7:25 UTC  (6+ messages)
` ✓ i915.CI.BAT: success for drm/i915: fix incorrect RCU teardown order (rev2)
` ✗ i915.CI.Full: failure "

linux-next: build failure after merge of the drm-misc tree
 2026-09-08  7:22 UTC  (5+ messages)

[PATCH] drm/i915/dp: On DPCD init/caps wake the DPRx
 2026-09-08  4:36 UTC  (16+ messages)
` [PATCHv3] drm/i915/dp: On DPCD init wake the DPRx for eDP
` [PATCHv4] "
` ✓ i915.CI.BAT: success for drm/i915/dp: On DPCD init/caps wake the DPRx (rev5)
` ✗ i915.CI.Full: failure "

[PATCH v12 0/8] Vswing / Pre-emphasis Override
 2026-09-08  4:33 UTC  (9+ messages)
` [PATCH v12 7/8] drm/i915: override Combo's VS/PE when requested
  ` [PATCH v13 "
` ✓ i915.CI.BAT: success for Vswing / Pre-emphasis Override (rev7)
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.BAT: success for Vswing / Pre-emphasis Override (rev8)
` ✓ i915.CI.Full: "

[PATCH v5 1/2] drm/dp/mst: recognize DP-to-HDMI PCON as virtual DPCD in DP-to-DP topology
 2026-09-08  1:35 UTC  (8+ messages)
` [PATCH v5 2/2] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
` ✓ i915.CI.BAT: success for series starting with [v5,1/2] drm/dp/mst: recognize DP-to-HDMI PCON as virtual DPCD in DP-to-DP topology
` ✗ i915.CI.Full: failure "

[PATCH v3 00/14] drm/panic: Split into core and helpers
 2026-09-07 21:35 UTC  (15+ messages)
` [PATCH v3 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v3 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v3 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v3 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v3 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v3 13/14] drm/panic: Move panic display code into helper library
` [PATCH v3 14/14] drm/panic: Compile KUnit tests as module

[PATCH v3 0/2] Add validation for DMC firmware header parsing
 2026-09-07 16:01 UTC  (5+ messages)
` [PATCH v3 1/2] drm/i915/dmc: Add sanity check for DMC load address
` [PATCH v3 2/2] drm/i915/dmc: Harden DMC firmware payload parsing
` ✓ i915.CI.BAT: success for Add validation for DMC firmware header parsing (rev4)

[PATCH] drm/i915/display: Limit SEL_FETCH clear to supported pipes
 2026-09-07 13:21 UTC  (5+ messages)

[PATCH v2 0/2] Add validation for DMC firmware header parsing
 2026-09-07 12:47 UTC  (6+ messages)
` [PATCH v2 1/2] drm/i915/dmc: Add sanity check for DMC load address
` [PATCH v2 2/2] drm/i915/dmc: Prevent fw_size multiplication overflow
` ✓ i915.CI.BAT: success for Add validation for DMC firmware header parsing (rev3)

linux-next: manual merge of the drm-misc tree with the origin tree
 2026-09-07 12:42 UTC 

[PATCH] drm/i915/psr: enable PSR on Apple T2 eDP panels
 2026-09-07 12:14 UTC  (4+ messages)
` [PATCH v2] "
` ✗ LGCI.VerificationFailed: failure for drm/i915/psr: enable PSR on Apple T2 eDP panels (rev2)

[PATCH v4] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
 2026-09-07 11:33 UTC  (15+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev4)
` ✗ i915.CI.Full: failure "
` [PATCH v5 1/2] drm/dp/mst: recognize DP-to-HDMI PCON as virtual DPCD in DP-to-DP topology
  ` [PATCH v5 2/2] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
` [PATCH v5 0/2] "
` ✓ i915.CI.BAT: success for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev7)
` ✓ i915.CI.Full: "

[PATCH 0/2] drm/i915/fbc: Dirty rectangle bounds enforcement and CFB nuke handling
 2026-09-07 11:28 UTC  (3+ messages)
` [PATCH v2 2/2] drm/i915/fbc: nuke CFB if Plane setting (except for surf addr) changes

[PATCH v3] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
 2026-09-07 11:18 UTC  (5+ messages)
` ✗ Fi.CI.BUILD: failure for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev3)

[PATCH v3] drm/i915/display: Limit SEL_FETCH clear to supported pipes
 2026-09-07  9:15 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for drm/i915/display: Limit SEL_FETCH clear to supported pipes (rev3)
` ✓ i915.CI.Full: "

[CI 0/9] drm/i915/color: Add YUV Support in color pipeline
 2026-09-07  8:14 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH] drm/i915/quirks: Limit eDP rate to HBR2 on HP Pavilion Plus 14-ew1
 2026-09-07  7:59 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v2] drm/i915/display: Limit SEL_FETCH clear to supported pipes
 2026-09-07  4:32 UTC  (2+ messages)

[PATCH v2] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
 2026-09-06  6:58 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev2)

[PATCH] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
 2026-09-06  6:02 UTC  (3+ messages)
` ✗ Fi.CI.BUILD: failure for "


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