Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-26 14:10:13 to 2026-05-28 10:35:42 UTC [more...]

[PATCH 00/11] drm/i915/bw: Cleanups
 2026-05-28 10:34 UTC  (9+ messages)
` [PATCH 01/11] drm/i915/bw: Don't memcpy() pointlessly
` [PATCH 02/11] drm/i915/bw: Streamline dg2_get_bw_info()
` [PATCH 03/11] drm/i915/bw: Initialize num_planes sensibly for the first plane group in TGL+
` [PATCH 04/11] drm/i915/bw: Move 'bi_next' to tighter scope
` [PATCH 05/11] drn/i915/bw: s/num_points/num_qgv_points/
` [PATCH 06/11] drm/i915/bw: Move num_{qgv, psf}_points out from the plane group
` [PATCH 07/11] drm/i915/bw: Move psf_bw[] "
` [PATCH 08/11] drm/i915/bw: Move peakbw[] "

[PATCH v4 00/13] drm/i915/display: Add DC3CO support
 2026-05-28  9:46 UTC  (24+ messages)
` [PATCH v4 01/13] drm/i915/display: Remove TGL "
` [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 05/13] drm/i915/display: Add DC3CO support check
` [PATCH v4 06/13] drm/i915/display: Add HAS_DC3CO() macro
` [PATCH v4 07/13] drm/i915/display: Add DC3CO eligibility computation
` [PATCH v4 08/13] drm/i915/display: Store DC3CO eligibility in PSR state
` [PATCH v4 09/13] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [PATCH v4 10/13] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [PATCH v4 11/13] drm/i915/display: PSR Add delayed work to exit DC3CO
` [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
` ✓ i915.CI.BAT: success for drm/i915/display: Add DC3CO support (rev4)
` ✗ i915.CI.Full: failure "
` ✓ i915.CI.Full: success "

[PATCH v2 0/4] drm/i915/display: harden some bit-shifting operations
 2026-05-28  9:30 UTC  (5+ messages)
` [PATCH v2 1/4] drm/i915/display: harden masks in HSW_AUD_PIN_ELD_CP_VLD macros
` [PATCH v2 2/4] drm/i915/display: harden shifts in ICL_DPCLKA_CFGCR0_DDI_CLK_SEL macros
` [PATCH v2 3/4] drm/i915/display: harden shift in intel_ddi_compute_config_late()
` [PATCH v2 4/4] drm/i915/display: remove unnecessary PHY_NONE definition

[PATCH] drm/i915: Remove drm_dev_unregister() from the error path during i915_driver_register()
 2026-05-28  7:24 UTC  (3+ messages)

[PATCH i-g-t] tests/intel/gem_softpin: Show debug info also on success
 2026-05-28  6:48 UTC  (2+ messages)

[CI v2 00/17] For CI only: DC3CO/CMTG validation series
 2026-05-28  5:56 UTC  (19+ messages)
` [CI v2 01/17] drm/i915/cmtg: Enable CMTG
` [CI v2 02/17] drm/i915/display: Remove TGL DC3CO support
` [CI v2 03/17] drm/i915/display: Switch DC3CO enable from standalone bit to DC level encoding
` [CI v2 04/17] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [CI v2 05/17] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [CI v2 06/17] drm/i915/display: Add DC3CO support check
` [CI v2 07/17] drm/i915/display: Add HAS_DC3CO() macro
` [CI v2 08/17] drm/i915/display: Add DC3CO eligibility computation
` [CI v2 09/17] drm/i915/display: Store DC3CO eligibility in PSR state
` [CI v2 10/17] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [CI v2 11/17] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [CI v2 12/17] drm/i915/display: PSR Add delayed work to exit DC3CO
` [CI v2 13/17] drm/i915/display: Add helper to enable DC counter
` [CI v2 14/17] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` [CI v2 15/17] drm/i915/display: program CMTG before DC3CO enable
` [CI v2 16/17] drm/i915/display: Add RO bit masking gen9_write_dc_state()
` [CI v2 17/17] drm/i915/display: Enable DC3CO for display version 35+
` ✓ i915.CI.BAT: success for For CI only: DC3CO/CMTG validation series (rev2)

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

[PATCH 0/3] drm/{i915, xe}: relocate shutdown and pm hooks from xe to display
 2026-05-27 20:56 UTC  (10+ messages)
