Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-06-19 11:42:40 to 2026-06-23 22:47:43 UTC [more...]

[PATCH v1 00/30] Comments applied to dp_link_caps
 2026-06-23 22:46 UTC  (18+ messages)
` [PATCH v1 01/30] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry
` [PATCH v1 02/30] drm/i915/dp: Add struct intel_dp_link_config
` [PATCH v1 03/30] drm/i915/dp_link_caps: Introduce DP link capability module
` [PATCH v1 04/30] drm/i915/dp_link_caps: Move common rate helpers to link caps
` [PATCH v1 05/30] drm/i915/dp_link_caps: Move forced link param "
` [PATCH v1 06/30] drm/i915/dp: Simplify querying of forced link parameters
` [PATCH v1 07/30] drm/i915/dp_link_caps: Move forced and max link debugfs entries to link caps
` [PATCH v1 08/30] drm/i915/dp_link_training: Use helpers to get forced link params
` [PATCH v1 09/30] drm/i915/dp_link_caps: Move forced link params to link_caps
` [PATCH v1 10/30] drm/i915/dp_link_caps: Move link config helpers to link caps
` [PATCH v1 11/30] drm/i915/dp_link_caps: Move link config tracking to link_caps
` [PATCH v1 12/30] drm/i915/dp_link_caps: Rename helper updating the link configurations
` [PATCH v1 13/30] drm/i915/dp: Factor out helper to get link rate capabilities
` [PATCH v1 14/30] drm/i915/dp_link_caps: Pass supported link rates to link caps update
` [PATCH v1 15/30] drm/i915/dp_link_caps: Add helper to print all supported link rates
` [PATCH v1 16/30] drm/i915/dp_link_caps: Add helper to get the number of "
` [PATCH v1 18/30] drm/i915/dp_link_caps: Move tracking of common rates to link_caps struct

[PATCH 0/6] drm/i915: Clean up GPIO pin stuff
 2026-06-23 22:38 UTC  (17+ messages)
` [PATCH 1/6] drm/i915/gmbus: Rename GPIO pins
` [PATCH 2/6] drm/i915/gmbus: s/gmbus_pins_bdw/gmbus_pins_lpt/
` [PATCH 3/6] drm/i915/gmbus: Add gmbus_pins_lpt_lp[]
` [PATCH 4/6] drm/i915/gmbus: s/gmbus_pins_skl/gmbus_pins_spt/
` [PATCH 5/6] drm/i915/gmbus: Drop the platform suffixes from GMBUS pins
  ` [PATCH v2 "
` [PATCH 6/6] drm/i915/hdmi: Remove CNP port F leftovers
` ✗ Fi.CI.BUILD: failure for drm/i915: Clean up GPIO pin stuff
` ✓ i915.CI.BAT: success for drm/i915: Clean up GPIO pin stuff (rev2)
` ✗ i915.CI.Full: failure "

[PATCH v7] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-06-23 22:15 UTC 

[PATCH v5] drm/i915: Refactor generic_handle_irq_safe() error messages
 2026-06-23 21:37 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v2 0/5] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-23 20:34 UTC  (17+ messages)
` [PATCH v2 1/5] drm/i915/panel: Split VRR vs. fixed refresh rate fixed mode selection into separate stages
  ` [PATCH v3 "
` [PATCH v2 2/5] drm/modes: Add DRM_MODE_MATCH_TIMINGS_VRR
` [PATCH v2 3/5] drm/i915: Pass the full atomic state to .compute_config()
` [PATCH v2 4/5] drm/i915/panel: Adjust intel_panel_compute_config() calling convention
  ` [PATCH v3 "
` [PATCH v2 5/5] drm/i915/panel: Attempt VRR based refresh rate change for !allow_modeset
` ✓ i915.CI.BAT: success for drm/i915: Work harder to enable VRR based refresh rate changes on eDP (rev2)
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "
` ✓ i915.CI.BAT: success for drm/i915: Work harder to enable VRR based refresh rate changes on eDP (rev4)
` ✗ i915.CI.Full: failure "

[PATCH 0/4] DSC max delta bpp support
 2026-06-23 18:29 UTC  (7+ messages)
` [RESEND 1/4] drm/dp: Add DP_DSC_MAX_BPP_DELTA register
` [RESEND 2/4] drm/dp: Rename YCbCr420 bpp delta mask to native
` [RESEND 3/4] drm/dp: Add max bpp delta computation constants
` [RESEND 4/4] drm/i915/dp: Decode dsc max delta bpp from sink dpcd
` ✓ i915.CI.BAT: success for DSC max delta bpp support (rev5)
` ✓ i915.CI.Full: "

[PATCH] drm/i915/cmtg: Fix array-index-out-of-bounds in intel_cmtg_disable
 2026-06-23 17:30 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915: Calculate CDCLK on modeset after sanitizing pre-os programming
 2026-06-23 14:24 UTC 

[PATCH v9 00/30] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2026-06-23 13:27 UTC  (34+ messages)
` [PATCH v9 01/30] drm/vblank_work: Add methods to schedule vblank_work in 2 stages
` [PATCH v9 02/30] drm/vblank: Add a 2-stage version of drm_crtc_arm_vblank_event
` [PATCH v9 03/30] drm/intel/display: Make intel_crtc_arm_vblank_event static
` [PATCH v9 04/30] drm/intel/display: Convert vblank event handling to 2-stage arming
` [PATCH v9 05/30] drm/i915/display: Move vblank put until after critical section
` [PATCH v9 06/30] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v9 07/30] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [PATCH v9 08/30] drm/i915: Use preempt_disable/enable_rt() where recommended
` [PATCH v9 09/30] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v9 10/30] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
` [PATCH v9 11/30] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v9 12/30] drm/i915/display: Use intel_de_read/write_fw in colorops
` [PATCH v9 13/30] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v9 14/30] drm/i915/display: Make set_pipeconf use the fw variants
` [PATCH v9 15/30] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [PATCH v9 16/30] drm/i915: Drop the irqs_disabled() check
` [PATCH v9 17/30] drm/i915/guc: Consider also RCU depth in busy loop
` [PATCH v9 18/30] drm/i915/gt: Fix selftests on PREEMPT_RT
` [PATCH v9 19/30] drm/i915/gt: Set stop_timeout() correctly on PREEMPT-RT
` [PATCH v9 20/30] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
` [PATCH v9 21/30] drm/i915: Use sleeping selftests for igt_atomic on PREEMPT_RT
` [PATCH v9 22/30] Revert "drm/i915: Depend on !PREEMPT_RT."
` [PATCH v9 23/30] PREEMPT_RT injection
` [PATCH v9 24/30] FOR-CI: bump MAX_STACK_TRACE_ENTRIES
` [PATCH v9 25/30] drm/i915/gt: Add a spinlock to prevent starvation of irq_work
` [PATCH v9 26/30] drm/xe: Avoid using stolen memory for DPT
` [PATCH v9 27/30] drm/xe/display: Avoid using stolen memory for framebuffer when media gt exists
` [PATCH v9 28/30] drm/xe/display: Do not allocate into stolen for new framebuffers
` [PATCH v9 29/30] drm/i915/pmu: Convert to raw spinlock
` [PATCH v9 30/30] drm/i915/guc: Make timestamp.lock a "
  ` [PATCH v9.5] drm/i915: Disable "busy" pmu event on CONFIG_PREEMPT_RT
  ` [PATCH v9.6] "
` ✗ i915.CI.BAT: failure for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev17)

