Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-29 11:05:03 to 2026-06-01 14:57:08 UTC [more...]

[PATCH] drm/i915/display: Refcount for fec enable/disable
 2026-06-01 14:57 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH] drm/i915/drrs: Synchronize drrs activate with debugfs
 2026-06-01 14:42 UTC 

[PATCH v7 00/15] CMTG enablement
 2026-06-01 14:43 UTC  (14+ messages)
` [PATCH v7 04/15] drm/i915/cmtg: Set timings for CMTG
` [PATCH v7 08/15] drm/i915/cmtg: Add a hook to make eDP transcoder secondary
` [PATCH v7 09/15] drm/i915/cmtg: Modify existing hook to disable CMTG
` [PATCH v7 10/15] drm/i915/cmtg: Add CMTG interrupt handling
` [PATCH v7 13/15] drm/i915/cmtg: Add trigger to enable/disable cmtg

[PATCH] drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq
 2026-06-01  9:04 UTC  (9+ messages)
            ` [PATCH v2] "

[PATCH] drm/i915/display: Refcount for fec enable/disable
 2026-06-01 10:17 UTC 

[PATCH v4 00/10] drm: Improve logic behind damage handling
 2026-06-01 14:01 UTC  (23+ messages)
` [PATCH v4 01/10] drm/damage-helper: Do not alter damage clips on modeset, but ignore them
` [PATCH v4 02/10] drm/atomic-helpers: Evaluate plane damage after atomic_check
` [PATCH v4 03/10] drm/ingenic: Remove calls to drm_atomic_helper_check_plane_damage()
` [PATCH v4 04/10] drm/appletbdrm: Allocate request/response buffers in begin_fb_access
` [PATCH v4 05/10] drm/atomic_helper: Do not evaluate plane damage before atomic_check
` [PATCH v4 06/10] drm/damage-helper: Test src coord in drm_atomic_helper_check_plane_damage()
` [PATCH v4 07/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_iter_init()
` [PATCH v4 08/10] drm/damage-helper: Remove old state from drm_atomic_helper_damage_merged()
` [PATCH v4 09/10] drm/damage-helper: Rename state parameters in damage helpers
` [PATCH v4 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state
` ✗ Fi.CI.BUILD: failure for drm: Improve logic behind damage handling (rev3)

[PATCH v3 0/4] More Fixes for color pipeline
 2026-06-01  8:16 UTC  (8+ messages)
` [PATCH v3 2/4] drm/i915/display: Don’t use atomic state back-pointer to derive "
` [PATCH v3 4/4] drm/i915: Fix color blob reference handling in intel_plane_state

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-05-29  4:56 UTC  (2+ messages)

[CI 0/5] drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification, part 1
 2026-06-01 12:51 UTC  (7+ messages)
` [CI 1/5] drm/i915: Keep display IRQs enabled for encoder suspend/shutdown
` [CI 2/5] drm/i915/xe: Enable HPD polling later during system resume
` [CI 3/5] drm/i915: add flush_workqueue(display->wq.cleanup) on shutdown
` [CI 4/5] drm/xe/display: remove intel_display_flush_cleanup_work() calls on suspend/shutdown
` [CI 5/5] drm/xe/display: drop duplicate intel_dp_mst_suspend() call
` ✓ i915.CI.BAT: success for drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification, part 1

[PATCH v4 00/13] drm/i915/display: Add DC3CO support
 2026-06-01 12:38 UTC  (16+ messages)
` [PATCH v4 02/13] drm/i915/display: Switch DC3CO enable from standalone bit to DC level encoding
` [PATCH v4 03/13] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [PATCH v4 04/13] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [PATCH v4 12/13] drm/i915/display: Add helper to enable DC counter
` [PATCH v4 13/13] drm/i915/display: Add DC3CO count and residency in dmc debugfs

[PATCH v2 00/22] drm/dp/i915: drm/i915/dp_link: Refactor DP link recovery logic
 2026-06-01 12:24 UTC  (24+ messages)
` [PATCH v2 01/22] drm/i915/dp_link_training: Introduce link training state struct
` [PATCH v2 02/22] drm/i915/dp_link_training: Factor out link training state reset helper
` [PATCH v2 03/22] drm/i915/dp_link_training: Flush commits in debugfs entries
` [PATCH v2 04/22] drm/i915/dp_link_training: Move link training helpers to link training code
` [PATCH v2 05/22] drm/i915/dp_link_training: Use link_training as base pointer in debugfs
` [PATCH v2 06/22] drm/i915/dp_link_training: Add helpers to access force retrain state
` [PATCH v2 07/22] drm/i915/dp_link_training: Move link recovery/debug state to link_training
` [PATCH v2 08/22] drm/i915/dp_link_training: Prevent repeated autoretrain attempts
` [PATCH v2 09/22] drm/i915/dp_link_training: Clamp sequential link training failure counter
` [PATCH v2 10/22] drm/i915/dp_link_training: Check for pending autoretrain explicitly
` [PATCH v2 11/22] drm/i915/dp_link_training: Add helper to query pending autoretrain
` [PATCH v2 12/22] drm/i915/dp_link_training: Add helper to query allowed autoretrain
` [PATCH v2 13/22] drm/i915/dp_link_training: Add helper to mark link training failure
` [PATCH v2 14/22] drm/i915/dp_link_training: Add helper to reset link recovery state
` [PATCH v2 15/22] drm/i915/dp_link_training: Track link recovery state with an enum
` [PATCH v2 16/22] drm/i915/dp_link_training: Add no-fallback link recovery state
` [PATCH v2 17/22] drm/i915/display: Factor out a helper to modeset a pipe with atomic state
` [PATCH v2 18/22] drm/i915/display: Simplify intel_modeset_commit_pipes_for_atomic_state()
` [PATCH v2 19/22] drm/i915/dp_link_training: Allocate atomic state for autoretrain modeset
` [PATCH v2 20/22] drm/i915/dp_link_training: Disallow autoretrains after failed modeset
` [PATCH v2 21/22] drm/i915/dp_link_training: Fix kernel-doc of intel_dp_init_lttpr_and_dprx_caps()
` [PATCH v2 22/22] drm/i915/dp_link_training: Document DP link recovery logic
` ✓ i915.CI.BAT: success for drm/dp/i915: drm/i915/dp_link: Refactor "

[PATCH v2] drm/i915/display: Mask RO bits in gen9_write_dc_state()
 2026-06-01 11:54 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "

[v4 0/3] More Fixes for color pipeline
 2026-06-01 11:24 UTC  (5+ messages)
` [v4 1/3] drm/i915/display: Don’t use atomic state back-pointer to derive "
` [v4 2/3] drm/i915: Avoid programming color HW blocks for NV12 Y planes
` [v4 3/3] drm/i915: Fix color blob reference handling in intel_plane_state
` ✓ i915.CI.BAT: success for More Fixes for color pipeline (rev2)

[PATCH v3 1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT
 2026-06-01 10:58 UTC  (7+ messages)
` [PATCH v3 2/2] drm/i915/color: Fix step discontinuity in Pre-CSC "
` ✓ i915.CI.BAT: success for series starting with [v3,1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT (rev2)

[PATCH v4 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-06-01 10:51 UTC  (3+ messages)

[PATCH v4 0/4] drm/i915/display: harden some bit-shifting operations
 2026-06-01 10:20 UTC  (6+ messages)
` [PATCH v4 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros
` [PATCH v4 2/4] drm/i915/display: harden shifts in ICL_DPCLKA_CFGCR0_DDI_CLK_SEL macros
` [PATCH v4 3/4] drm/i915/display: harden shift in intel_ddi_compute_config_late()
` [PATCH v4 4/4] drm/i915/display: remove unnecessary PHY_NONE definition
` ✗ i915.CI.BAT: failure for drm/i915/display: harden some bit-shifting operations (rev4)

[PATCH 0/3] don't allow changes to inactive colorops
 2026-06-01  9:24 UTC  (5+ messages)
` [PATCH 1/3] drm/atomic: only add states of active or transient active colorops

[PATCH 00/24] drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification
 2026-06-01  8:14 UTC  (43+ messages)
` [PATCH 03/24] drm/i915: add flush_workqueue(display->wq.cleanup) on shutdown
` [PATCH 04/24] drm/xe/display: remove intel_display_flush_cleanup_work() calls on suspend/shutdown
` [PATCH 05/24] drm/xe/display: drop duplicate intel_dp_mst_suspend() call
` [PATCH 06/24] drm/i915/display: add "pm" to intel_display_driver_{suspend, resume}() names
  ` [PATCH 06/24] drm/i915/display: add "pm" to intel_display_driver_{suspend,resume}() names
` [PATCH 07/24] drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*()
` [PATCH 10/24] drm/{i915, xe}: move more calls inside intel_display_driver_pm_suspend()
  ` [PATCH 10/24] drm/{i915,xe}: "
` [PATCH 11/24] drm/{i915, xe}: move more calls inside intel_display_driver_pm_resume()
  ` [PATCH 11/24] drm/{i915,xe}: "
` [PATCH 12/24] drm/{i915, xe}: add intel_display_driver_pm_{suspend_late, resume_early}()
  ` [PATCH 12/24] drm/{i915,xe}: add intel_display_driver_pm_{suspend_late,resume_early}()
` [PATCH 13/24] drm/{i915, xe}: move more calls inside intel_display_driver_{register, unregister}()
  ` [PATCH 13/24] drm/{i915,xe}: move more calls inside intel_display_driver_{register,unregister}()
` [PATCH 14/24] drm/{i915, xe}: add intel_display_driver_shutdown_late()
  ` [PATCH 14/24] drm/{i915,xe}: "
` [PATCH 15/24] drm/i915: add intel_display_driver_shutdown()
` [PATCH 16/24] drm/i915/display: deduplicate suspend and shutdown a bit
` [PATCH 17/24] drm/xe/display: use intel_display_driver_pm_shutdown()
` [PATCH 18/24] drm/{i915, xe}: move more stuff to __intel_display_driver_pm_suspend()
  ` [PATCH 18/24] drm/{i915,xe}: "
` [PATCH 19/24] drm/{i915, xe}: make intel_dmc_suspend() part of display suspend/shutdown calls
  ` [PATCH 19/24] drm/{i915,xe}: "
` [PATCH 20/24] drm/{i915, xe}: move intel_opregion_suspend() to intel_display_driver_pm_suspend_late()
  ` [PATCH 20/24] drm/{i915,xe}: "
` [PATCH 21/24] drm/{i915, xe}: keep moving stuff to intel_display_driver_pm_resume()
  ` [PATCH 21/24] drm/{i915,xe}: "
` [PATCH 22/24] drm/i915: add intel_display_driver_pm_runtime*() functions
` [PATCH 23/24] drm/xe/display: separate d3cold handling from xe_display_pm_runtime_suspend_late()
` [PATCH 24/24] drm/xe/display: unify runtime suspend/resume with i915 for non-d3cold
` ✗ i915.CI.BAT: failure for drm/{i915, xe}: display (runtime) suspend/resume/shutdown unification

[PATCH v3 0/4] drm/i915/display: harden some bit-shifting operations
 2026-06-01  7:55 UTC  (5+ messages)
` [PATCH v3 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros
` [PATCH v3 2/4] drm/i915/display: harden shifts in ICL_DPCLKA_CFGCR0_DDI_CLK_SEL macros
` [PATCH v3 3/4] drm/i915/display: harden shift in intel_ddi_compute_config_late()
` [PATCH v3 4/4] drm/i915/display: remove unnecessary PHY_NONE definition

[RFC 0/2] Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-06-01  6:13 UTC  (5+ messages)
` [RFC 1/2] drm/i915/shmem: Prevent overflows on small segments

[PATCH v4 00/10] Vswing / Pre-emphasis Override
 2026-06-01  3:13 UTC  (17+ messages)
` [PATCH v4 01/10] drm/i915/bios: search for VBT #57 by default
` [PATCH v4 02/10] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v4 03/10] drm/i915/bios: structurize VS/PE-O metadata
` [PATCH v4 04/10] drm/i915/bios: print VS/PE-O port info
` [PATCH v4 05/10] drm/i915/bios: de/allocate VS/PE-O buffer for each port
` [PATCH v4 06/10] drm/i915/buf_trans: abstract VS/PE-O access and index computation
` [PATCH v4 07/10] drm/i915: override LT's VS/PE when requested
` [PATCH v4 08/10] drm/i915: override Snps's "
` [PATCH v4 09/10] drm/i915: override Combo's "
` [PATCH v4 10/10] drm/i915/bios: remove VS/PE-O warning
` ✗ i915.CI.BAT: failure for Vswing / Pre-emphasis Override

[PATCH v2 1/4] drm/i915/display: Don’t use atomic state back-pointer to derive color pipeline
 2026-05-31 18:27 UTC  (5+ messages)
` [PATCH v2 3/4] drm/i915: Avoid programming color HW blocks for NV12 Y planes
` [PATCH v2 4/4] drm/i915: Fix color blob reference handling in intel_plane_state

[PATCH] drm/i915/de: Remove the 2 usec fast timeout
 2026-05-30 12:01 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v2] drm/i915/edp: Check supported link rates DPCD read
 2026-05-30 11:07 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/edp: Check supported link rates DPCD read (rev2)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/gvt: validate LRCA-derived guest context range
 2026-05-30  7:55 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/edp: Check supported link rates DPCD read
 2026-05-30  1:42 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/display: update BW buddy initialization for LPDDR4 and LPDDR5
 2026-05-30  0:48 UTC  (6+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH v3 00/10]
 2026-05-29 21:51 UTC  (3+ messages)
` [PATCH v3 10/10] drm/vmwgfx: Remove unused field struct vmwgfx_du_update_plane.old_state

[PATCH] drm/xe/ggtt: use full-range drm_mm with reserved nodes on PF
 2026-05-29 21:03 UTC  (5+ messages)

[PATCH v3 00/31] Vswing/Preemphasis Override
 2026-05-29 19:30 UTC  (8+ messages)
` [PATCH v3 04/31] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v3 12/31] drm/i915/ddi: expose VS/PE-O buffers to intel_encoder

[PATCH v2 0/4] drm/i915/display: harden some bit-shifting operations
 2026-05-29 16:32 UTC  (3+ messages)
` [PATCH v2 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros

[PATCH v4] drm/i915/dmc: fix assert_dmc_loaded WARN during async firmware load
 2026-05-29 15:40 UTC  (2+ messages)

[PATCH RESEND v3 0/6] drm: handle IRQ_HPD events correctly
 2026-05-29 14:04 UTC  (5+ messages)
` [PATCH RESEND v3 1/6] drm/connector: report IRQ_HPD events to drm_connector_oob_hotplug_event()

[PATCH v2] drm/dp: Add byte-by-byte fallback for broken USB-C adapters
 2026-05-29 13:13 UTC 

[PATCH 0/3] drm/{i915, xe}: relocate shutdown and pm hooks from xe to display
 2026-05-29 11:09 UTC  (6+ messages)
` [PATCH 2/3] drm/{i915, xe}: move xe display shutdown and pm hooks to intel_display_driver.c

[PATCH] drm/i915/display: Use rmw in gen9_write_dc_state() to preserve non-DC bits
 2026-05-06 13:03 UTC 


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