` [PATCH 1/3] drm/xe/display: rename xe_display_pm_shutdown*() to xe_display_shutdown*()
` [PATCH 2/3] drm/{i915, xe}: move xe display shutdown and pm hooks to intel_display_driver.c
` [PATCH 3/3] drm/i915/display: move d3cold allowed handling to parent interface
` ✓ i915.CI.BAT: success for drm/{i915, xe}: relocate shutdown and pm hooks from xe to display
` ✓ i915.CI.Full: "

[PATCH 0/4] DSC max delta bpp support
 2026-05-27 20:04 UTC  (7+ 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 (rev3)
` ✓ i915.CI.Full: "

[CI 00/17] For CI only: DC3CO/CMTG validation series
 2026-05-27 19:04 UTC  (19+ messages)
` [CI 01/17] drm/i915/cmtg: Enable CMTG
` [CI 02/17] drm/i915/display: Remove TGL DC3CO support
` [CI 03/17] drm/i915/display: Switch DC3CO enable from standalone bit to DC level encoding
` [CI 04/17] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [CI 05/17] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [CI 06/17] drm/i915/display: Add DC3CO support check
` [CI 07/17] drm/i915/display: Add HAS_DC3CO() macro
` [CI 08/17] drm/i915/display: Add DC3CO eligibility computation
` [CI 09/17] drm/i915/display: Store DC3CO eligibility in PSR state
` [CI 10/17] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [CI 11/17] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [CI 12/17] drm/i915/display: PSR Add delayed work to exit DC3CO
` [CI 13/17] drm/i915/display: Add helper to enable DC counter
` [CI 14/17] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` [CI 15/17] drm/i915/display: program CMTG before DC3CO enable
` [CI 16/17] drm/i915/display: Add RO bit masking gen9_write_dc_state()
` [CI 17/17] drm/i915/display: Enable DC3CO for display version 35+
` ✗ Fi.CI.BUILD: failure for For CI only: DC3CO/CMTG validation series

[PATCH] drm/xe/ggtt: use full-range drm_mm with reserved nodes on PF
 2026-05-27 15:48 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "

[RFC 0/2] Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-05-27 15:04 UTC  (6+ messages)
` [RFC 1/2] drm/i915/shmem: Prevent overflows on small segments
` [RFC 2/2] drivers/iommu: Unroll unsuccessful mapping
` ✗ i915.CI.BAT: failure for Improve memory management for large object allocations when i915/shmem is used with iommu

[PATCH 0/2] drm/i915: .runtime_suspend/.runtime_resume renames for clarity
 2026-05-27 13:59 UTC  (7+ messages)
` [PATCH 1/2] drm/i915/power: add "runtime" to intel_display_power_{suspend, resume}() names
  ` [PATCH 1/2] drm/i915/power: add "runtime" to intel_display_power_{suspend,resume}() names
` [PATCH 2/2] drm/i915: rename intel_runtime_{suspend, resume} to i915_pm_runtime_{suspend, resume}
  ` [PATCH 2/2] drm/i915: rename intel_runtime_{suspend,resume} to i915_pm_runtime_{suspend,resume}
` ✗ i915.CI.BAT: failure for drm/i915: .runtime_suspend/.runtime_resume renames for clarity

[PATCH] drm/dp: Add DSC virtual DPCD quirk for Realtek MST branch device
 2026-05-27 13:43 UTC  (3+ messages)