[PATCH v2 00/28] drm/i915/dp_link: Refactor DP link capability logic part1
 2026-06-23 12:47 UTC  (40+ messages)
` [PATCH v2 01/28] drm/i915/dp: Rename intel_dp_link_config to intel_dp_link_config_entry
` [PATCH v2 02/28] drm/i915/dp: Add struct intel_dp_link_config
` [PATCH v2 03/28] drm/i915/dp_link_caps: Introduce DP link capability module
` [PATCH v2 04/28] drm/i915/dp_link_caps: Move common rate helpers to link caps
` [PATCH v2 05/28] drm/i915/dp_link_caps: Move forced link param "
` [PATCH v2 06/28] drm/i915/dp: Simplify querying of forced link parameters
` [PATCH v2 07/28] drm/i915/dp_link_caps: Move forced and max link debugfs entries to link caps
` [PATCH v2 08/28] drm/i915/dp_link_training: Use helpers to get forced link params
` [PATCH v2 09/28] drm/i915/dp_link_caps: Move forced link params to link_caps
` [PATCH v2 10/28] drm/i915/dp_link_caps: Move link config helpers to link caps
` [PATCH v2 11/28] drm/i915/dp_link_caps: Move link config tracking to link_caps
` [PATCH v2 12/28] drm/i915/dp_link_caps: Rename helper updating the link configurations
` [PATCH v2 15/28] drm/i915/dp_link_caps: Add helper to print all supported link rates
` [PATCH v2 25/28] drm/i915/dp_link_caps: Move max link limits to link_caps
` [PATCH v2 26/28] drm/i915/dp_link_caps: Pass link_caps to static functions
` [PATCH v2 27/28] drm/i915/dp_link_caps: Pass link_caps to config update/lookup helpers
` [PATCH v2 28/28] drm/i915/dp_link_caps: Pass link_caps to common rate helpers

[PATCH v6] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-06-23 10:56 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/dg2: Add per-context control for Wa_22013059131 (rev6)
` ✓ i915.CI.Full: "

[PATCH 0/4] DSC max delta bpp support
 2026-06-23  9:27 UTC  (12+ messages)
