Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-09-07 13:51:05 to 2026-09-09 09:01:02 UTC [more...]

[PATCH v4 00/14] drm/panic: Split into core and helpers
 2026-09-09  8:55 UTC  (14+ messages)
` [PATCH v4 01/14] drm/panic: Do not use un-escaped URL as format string
` [PATCH v4 02/14] drm/panic: Test address from kmap op for NULL
` [PATCH v4 03/14] drm/panic: Return -EINVAL if font is not available
` [PATCH v4 04/14] drm/panic: Return errno codes if panic output fails
` [PATCH v4 05/14] drm/panic: Pass colors to draw_panic_dispatch()
` [PATCH v4 06/14] drm/panic: Pass global module parameters to drm_panic_dispatch()
` [PATCH v4 07/14] drm/panic: Return from screen_user if display is too small
` [PATCH v4 08/14] drm/panic: Retry in dispatch function if panic output fails
` [PATCH v4 09/14] drm/panic: Split draw_panic_plane()
` [PATCH v4 10/14] drm/panic: Restrict to primary planes
` [PATCH v4 11/14] drm/panic: Display panic screen via per-plane callback
` [PATCH v4 12/14] drm/panic: Internalize panic locking in DRM core and helpers
` [PATCH v4 14/14] drm/panic: Compile KUnit tests as module

[v5 0/4] drm/i915/display: Enable AS SDP Skip Frames
 2026-09-09  8:30 UTC  (8+ messages)
` [v5 1/4] drm/i915/display: Enable periodic AS SDP skip frames
` [v5 2/4] drm/i915/display: Force disable DC3co when AS SDP skip frames is enabled
` [v5 3/4] drm/i915/display: Reprogram AS SDP skip frames on seamless VRR transitions
` [v5 4/4] drm/i915/display: Gate periodic AS SDP skip frames behind a debugfs knob
` ✓ i915.CI.BAT: success for drm/i915/display: Enable AS SDP Skip Frames (rev5)

[PATCH 0/2] Fix stale selective fetch enable bit
 2026-09-09  8:23 UTC  (6+ messages)
` [PATCH 1/2] Revert "drm/i915/display: Clear SEL_FETCH_PLANE_CTL on plane disable"
` [PATCH 2/2] drm/i915/psr: Clear stale sel fetch enable bits on sel fetch disable
` ✓ i915.CI.BAT: success for Fix stale selective fetch enable bit

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

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

[PATCH v4] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
 2026-09-09  6:36 UTC  (5+ messages)
` ✗ Fi.CI.BUILD: failure for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev9)
` ✗ Fi.CI.BUILD: failure for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev11)
` ✓ i915.CI.BAT: success for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev12)
` ✓ i915.CI.BAT: success for drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices (rev13)

[PATCH 1/2] drm/intel: Generalize PCI ID macro for subvendor and subid
 2026-09-09  6:32 UTC  (4+ messages)
` [PATCH 2/2] drm/intel: Add quirk to disable rc6 on some TUXEDO devices
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/intel: Generalize PCI ID macro for subvendor and subid

[PATCH v5 2/2] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
 2026-09-09  5:57 UTC  (12+ messages)
` [PATCH v6 1/2] drm/dp/mst: recognize DP-to-HDMI PCON as virtual DPCD in DP-to-DP topology
  ` [PATCH v6 2/2] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
  ` [PATCH v7 1/2] drm/dp/mst: recognize DP-to-HDMI PCON as virtual DPCD in DP-to-DP topology
    ` [PATCH v7 2/2] drm/i915/dp: enable DSC passthrough for HDMI 2.1 PCON devices
      ` [PATCH v8] "
      ` [PATCH v9] "

[PATCH 0/2] Some error handling improvements in GuC
 2026-09-09  0:47 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/guc: Range check GuC-provided engine class and instance
` [PATCH 2/2] drm/i915/guc: Reject unsolicited deregister-done G2H
` ✓ i915.CI.BAT: success for Some error handling improvements in GuC

[PATCH 0/2] Minor fixes to OA in i915
 2026-09-09  0:19 UTC  (6+ messages)
` [PATCH 1/2] drm/i915/perf: Enable the stream before installing its fd
` [PATCH 2/2] drm/i915/perf: Remove sysfs group on OA config idr_alloc() failure
` ✓ i915.CI.BAT: success for Minor fixes to OA in i915

[PATCH] drm/i915/display: check configuration index before shifting
 2026-09-08 21:54 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] misc: mei: prevent reusing disconnecting clients in mei_ioctl_connect_vtag
 2026-09-08 20:47 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v4 0/2] drm/i915/display: reduce clock_gating interface between core and display
 2026-09-08 20:45 UTC  (5+ 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)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/alpm: Keep the extended fast wake ahead of the IO buffer wake
 2026-09-08 20:16 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915/alpm: Keep the extended fast wake ahead of the IO buffer wake (rev2)

[PATCH 1/2] drm/i915: fix typos in comments
 2026-09-08 19:43 UTC  (3+ messages)
` [PATCH 2/2] drm/i915: fix repeated words "
` ✗ LGCI.VerificationFailed: failure for series starting with [1/2] drm/i915: fix typos "

[PATCH] drm/xe/display: Remove invalid initial plane PTE check for iGPU
 2026-09-08 19:42 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v8 00/14] Add support for a DRM backlight capability
 2026-09-08 18:45 UTC  (31+ 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)
` ✗ i915.CI.Full: failure "

[REGRESSION] i915: s2idle lid-open resume leaves eDP panel black until an input event (Raptor Lake; works on 6.18 LTS)
 2026-09-06 15:28 UTC 

[PATCH v2] drm/i915/alpm: Add a quirk to keep the fast wake ahead of the IO buffer wake
 2026-09-07 13:12 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)

[BUG] PTL eDP PSR2 SU / Panel Replay: engine parks in SU_STANDBY, panel never refreshed (Dell XPS 16 DA16260)
 2026-09-07 20:23 UTC  (2+ messages)

[PATCH] drm/i915/dp: On DPCD init/caps wake the DPRx
 2026-09-08 17:33 UTC  (11+ messages)
` [PATCHv4] drm/i915/dp: On DPCD init wake the DPRx for eDP
` ✗ i915.CI.Full: failure for drm/i915/dp: On DPCD init/caps wake the DPRx (rev5)
` [PATCHv5] drm/i915/dp: On DPCD init wake the DPRx for eDP
` ✓ i915.CI.BAT: success for drm/i915/dp: On DPCD init/caps wake the DPRx (rev6)

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

[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 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 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 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  (3+ messages)

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

[PATCH v12 0/8] Vswing / Pre-emphasis Override
 2026-09-08  4:33 UTC  (3+ messages)
` ✓ i915.CI.Full: success for Vswing / Pre-emphasis Override (rev8)

[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  (4+ messages)

[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  (4+ messages)
` [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)


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