[PATCH v4 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-05-27 13:25 UTC  (3+ messages)
` [PATCH v4 2/2] gpu/tests/buddy: add clear-tracker allocation latency benchmarks
` ✗ i915.CI.BAT: failure for series starting with [v4,1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker

[PATCH 00/12] Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM
 2026-05-27 12:43 UTC  (17+ messages)
` [PATCH 01/12] drm/i915/psr: Add helper to get Async Video timing support in PR active
` [PATCH 02/12] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
` [PATCH 03/12] drm/i915/dp: Allow AS SDP only if v2 is supported
` [PATCH 04/12] drm/i915/psr: Write the PR config DPCDs in burst mode
` [PATCH 05/12] drm/i915/display: Add helper for AS SDP transmission time selection
` [PATCH 06/12] drm/i915/psr: Program Panel Replay CONFIG3 using AS SDP transmission time
` [PATCH 07/12] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
` [PATCH 08/12] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off
` [PATCH 09/12] drm/i915/dp: Compute and include coasting vtotal for AS SDP
` [PATCH 10/12] drm/i915/dp: Compute AS SDP after PSR compute config
` [PATCH 11/12] drm/i915/dp: Enable AS SDP whenever VRR is possible or PR !async
` [PATCH 12/12] drm/i915/dp: Account for AS_SDP guardband only when enabled
` ✓ i915.CI.BAT: success for Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM (rev6)
` ✓ i915.CI.Full: "

[PATCH 2/9] drm/i915/display: Use an unbound workqueue for atomic clean up
 2026-05-27  9:12 UTC  (2+ messages)

[PATCH 0/3] drm/i915/power: renames, cleanups
 2026-05-27  9:03 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH v6 00/19] drm/atomic: Rework initial state allocation
 2026-05-27  8:53 UTC  (22+ messages)
` [PATCH v6 01/19] drm/atomic: Document atomic commit lifetime
` [PATCH v6 02/19] drm/colorop: Fix typos in the doc
` [PATCH v6 03/19] drm/atomic: Drop drm_private_obj.state assignment from create_state
` [PATCH v6 04/19] drm/atomic: Expand atomic_create_state expectations for drm_private_obj
` [PATCH v6 05/19] drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
` [PATCH v6 06/19] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v6 07/19] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v6 08/19] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v6 09/19] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v6 10/19] drm/plane: Add new atomic_create_state callback
` [PATCH v6 11/19] drm/atomic-state-helper: Rename __drm_atomic_helper_crtc_state_reset()
` [PATCH v6 12/19] drm/crtc: Add new atomic_create_state callback
` [PATCH v6 13/19] drm/atomic-state-helper: Rename __drm_atomic_helper_connector_state_reset()
` [PATCH v6 14/19] drm/hdmi: Rename __drm_atomic_helper_connector_hdmi_reset()
` [PATCH v6 15/19] drm/connector: Add new atomic_create_state callback
` [PATCH v6 16/19] drm/mode-config: Create drm_mode_config_create_initial_state()
` [PATCH v6 17/19] drm/drv: Switch skeleton to drm_mode_config_create_initial_state()
` [PATCH v6 18/19] drm/tidss: Convert to atomic_create_state
` [PATCH v6 19/19] drm/bridge_connector: "
` ✗ i915.CI.BAT: failure for drm/atomic: Rework initial state allocation (rev5)

[PULL] drm-intel-fixes
 2026-05-27  7:55 UTC 

[PATCH RFC 00/12] Add support for DisplayPort link training information report
 2026-05-27  7:24 UTC  (7+ messages)

[PATCH] drm/i915/color: Fix plane color pipeline programming bugs
 2026-05-27  5:22 UTC  (4+ messages)
` [PATCH v2 1/2] drm/i915/color: Fix step discontinuity in Post-CSC Gamma LUT
  ` [PATCH v2 2/2] drm/i915/color: Fix Pre-CSC degamma LUT bounds

[PATCH v7 00/15] CMTG enablement
 2026-05-27  1:52 UTC  (6+ messages)
` [PATCH v7 13/15] drm/i915/cmtg: Add trigger to enable/disable cmtg
` [PATCH v7 14/15] drm/i915/cmtg: Restore CMTG after DC6 exit
` [PATCH v7 15/15] [Not for Review] Debug patch
` ✓ i915.CI.BAT: success for CMTG enablement (rev7)
` ✗ i915.CI.Full: failure "

[PATCH 0/3] don't allow changes to inactive colorops
 2026-05-26 23:04 UTC  (7+ messages)
` [PATCH 1/3] drm/atomic: only add states of active or transient active colorops
` [PATCH 2/3] drm/atomic: duplicate state of all colorops
` [PATCH 3/3] drm/atomic: reject colorop update from inactive color pipeline
` ✗ i915.CI.BAT: failure for don't allow changes to inactive colorops

[RESEND 1/6] drm/{i915, xe}: move xe_display_flush_cleanup_work() to i915 display
 2026-05-26 19:26 UTC  (5+ messages)
` [PATCH v2] "
  ` [PATCH v2] drm/{i915,xe}: "

[PATCH] drm/i915/audio: skip ELD query for force-off connectors
 2026-05-26 17:41 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v7 0/4] drm/atomic: track individual colorop updates
 2026-05-26 16:58 UTC  (5+ messages)
` [PATCH v7 4/4] drm/amd/display: use plane color_mgmt_changed to track colorop changes

[PATCH v2] drm/i915: use 'depends on' with visible DEBUG_OBJECTS for DRM_I915_DEBUG and DRM_I915_SW_FENCE_DEBUG_OBJECTS
 2026-05-26 16:03 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm/i915: use 'depends on' with visible DEBUG_OBJECTS for DRM_I915_DEBUG and DRM_I915_SW_FENCE_DEBUG_OBJECTS (rev2)

[PATCH 10/11] drm/i915/dp: Enable AS SDP whenever VRR is possible
 2026-05-26 15:15 UTC  (4+ messages)
` [PATCH 10/11] drm/i915/dp: Enable AS SDP whenever VRR is possible or PR !async


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