` [PATCH 1/4] drm/dp: Add DP_DSC_MAX_BPP_DELTA register
` [PATCH 2/4] drm/dp: Rename YCbCr420 bpp delta mask to native
` [PATCH 3/4] drm/dp: Add max bpp delta computation constants
` [PATCH 4/4] drm/i915/dp: Decode dsc max delta bpp from sink dpcd
` ✓ i915.CI.BAT: success for DSC max delta bpp support (rev4)
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH] drm/i915/psr: Skip PSR exit for legacy cursor updates on LNL
 2026-06-23  9:19 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH 0/6] drm/{i915, xe}/panic: drop dependency on struct intel_framebuffer
 2026-06-23  9:19 UTC  (4+ messages)
` [PATCH 1/6] drm/i915/panic: split out i915_gem_panic.[ch]

[PATCH] drm/i915/gem: Add missing nospec on parallel submit slot
 2026-06-23  8:27 UTC  (7+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH v2] drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR
 2026-06-23  6:24 UTC  (4+ messages)
` ✗ i915.CI.Full: failure for drm/i915/psr: Force fastset on debugfs write for each connector supporting PSR (rev2)

[PATCH v2] drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()
 2026-06-22 19:51 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe() (rev2)
` ✓ i915.CI.Full: "

[PATCH] Revert "drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TG"
 2026-06-22 18:01 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH 0/4] drm/i915: Work harder to enable VRR based refresh rate changes on eDP
 2026-06-22 17:32 UTC  (12+ messages)
` [PATCH 1/4] drm/modes: Add DRM_MODE_MATCH_TIMINGS_VRR
` ✓ i915.CI.Full: success for drm/i915: Work harder to enable VRR based refresh rate changes on eDP

[PATCH 2/2] tracing: Add CONFIG_TRACE_PRINTK_DEBUGGING to clean up kernel.h
 2026-06-22 16:40 UTC  (11+ messages)
  ` [PATCH 1/2] tracing: Move non-trace_printk prototypes back to kernel.h
` [PATCH 0/2] tracing: Move trace_printk.h out of kernel.h

Reminder: Call for Proposals open for XDC 2026
 2026-06-22 14:52 UTC 

[PATCH v6 00/19] drm/atomic: Rework initial state allocation
 2026-06-22  9:53 UTC  (4+ messages)
` [PATCH v6 15/19] drm/connector: Add new atomic_create_state callback

[PATCH 0/4] drm/i915/display: Switch DG2 MPLLB handling to the DPLL framework
 2026-06-22  9:20 UTC  (11+ messages)
` [PATCH 1/4] drm/i915/display: Split out DG2 MPLLB enable helper
` [PATCH 2/4] drm/i915/display: Add DG2 MPLLB DPLL manager support
` [PATCH 3/4] drm/i915/display: Prepare DG2 DDI and compute paths for DPLL framework
` [PATCH 4/4] drm/i915/display: Switch DG2 to use "

[REGRESSION] drm/i915: ThinkPad P1 Gen 7 fails to resume internal eDP panel after longer lid suspend
 2026-06-22  8:27 UTC 

[PATCH RFC v2 0/4] Add support for DisplayPort link training information report
 2026-06-22  7:28 UTC  (9+ messages)
` [PATCH RFC v2 1/4] drm: Introduce DisplayPort connector helpers with link training state
` [PATCH RFC v2 2/4] drm/i915/display/dp: Adopt dp_connector helpers to expose "
` [PATCH RFC v2 3/4] drm/bridge: Wire drmm_connector_dp_init() via new DRM_BRIDGE_OP_DP flag
` [PATCH RFC v2 4/4] drm/mediatek: Use dp_connector helpers to report link training state
` ✗ Fi.CI.BUILD: failure for Add support for DisplayPort link training information report (rev2)

[PULL] drm-xe-next-fixes
 2026-06-21 23:21 UTC  (3+ messages)

[PATCH v2] Documentation: xe_drm: fix chars used for subsection
 2026-06-21  4:07 UTC 

[PATCH] [RFC]: drm/i915/display: Fix NV12 ceiling division for bigjoiner case
 2026-06-20  0:52 UTC  (2+ messages)
` ✓ i915.CI.Full: success for : "

[PATCH] drm/ttm: rename ttm_place::fpfn/lpfn to param1/param2
 2026-06-19 20:14 UTC  (2+ messages)
` ✓ i915.CI.Full: success for "

[PATCH] gpu/buddy: bail out of try_harder when alignment cannot be honoured
 2026-06-19 18:03 UTC  (3+ messages)
` ✓ i915.CI.Full: success for "

[PATCH] drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup()
 2026-06-19 17:11 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915/dsi: fix i2c adapter reference leak in i2c_adapter_lookup() (rev2)

[PATCH 1/5] dma-buf: Change st-dma-resv.c to use kunit
 2026-06-19 14:41 UTC  (2+ messages)


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