public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
[PATCH 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled clear tracker
 2026-04-30 14:05 UTC  (2+ messages)
` [PATCH 2/2] gpu/tests/buddy: add clear-tracker allocation latency benchmarks

[PATCH v2 0/3] drm/i915/psr: DC entry prevention during active vblank
 2026-04-30 13:45 UTC  (4+ messages)
` [PATCH v2 1/3] drm/i915/psr: Unify DC state handling for PSR and Panel Replay on VBI enable
` [PATCH v2 2/3] drm/i915/dmc_wl: Expose intel_dmc_wl_supported()
` [PATCH v2 3/3] drm/i915/psr: Use DMC wakelock instead of DC state for VBI

[PATCH 0/5] drm/i915/intel_panel: Reduce redundant intel_panel_fixed_mode() calls
 2026-04-30 13:12 UTC  (6+ messages)
` [PATCH 1/5] drm/i915/intel_sdvo: Check fixed_mode->clock against max_dotclock in mode_valid
` [PATCH 2/5] drm/i915/intel_panel: Avoid calls to intel_panel_fixed_mode() "
` [PATCH 3/5] drm/i915/intel_dvo: Drop call to intel_panel_fixed_mode() from compute_config
` [PATCH 4/5] drm/i915/intel_sdvo: "
` [PATCH 5/5] drm/i915/dp: "

[PULL] drm-xe-next
 2026-04-30 13:00 UTC 

[PATCH v8 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-04-30 12:43 UTC  (4+ messages)
` [PATCH v8 1/2] drm/i915/selftests: Prevent userspace mapping invalidation
` [PATCH v8 2/2] drm/i915/selftests: Run vma tests only if current->mm is present
` ✓ i915.CI.BAT: success for drm/i915/selftests: Use safe userspace memory for mappings

[PATCH 0/2] drm/i915/psr: DC entry prevention during active vblank
 2026-04-30 11:36 UTC  (8+ messages)
` [PATCH 1/2] drm/i915/psr: Unify DC state handling for PSR and Panel Replay on VBI enable
` [PATCH 2/2] drm/i915/psr: Use DMC wakelock instead of DC state for VBI
` ✓ i915.CI.BAT: success for drm/i915/psr: DC entry prevention during active vblank
` ✗ i915.CI.Full: failure "

[PATCH v2] drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk
 2026-04-30 11:00 UTC  (7+ messages)
` ✗ i915.CI.BAT: failure for drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk (rev4)
` ✓ i915.CI.BAT: success for drm/i915/psr: Disable PSR2 on Xiaomi Book Pro 14 2026 as a quirk (rev5)
` ✓ i915.CI.Full: "

[PATCH] drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk
 2026-04-30 10:58 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for drm/i915/psr: Disable Panel Replay on Dell XPS 16 DA16260 as a quirk (rev2)
` ✓ i915.CI.Full: "

[PATCH 0/2] Fix MST VCPI lookup and modeset-lock splat
 2026-04-30 10:50 UTC  (5+ messages)
` [PATCH 1/2] drm/915/hdcp: Use new MST topology state in intel_conn_to_vcpi()
` [PATCH 2/2] drm/i915/hdcp: Drop mgr->base.lock acquisition "
` ✓ i915.CI.BAT: success for Fix MST VCPI lookup and modeset-lock splat
` ✗ i915.CI.Full: failure "

[PATCH 00/15] drm/i915: refactor display funcs, add display irq hooks
 2026-04-30 10:28 UTC  (22+ messages)
` [PATCH 01/15] drm/i915/display: move audio funcs under audio sub-struct
` [PATCH 02/15] drm/i915/display: move color funcs under color sub-struct
` [PATCH 03/15] drm/i915/display: move fdi funcs under fdi sub-struct
` [PATCH 04/15] drm/i915/display: move watermark funcs under wm sub-struct
` [PATCH 05/15] drm/i915/display: move hotplug irq funcs under hotplug sub-struct
` [PATCH 06/15] drm/i915/display: move dpll funcs under dpll sub-struct
` [PATCH 07/15] drm/i915/display: move cdclk funcs under cdclk sub-struct
` [PATCH 08/15] drm/i915/display: move display funcs under modeset sub-struct
` [PATCH 09/15] drm/i915/irq: deduplicate dg1_de_irq_postinstall() and gen11_de_irq_postinstall()
` [PATCH 10/15] drm/i915/irq: move VLV/CHV LPE irq handler call after irq acks
` [PATCH 11/15] drm/i915/irq: constify pipe stats parameters
` [PATCH 12/15] drm/i915/irq: add display irq funcs, start with intel_display_irq_reset()
` [PATCH 13/15] drm/i915/irq: add intel_display_irq_postinstall() to irq funcs
` [PATCH 14/15] drm/i915/irq: add intel_display_irq_ack() "
` [PATCH 15/15] drm/i915/irq: add intel_display_irq_handler() "
` ✗ i915.CI.BAT: failure for drm/i915: refactor display funcs, add display irq hooks

Fix MST VCPI lookup and modeset-lock splat
 2026-04-30 10:09 UTC  (5+ messages)
` [PATCH 1/2] drm/915/hdcp: Use new MST topology state in intel_conn_to_vcpi()
` [PATCH 2/2] drm/i915/hdcp: Drop mgr->base.lock acquisition "
` ✓ i915.CI.BAT: success for series starting with [1/2] drm/915/hdcp: Use new MST topology state "
` ✓ i915.CI.Full: "

[PATCH 0/8] drm/i915/display: refactor display funcs
 2026-04-30  9:33 UTC  (10+ messages)
` [PATCH 1/8] drm/i915/display: move audio funcs under audio sub-struct
` [PATCH 2/8] drm/i915/display: move color funcs under color sub-struct
` [PATCH 3/8] drm/i915/display: move fdi funcs under fdi sub-struct
` [PATCH 4/8] drm/i915/display: move watermark funcs under wm sub-struct
` [PATCH 5/8] drm/i915/display: move hotplug irq funcs under hotplug sub-struct
` [PATCH 6/8] drm/i915/display: move dpll funcs under dpll sub-struct
` [PATCH 7/8] drm/i915/display: move cdclk funcs under cdclk sub-struct
` [PATCH 8/8] drm/i915/display: move display funcs under modeset sub-struct
` ✓ i915.CI.BAT: success for drm/i915/display: refactor display funcs

[PATCH 1/2] drm/atomic: prefer drm_printf_indent() over inline \t
 2026-04-30  8:05 UTC  (5+ messages)
` [PATCH 2/2] drm/bridge: "

[PATCH] drm/i915/dp: Fix link retrain loop on pre-gen8 platforms with DP adapters
 2026-04-30  7:45 UTC 

[PATCH v4 00/13] CMTG enablement
 2026-04-30  7:16 UTC  (10+ messages)
` [PATCH v4 03/13] drm/i915/cmtg: Set timings for CMTG

[PULL] drm-misc-fixes
 2026-04-30  6:45 UTC 

[PATCH v3 00/26] Enable Pipe writeback
 2026-04-30  2:54 UTC  (3+ messages)

[PATCH] drm/i915/display: Avoid stale PIPE_SCANLINE values after crtc_enable
 2026-04-30  2:48 UTC  (6+ messages)
` ✗ i915.CI.BAT: failure for "
` ✓ i915.CI.BAT: success for drm/i915/display: Avoid stale PIPE_SCANLINE values after crtc_enable (rev2)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/dmc_wl: Remove macro HAS_DMC_WAKELOCK()
 2026-04-30  1:06 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 0/4] drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs
 2026-04-29 18:47 UTC  (7+ messages)
` [PATCH 1/4] drm/i915/bw: Extract platform-specific parameters

[PATCH v3 00/13] drm/i915/display: Add DC3CO support
 2026-04-29 18:00 UTC  (16+ messages)
` [PATCH v3 01/13] drm/i915/display: Remove TGL "
` [PATCH v3 02/13] drm/i915/display: Switch DC3Co enable from standalone bit to DC level encoding
` [PATCH v3 03/13] drm/i915/display: Use FIELD_PREP() for DC state enable bits
` [PATCH v3 04/13] drm/i915/display: Add DC3CO DC_STATE enable/disable support
` [PATCH v3 05/13] drm/i915/display: Add DC3CO support check and validate target DC state
` [PATCH v3 06/13] drm/i915/display: Add HAS_DC3CO() macro
` [PATCH v3 07/13] drm/i915/display: Add DC3CO eligibility computation
` [PATCH v3 08/13] drm/i915/display: Store DC3CO eligibility in PSR state
` [PATCH v3 09/13] drm/i915/display: PSR2: Set idle_frames to 0 for DC3CO
` [PATCH v3 10/13] drm/i915/display: Enable DC3CO idle protocol in ALPM
` [PATCH v3 11/13] drm/i915/display: PSR Add delayed work to exit DC3CO
` [PATCH v3 12/13] drm/i915/display: Add helper to enable DC counter
` [PATCH v3 13/13] drm/i915/display: Add DC3CO count and residency in dmc debugfs
` ✓ i915.CI.BAT: success for drm/i915/display: Add DC3CO support (rev3)
` ✗ i915.CI.Full: failure "

[PATCH 0/2] drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels
 2026-04-29 17:09 UTC  (8+ messages)
` [PATCH 2/2] drm/i915/intel_panel: Use highest refresh rate mode for seamless VRR changes
` ✗ i915.CI.Full: failure for drm/i915/intel_panel: Fix seamless VRR mode switching for DRRS panels

[PATCH 000/108] drm/i915/dp_link: Refactor DP link capability logic
 2026-04-29 15:35 UTC  (57+ messages)
` [PATCH 050/108] drm/i915/dp_link_caps: Add helpers to set max link limits
` [PATCH 052/108] drm/i915/dp_link_caps: Add helper to reset "
` [PATCH 053/108] drm/i915/dp_link_caps: Add helper to reset link_caps state
` [PATCH 058/108] drm/i915/dp_link_caps: Add link_caps prefix to common rate helpers
` [PATCH 059/108] drm/i915/dp_link_caps: Add missing documentation to exported functions
` [PATCH 060/108] drm/i915/dp_link_caps: Set forced link params before resetting link params
` [PATCH 062/108] drm/i915/dp_link_caps: Adjust max_limits when setting or resetting it
` [PATCH 063/108] drm/i915/dp: Simplify the modeset max link rate limit computation
` [PATCH 065/108] drm/i915/dp_tunnel: Query max link limits via link_caps for BW computation
` [PATCH 066/108] drm/i915/doc: Document DP link capabilities
` [PATCH 067/108] drm/i915/dp_link_caps: Move config table members to a substruct
` [PATCH 068/108] drm/i915/dp_link_caps: Factor out a helper to look up a config table rate
` [PATCH 069/108] drm/i915/dp_link_caps: Pass config table pointer to rate lookup helper
` [PATCH 070/108] drm/i915/dp_link_caps: Factor out helper to get link config from table by index
` [PATCH 071/108] drm/i915/dp_link_caps: Add helper to get config at iterator position
` [PATCH 072/108] drm/i915/dp_link_caps: Add helper to find position of matching config
` [PATCH 073/108] drm/i915/dp_link_training: Reset the max link limits in the fallback code
` [PATCH 074/108] drm/i915/dp_link_training: Use config iterator for BW-order fallback
` [PATCH 075/108] drm/i915/dp_link_training: Look up configurations using fuzzy rate matching
` [PATCH 076/108] drm/i915/dp_link_caps: Pass table pointer to the sort compare function
` [PATCH 077/108] drm/i915/dp_link_caps: Compare config tables instead of link parameters
` [PATCH 078/108] drm/i915/dp_link_caps: Precompute config table before update
` [PATCH 079/108] drm/i915/dp_link_caps: Compare internal config entries during table matching
` [PATCH 080/108] drm/i915/dp_link_caps: Use virtual config indexing in config table
` [PATCH 081/108] drm/i915/dp_link_caps: Simplify idx->link rate/lane count lookup
` [PATCH 082/108] drm/i915/dp_link_caps: Simplify BW order pos->config index array
` [PATCH 083/108] drm/i915/dp_link_caps: Add helper to get iteration order for a connector
` [PATCH 084/108] drm/i915/dp_link_caps: Add reset and merge update modes
` [PATCH 085/108] drm/i915/dp_link_caps: Add mask for disabled link configurations
` [PATCH 086/108] drm/i915/dp_link_caps: Add link configuration iterators
` [PATCH 087/108] drm/i915/dp_link_caps: Preserve disabled config mask during merge update
` [PATCH 088/108] drm/i915/dp_link_caps: Account for disabled configs during max link info update
` [PATCH 089/108] drm/i915/dp_link_caps: Add debugfs entry showing allowed configurations
` [PATCH 090/108] drm/i915/dp: Add a mask of valid configurations for modeset computation
` [PATCH 091/108] drm/i915/dp: Iterate configurations via link_caps for SST non-DSC
` [PATCH 092/108] drm/i915/dp: Iterate configurations via link_caps for SST DSC
` [PATCH 093/108] drm/i915/dp: Use link caps for eDP DSC config selection
` [PATCH 094/108] drm/i915/dp_mst: Use link caps for non-DSC "
` [PATCH 095/108] drm/i915/dp_mst: Use link caps for MST DSC "
` [PATCH 096/108] drm/i915/dp_test: Use link caps for compliance link configs
` [PATCH 097/108] drm/i915/dp: Remove min/max link config limits
` [PATCH 098/108] drm/i915/dp_link_training: Account for disabled configs during SST fallback
` [PATCH 099/108] drm/i915/dp_link_training: Disable failed config during fallback
` [PATCH 100/108] drm/i915/kunit: Enable KUnit tests
` [PATCH 101/108] drm/i915/kunit: Add DP link test stub
  ` [PATCH v2 "
` [PATCH 102/108] drm/xe/kunit: Add display test config
` [PATCH 103/108] drm/xe/kunit: Build DP link display tests
` [PATCH 104/108] drm/i915/kunit: setup DP link test context
` [PATCH 105/108] drm/i915/kunit: Export link training and caps funcs for testing
` [PATCH 106/108] drm/i915/kunit: DP link: add baseline fixed table reference test
` [PATCH 107/108] drm/i915/kunit: DP link: add update config tests
` [PATCH 108/108] drm/i915/kunit: DP link: add fallback tests
` ✗ Fi.CI.BUILD: failure for drm/i915/dp_link: Refactor DP link capability logic
` ✓ i915.CI.BAT: success for drm/i915/dp_link: Refactor DP link capability logic (rev2)
` ✗ i915.CI.Full: failure "

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-29 11:26 UTC  (3+ messages)
` [RFC PATCH v1 8/9] arm64: Add unsafe_copy_from_user()

[PATCH] [RFC]: drm/i915/display: Use ceiling division for NV12 UV surface offset calculation
 2026-04-29 11:08 UTC  (4+ messages)
` [PATCH] [RFC v3]: "

[PATCH v2 00/13] drm/i915/display: Add DC3CO support
 2026-04-29  7:31 UTC  (7+ messages)
` [PATCH v2 05/13] drm/i915/display: Add DC3CO support check and validate target DC state
` [PATCH v2 07/13] drm/i915/display: Add DC3CO eligibility computation

[PATCH v7 0/2] drm/i915/selftests: Use safe userspace memory for mappings
 2026-04-29  6:12 UTC  (8+ messages)
` [PATCH v7 1/2] drm/i915/selftests: Prevent userspace mapping invalidation
` [PATCH v7 2/2] drm/i915/selftests: Run vma tests only if current->mm is present

[PATCH 0/6] Enable joiner cursor fast updates
 2026-04-29  0:51 UTC  (9+ messages)
` [PATCH 1/6] drm/i915/cursor: Check joiner cursor commit status
` [PATCH 2/6] drm/i915/cursor: Add helper to update cursor plane
` [PATCH 3/6] drm/i915/cursor: Handle secondary cursor state
` [PATCH 4/6] drm/i915/cursor: Sync joiner "
` [PATCH 5/6] drm/i915/cursor: Program secondary cursor planes
` [PATCH 6/6] drm/i915/cursor: Allow joiner cursor fast path update
` ✓ i915.CI.BAT: success for Enable joiner cursor fast updates (rev2)
` ✓ i915.CI.Full: "

[RFC PATCH] drm/i915/psr: Prevent DC entry during active vblank for Panel Replay
 2026-04-28 23:56 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

[PATCH v5 0/8] drm/i915: move more display dependencies from i915
 2026-04-28 19:21 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915: move more display dependencies from i915 (rev5)

[PATCH v3] drm/i915/dg2: Add per-context control for Wa_22013059131
 2026-04-28 17:41 UTC  (3+ messages)

[PATCH][next] drm/i915/gvt: Avoid -Wflex-array-member-not-at-end warning
 2026-04-28 16:32 UTC  (3+ messages)

[PATCH 0/9] AS SDP cleanups and additions for Panel Replay + VRR
 2026-04-28 15:52 UTC  (2+ messages)
` ✓ i915.CI.Full: success for AS SDP cleanups and additions for Panel Replay + VRR (rev2)

[PATCH] drm/i915: skip __i915_request_skip() for already signaled requests
 2026-04-28 15:10 UTC  (3+ messages)

[PATCH] drm/i915: replace fetch_and_zero() with kernel xchg()
 2026-04-28 14:47 UTC  (3+ messages)


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