Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-18 02:29:05 to 2026-05-19 09:02:36 UTC [more...]

[PATCH v5 00/19] drm/atomic: Rework initial state allocation
 2026-05-19  9:01 UTC  (11+ messages)
` [PATCH v5 01/19] drm/atomic: Document atomic commit lifetime
` [PATCH v5 02/19] drm/colorop: Fix typos in the doc
` [PATCH v5 03/19] drm/atomic: Drop drm_private_obj.state assignment from create_state
` [PATCH v5 04/19] drm/atomic: Expand atomic_create_state expectations for drm_private_obj
` [PATCH v5 05/19] drm/mode-config: Document drm_private_obj exclusion from drm_mode_config_reset()
` [PATCH v5 06/19] drm/colorop: Rename __drm_colorop_state_reset()
` [PATCH v5 07/19] drm/colorop: Create drm_atomic_helper_colorop_create_state()
` [PATCH v5 08/19] drm/atomic-state-helper: Fix __drm_atomic_helper_plane_reset() doc typo
` [PATCH v5 09/19] drm/atomic-state-helper: Rename __drm_atomic_helper_plane_state_reset()
` [PATCH v5 10/19] drm/plane: Add new atomic_create_state callback

[PATCH] drm/i915/color: Fix HDR pre-CSC LUT programming loop
 2026-05-19  8:37 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH 0/9] Don't whitelist OA registers unconditionally
 2026-05-19  8:32 UTC  (13+ messages)
` [PATCH 1/9] drm/xe/rtp: Add RING_FORCE_TO_NONPRIV_DENY to OA whitelists
` [PATCH 2/9] drm/xe/rtp: Maintain OA whitelists separately
` [PATCH 3/9] drm/xe/rtp: Keep track of non-OA nonpriv slots
` [PATCH 4/9] drm/xe/rtp: Generalize whitelist_apply_to_hwe
` [PATCH 5/9] drm/xe/rtp: Save OA nonpriv registers to register save/restore lists
` [PATCH 6/9] drm/xe/rtp: Toggle 'deny' bit to (de-)whitelist OA regs
` [PATCH 7/9] drm/xe/rtp: (De-)whitelist OA registers for all hwe's for a gt
` [PATCH 8/9] drm/xe/oa: (De-)whitelist OA registers on OA stream open/release
` [PATCH 9/9] drm/xe/rtp: Ensure locking/ref counting for OA whitelists
` ✓ CI.KUnit: success for Don't whitelist OA registers unconditionally
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/9] drm/xe: Refresh MEMIRQ code
 2026-05-19  8:25 UTC  (14+ messages)
` [PATCH v2 1/9] drm/xe: Add IRQ page to HW engine definition
` [PATCH v2 2/9] drm/xe/memirq: Make page layout macros private
` [PATCH v2 3/9] drm/xe/memirq: Update GuC initialization and IRQ handler
` [PATCH v2 4/9] drm/xe/memirq: Use IRQ page from HW engine definition
` [PATCH v2 5/9] drm/xe/memirq: Reduce buffer size
` [PATCH v2 6/9] drm/xe/memirq: Update diagnostic message
` [PATCH v2 7/9] drm/xe/memirq: Dump all source pages if MSI-X
` [PATCH v2 8/9] drm/xe/memirq: Drop cached iosys_map for MEMIRQ mask
` [PATCH v2 9/9] drm/xe/memirq: Drop cached iosys_map for MEMIRQ status
` ✓ CI.KUnit: success for drm/xe: Refresh MEMIRQ code (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v4 00/12] Fine grained fault locking, threaded prefetch, storm cache
 2026-05-19  8:01 UTC  (6+ messages)
` [PATCH v4 01/12] drm/xe: Fine grained page fault locking
` [PATCH v4 11/12] drm/xe: batch CT pagefault acks with periodic flush

[PATCH v3 00/31] Vswing/Preemphasis Override
 2026-05-19  6:21 UTC  (41+ messages)
` [PATCH v3 01/31] drm/i915/buf_trans: align xe3plpd with VS/PE-O layout
` [PATCH v3 02/31] drm/i915/bios: search for VBT #57 by default
` [PATCH v3 03/31] drm/i915/bios: log unsupported VS/PE-O parsing
` [PATCH v3 04/31] drm/i915/bios: store VBT #57's metadata in intel_vbt_data
` [PATCH v3 05/31] drm/i915/bios: de/allocate VS/PE-O buffers' matrix
` [PATCH v3 06/31] drm/i915/bios: structurize VS/PE-O metadata
` [PATCH v3 07/31] drm/i915/bios: add buf_trans for each bios_encoder
` [PATCH v3 08/31] drm/i915/bios: de/allocate buf_trans for each port
` [PATCH v3 09/31] drm/i915/bios: check VS/PE-O in helper func
` [PATCH v3 10/31] drm/i915/bios: print VS/PE-O port info
` [PATCH v3 11/31] drm/i915/bios: remove VS/PE-O warning
` [PATCH v3 12/31] drm/i915/ddi: expose VS/PE-O buffers to intel_encoder
` [PATCH v3 13/31] drm/i915/buf_trans: override VS/PE-O when requested
` [PATCH v3 14/31] drm/i915/buf_trans: abstract VS/PE-O index computation
` [PATCH v3 15/31] drm/i915/bios: parse LT's VS/PE-O tables
` [PATCH v3 16/31] drm/i915/bios: shrink all LT's VS/PE tables
` [PATCH v3 19/31] drm/i915/bios: parse Snps's VS/PE-O tables
` [PATCH v3 20/31] drm/i915/bios: shrink all Snps's VS/PE tables
` [PATCH v3 25/31] drm/i915/bios: parse EHL's VS/PE-O tables

[PATCH v6 0/6] Add get-error-counter and clear-error-counter support for CRI
 2026-05-19  5:54 UTC  (7+ messages)
` [PATCH v6 2/6] drm/xe/xe_ras: Add support to get error counter in CRI
` [PATCH v6 3/6] drm/xe/xe_ras: Add support to clear error counter
` [PATCH v6 4/6] drm/xe/xe_drm_ras: Wire get/clear counter callbacks

[PATCH] drm/xe: Check for dead config space on reading all 1s
 2026-05-19  4:21 UTC  (4+ messages)
` [PATCHv2] "
` ✓ CI.KUnit: success for drm/xe: Check for dead config space on reading all 1s (rev2)
` ✓ Xe.CI.BAT: "

[PATCH] Revert "drm/i915/backlight: Remove try_vesa_interface"
 2026-05-19  2:33 UTC  (4+ messages)
` [PATCH] drm/i915/display: Use PIPEDMC_FRMTMSTMP on display ver >= 30

[PATCH v2] drm/xe/multi_queue: Fix secondary queue error case
 2026-05-19  1:57 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe/multi_queue: Fix secondary queue error case (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 0/4] drm/xe/rtp: WA table context testing
 2026-05-18 22:24 UTC  (8+ messages)
` [PATCH 2/4] drm/xe/rtp: Add GT WAs rule checking
` [PATCH 3/4] drm/xe/rtp: Add OOB "

[PATCH] drm/xe/guc: Use xe_device_is_l2_flush_optimized()
 2026-05-18 21:33 UTC  (6+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v4 0/5] drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs
 2026-05-18 21:13 UTC  (11+ messages)
` [PATCH v4 1/5] drm/i915/bw: Don't call intel_dram_info() too early
` [PATCH v4 2/5] drm/i915/bw: Extract platform-specific parameters
` [PATCH v4 3/5] drm/i915/bw: Deduplicate intel_sa_info instances
` [PATCH v4 4/5] drm/i915/bw: Rename struct intel_sa_info to intel_display_bw_params
` [PATCH v4 5/5] drm/i915/bw: Extract get_display_bw_params()
` ✓ CI.KUnit: success for drm/i915/bw: Split bandwidth params into platform- and display-IP-specific structs (rev3)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH 00/14] drm/{i915,xe}: BIOS FB takeover fixes
 2026-05-18 20:16 UTC  (8+ messages)
` [PATCH 09/14] drm/xe: Abstract the initial FB PTE checks a bit
` [PATCH 12/14] drm/xe: Use the correct stolen offset in initial FB readout

[PATCH v3 0/5] gpu/buddy: Per-order free and used block scoreboards
 2026-05-18 19:50 UTC  (15+ messages)
` [PATCH v3 1/5] gpu/buddy: Fix use-after-free in split_block() call sites
` [PATCH v3 2/5] gpu/buddy: Remove redundant condition in alloc_from_freetree() error path
` [PATCH v3 3/5] gpu/buddy: Introduce __gpu_buddy_undo_splits() helper
` [PATCH v3 4/5] gpu/buddy: Track per-order free blocks with a scoreboard
` [PATCH v3 5/5] gpu/buddy: Track per-order used "
` ✗ CI.checkpatch: warning for gpu/buddy: Per-order free and used block scoreboards (rev4)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe/multi_queue: Fix secondary queue error case
 2026-05-18 18:44 UTC  (4+ messages)

[PATCH v5] drm/xe: Unify fault injection hooks for CSC, GT reset
 2026-05-18 17:34 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for drm/xe: Unify fault injection hooks for CSC, GT reset (rev6)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/5] drm/i915/dp: Sanitize link capability change handling
 2026-05-18 16:04 UTC  (9+ messages)
` [PATCH 1/5] drm/i915/dp: Add helpers to reset link params
` [PATCH 2/5] drm/i915/dp: Reset link params after a DPRX capability change
` [PATCH 3/5] drm/i915/dp: Add helper to set common link params
` [PATCH 4/5] drm/i915/dp: Cache max common lane count
` [PATCH 5/5] drm/i915/dp: Detect changes in common link parameters
` ✓ CI.KUnit: success for drm/i915/dp: Sanitize link capability change handling
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH] drm/xe: Revoke drm_vma_node on xe_mmio_gem free
 2026-05-18 15:36 UTC  (4+ messages)

[PATCH 0/2] Add drm_ras netlink error event support
 2026-05-18 15:23 UTC  (6+ messages)
` [PATCH 1/2] drm/drm_ras: Add drm_ras netlink error event
` [PATCH 2/2] drm/xe/xe_drm_ras: Add error-event support in XE drm_ras
` ✓ CI.KUnit: success for Add drm_ras netlink error event support
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.FULL: "

[PATCH] drm/i915/display: use set_context_latency for DSB W2-line waits
 2026-05-18 14:52 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/4] drm/i915/display: Switch DG2 MPLLB handling to the DPLL framework
 2026-05-18 14:00 UTC  (8+ 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 "
` ✓ CI.KUnit: success for drm/i915/display: Switch DG2 MPLLB handling to the "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 2/3] drm/xe: Use trace_call__##name() at guarded tracepoint call site
 2026-05-15 14:01 UTC 

[PATCH v4] drm/xe: Unify fault injection hooks for CSC, GT reset
 2026-05-18 12:48 UTC  (3+ messages)

[PATCH v5 00/14] Introduce Xe Uncorrectable Error Handling
 2026-05-18 10:50 UTC  (7+ messages)
` [PATCH v5 05/14] drm/xe: Skip device access during PCI error recovery
` [PATCH v5 07/14] drm/xe/xe_ras: Add support for uncorrectable core-compute errors
` [PATCH v5 09/14] drm/xe/xe_ras: Add support to query device memory errors

[PATCH] drm/intel/display: Add support for pipe background color (v4)
 2026-05-18 10:47 UTC  (4+ messages)

[PATCH v2 00/13] drm/i915/color: Enable SDR plane color pipeline
 2026-05-18  9:09 UTC  (3+ messages)
` [PATCH v2 05/13] drm/i915/color: Fix HDR pre-CSC LUT programming loop

[PATCH 00/12] Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM
 2026-05-18  8:54 UTC  (16+ 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: Split AS SDP computation between compute_config and compute_config_late
` [PATCH 10/12] drm/i915/dp: Compute and include coasting vtotal for AS SDP
` [PATCH 11/12] drm/i915/dp: Always enable AS SDP if supported by source + sink
` [PATCH 12/12] drm/i915/dp: Account for AS_SDP guardband only when enabled
` ✓ CI.KUnit: success for Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM (rev3)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH 0/2] Insert instead of copy pages into shmem when shrinking
 2026-05-18  8:34 UTC  (10+ messages)
` [PATCH 1/2] mm/shmem: add shmem_insert_folio()

[PATCH] drm/xe: Revoke drm_vma_node on xe_mmio_gem destroy
 2026-05-18  8:19 UTC  (2+ messages)

[PATCH 00/11] Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM
 2026-05-18  6:47 UTC  (15+ messages)
` [PATCH 01/11] drm/i915/psr: Add helper to get Async Video timing support in PR active
` [PATCH 02/11] drm/i915/dp: Add member to intel_dp to store AS SDP v2 support
` [PATCH 03/11] drm/i915/dp: Allow AS SDP only if v2 is supported
` [PATCH 04/11] drm/i915/psr: Write the PR config DPCDs in burst mode
` [PATCH 05/11] drm/i915/display: Add helper for AS SDP transmission time selection
` [PATCH 06/11] drm/i915/psr: Program Panel Replay CONFIG3 using AS SDP transmission time
` [PATCH 07/11] drm/i915/dp: Set relevant Downspread Ctrl DPCD bits for PR + Auxless ALPM
` [PATCH 08/11] drm/i915/dp: Program AS SDP DB[1:0] for PR with Link off
` [PATCH 09/11] drm/i915/dp: Split AS SDP computation between compute_config and compute_config_late
` [PATCH 10/11] drm/i915/dp: Compute and include coasting vtotal for AS SDP
` [PATCH 11/11] drm/i915/dp: Always enable AS SDP if supported by source + sink
` ✓ CI.KUnit: success for Fix Adaptive-Sync SDP for PR with Link ON + Auxless-ALPM (rev2)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.FULL: failure "

[PATCH v2 0/4] PSR2 SDP on Prior Scanline workarounds
 2026-05-18  6:24 UTC  (4+ messages)
` [PATCH v2 4/4] drm/i915/psr: Apply SDP on prior scanline workaround for Xe3p

[PATCH v2 0/3] drm/i915/psr: DC entry prevention during active vblank
 2026-05-18  5:48 UTC  (4+ messages)
` [PATCH v2 3/3] drm/i915/psr: Use DMC wakelock instead of DC state for VBI

[PATCH 0/2] Refactor and extend SCL handling for VRRTG
 2026-05-18  2:35 UTC  (5+ messages)
` [PATCH 1/2] drm/i915/psr: Simplify the conditions for SCL computation
` [PATCH 2/2] drm/i915/psr: Allow SCL=0 on platforms with always-on VRR TG


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