Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-22 17:26:26 to 2025-09-23 20:13:02 UTC [more...]

[PATCH v12 00/13] AuxCCS handling and render compression modifiers
 2025-09-23 20:12 UTC  (31+ messages)
` [PATCH v12 01/13] drm/xe/xelpg: Flush CCS when flushing caches
` [PATCH v12 02/13] drm/xe/xelp: Quiesce memory traffic before invalidating AuxCCS
` [PATCH v12 03/13] drm/xe/xelp: Support auxccs invalidation on blitter
` [PATCH v12 04/13] drm/xe/xelp: Use MI_FLUSH_DW_CCS on auxccs platforms
` [PATCH v12 05/13] drm/xe/xelp: Wait for AuxCCS invalidation to complete
` [PATCH v12 06/13] drm/xe: Export xe_emit_aux_table_inv
` [PATCH v12 07/13] drm/xe/xelp: Add AuxCCS invalidation to the indirect context workarounds
` [PATCH v12 08/13] drm/xe: Flush GGTT writes after populating DPT
` [PATCH v12 09/13] drm/xe: Handle DPT in system memory
` [PATCH v12 10/13] drm/xe/display: Add support for AuxCCS
` [PATCH v12 11/13] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
  ` [PATCH v13 "
` [PATCH v12 12/13] drm/xe: Do not use stolen memory for DPT on IGFX and AuxCCS
` [PATCH v12 13/13] drm/i915/display: Expose AuxCCS frame buffer modifiers for Xe
` ✗ CI.checkpatch: warning for AuxCCS handling and render compression modifiers (rev15)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ CI.checkpatch: warning for AuxCCS handling and render compression modifiers (rev16)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure for AuxCCS handling and render compression modifiers (rev15)
` ✗ Xe.CI.Full: failure for AuxCCS handling and render compression modifiers (rev16)

[PATCH] drm/xe/xe_vm: Remove unused DRM_GPUVA_OP_MAP case
 2025-09-23 19:56 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/20] drm/i915/cdclk: Decouple CDCLK from state->modeset
 2025-09-23 18:09 UTC  (24+ messages)
` [PATCH 01/20] drm/i915: Introduce intel_crtc_enable_changed() and intel_any_crtc_enable_changed()
` [PATCH 02/20] drm/i915: Introduce intel_crtc_active_changed() and intel_any_crtc_active_changed()
` [PATCH 03/20] drm/i915/bw: Skip the bw_state->active_pipes update if no pipe is changing its active state
` [PATCH 04/20] drm/1915/bw: Drop redundant display version checks
` [PATCH 05/20] drm/i915/cdclk: Extract glk_cdclk_audio_wa_needed()
` [PATCH 06/20] drm/i915/cdclk: Extract dg2_power_well_count()
` [PATCH 07/20] drm/i915/cdclk: Introduce intel_cdclk_modeset_checks()
` [PATCH 08/20] drm/i915/cdclk: Handle the force_min_cdclk state locking in intel_cdclk_atomic_check()
` [PATCH 09/20] drm/i915/cdclk: Extract intel_cdclk_update_bw_min_cdclk()
` [PATCH 10/20] drm/i915/cdclk: Extract intel_cdclk_update_crtc_min_cdclk()
` [PATCH 11/20] drm/i915/cdclk: Rework bw_min_cdclk handling
` [PATCH 12/20] drm/i915/cdclk: Do intel_cdclk_update_crtc_min_cdclk() per-pipe
` [PATCH 13/20] drm/i915/cdclk: Relocate intel_plane_calc_min_cdclk() calls
` [PATCH 14/20] drm/i915/cdclk: Rework crtc min_cdclk handling
` [PATCH 15/20] drm/i915/cdclk: Move intel_bw_crtc_min_cdclk() handling into intel_crtc_compute_min_cdclk()
` [PATCH 16/20] drm/i915/cdclk: Decuple cdclk from state->modeset
` [PATCH 17/20] drm/i915: Introduce intel_calc_enabled_pipes()
` [PATCH 18/20] drm/i915/cdclk: Use enabled_pipes instead of active_pipes for the glk audio w/a
` [PATCH 19/20] drm/i915/cdclk: Hide intel_modeset_calc_cdclk()
` [PATCH 20/20] drm/i915/cdclk: Move intel_cdclk_atomic_check()
` ✗ CI.checkpatch: warning for drm/i915/cdclk: Decouple CDCLK from state->modeset
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "

[PATCH v2 0/5] drm/i915/irq: display irq refactoring
 2025-09-23 17:58 UTC  (13+ messages)
` [PATCH v2 1/5] drm/i915/irq: drop intel_psr_regs.h include
` [PATCH v2 2/5] drm/i915/irq: initialize gen2_imr_mask in terms of enable_mask
` [PATCH v2 3/5] drm/i915/irq: abstract i9xx_display_irq_enable_mask()
` [PATCH v2 4/5] drm/i915/irq: move check for HAS_HOTPLUG() inside i9xx_hpd_irq_ack()
` [PATCH v2 5/5] drm/i915/irq: split ILK display irq handling
` ✓ CI.KUnit: success for drm/i915/irq: display irq refactoring (rev2)
` ✗ Xe.CI.Full: failure "

[PATCH v1 0/5] drm/xe: add VM_BIND DECOMPRESS support and on‑demand decompression
 2025-09-23 17:35 UTC  (7+ messages)
` [PATCH v1 1/5] drm/xe: add VM_BIND DECOMPRESS uapi flag
` [PATCH v1 4/5] drm/xe: implement VM_BIND decompression in vm_bind_ioctl
` [PATCH v1 5/5] drm/xe: perform on-demand decompression on VMA pagefaults

[PATCH 0/9] Introduce set_context_latency and refactor VRR/DSB timing logic
 2025-09-23 17:27 UTC  (21+ messages)
` [PATCH 1/9] drm/i915/psr: s/intel_psr_min_vblank_delay/intel_psr_min_set_context_latency
` [PATCH 2/9] drm/i915/display: Add set_context_latency to crtc_state
` [PATCH 3/9] drm/i915/vrr: Use set_context_latency instead of intel_vrr_real_vblank_delay()
` [PATCH 4/9] drm/i915/vrr: Use SCL for computing guardband
` [PATCH 5/9] drm/i915/vrr: s/intel_vrr_vblank_delay/intel_vrr_scl_delay
` [PATCH 6/9] drm/i915/dsb: s/intel_dsb_wait_vblank_delay/intel_dsb_wait_for_delayed_vblank
` [PATCH 7/9] drm/i915/display: Wait for scl start instead of dsb_wait_vblanks
` [PATCH 8/9] drm/i915/reg_defs: Add REG_FIELD_MAX wrapper for FIELD_MAX()
` [PATCH 9/9] drm/i915/vrr: Clamp guardband as per hardware and timing constraints
` ✓ CI.KUnit: success for Introduce set_context_latency and refactor VRR/DSB timing logic (rev2)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH] drm/xe/psmi: Do not return NULL
 2025-09-23 17:24 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[drm-xe:drm-xe-fixes] BUILD SUCCESS 77c8ede611c6a70a95f7b15648551d0121b40d6c
 2025-09-23 15:36 UTC 

[bug report] drm/xe/configfs: Allow to select by class only
 2025-09-23 15:21 UTC  (2+ messages)

[PATCH] drm/xe/configfs: Fix engine class parsing
 2025-09-23 15:06 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe: Allow mixed mappings for userptr
 2025-09-23 14:52 UTC  (2+ messages)

[PATCH 0/6] drm/i915/irq: display irq refactoring
 2025-09-23 14:17 UTC  (6+ messages)
` [PATCH 6/6] drm/i915/irq: split ILK display irq handling

[PATCH] drm/i915/alpm: Compute ALPM parameters into crtc_state->alpm_parameters
 2025-09-23 14:17 UTC  (4+ messages)

[PATCH v4 0/5] drm/xe/sriov: Don't migrate dmabuf BO to System RAM if P2P check succeeds
 2025-09-23 13:48 UTC  (22+ messages)
` [PATCH v4 1/5] PCI/P2PDMA: Don't enforce ACS check for device functions of Intel GPUs

[PATCH 0/2] drm/xe/debugfs: Small improvements
 2025-09-23 12:49 UTC  (4+ messages)
` [PATCH 2/2] drm/xe/debugfs: Improve .show() helper for GT-based attributes

[PATCH 0/2] Suspend improvements
 2025-09-23 12:37 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH 5/5] drm/i915/dp: Handle Synaptics DSC throughput link-bpp quirk
 2025-09-23 12:08 UTC  (4+ messages)
` [PATCH v2 "

[PATCH 0/5] drm/i915/dp: Work around a DSC pixel throughput issue
 2025-09-23 12:00 UTC  (9+ messages)
` [PATCH 2/5] drm/i915/dp: Calculate DSC slice count based on per-slice peak throughput
` [PATCH 4/5] drm/i915/dp: Verify branch devices' overall pixel throughput/line width
` ✓ Xe.CI.Full: success for drm/i915/dp: Work around a DSC pixel throughput issue (rev3)

[PATCH 0/9] Introduce set_context_latency and refactor VRR/DSB timing logic
 2025-09-23 11:45 UTC  (26+ messages)
` [PATCH 2/9] drm/i915/display: Add set_context_latency to crtc_state->vrr
` [PATCH 4/9] drm/i915/vrr: Use set_context_latency instead of intel_vrr_real_vblank_delay()
` [PATCH 6/9] drm/i915/display: Use set context latency in evasion logic
` [PATCH 7/9] drm/i915/dsb: s/intel_dsb_wait_vblank_delay/intel_dsb_wait_for_scl_lines
` [PATCH 8/9] drm/i915/display: Wait for scl start instead of dsb_wait_vblanks
` [PATCH 9/9] drm/i915/vrr: Clamp guardband as per hardware and timing constraints

[PATCH v7 1/3] drm/buddy: Optimize free block management with RB tree
 2025-09-23 10:31 UTC  (7+ messages)
` [PATCH v7 2/3] drm/buddy: Separate clear and dirty free block trees
` [PATCH v7 3/3] drm/buddy: Add KUnit tests for allocator performance under fragmentation
` ✗ CI.checkpatch: warning for series starting with [v7,1/3] drm/buddy: Optimize free block management with RB tree
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v5 1/3] drm/buddy: Optimize free block management with RB tree
 2025-09-23  9:23 UTC  (8+ messages)

[bug report] drm/xe/psmi: Add debugfs interface for PSMI
 2025-09-23  5:39 UTC  (3+ messages)

[drm-xe:drm-xe-next] BUILD SUCCESS df636bf2836644667c632864e25878bd928154f7
 2025-09-23  3:51 UTC 

[PATCH v4 0/5] drm/xe: Use poll_timeout_us()
 2025-09-23  3:05 UTC  (10+ messages)
` [PATCH v4 1/5] drm/xe/device: Use poll_timeout_us() to wait for lmem
` [PATCH v4 2/5] drm/xe/guc_pc: Use poll_timeout_us() for waiting
` [PATCH v4 3/5] drm/xe/guc: Drop helper to read freq
` [PATCH v4 4/5] drm/xe/guc: Extract function to print load error
` [PATCH v4 5/5] drm/xe/guc: Refactor GuC load to use poll_timeout_us()
` ✗ CI.checkpatch: warning for drm/xe: Use poll_timeout_us() (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v2] drm/xe/configfs: Correct mask and pattern check in lookup_engine_info
 2025-09-23  1:57 UTC  (6+ messages)
` ✓ CI.KUnit: success for drm/xe/configfs: Correct mask and pattern check in lookup_engine_info (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH v4 0/5] Preliminary support for separate VRAM region for kernel allocations on tiles
 2025-09-23  0:03 UTC  (4+ messages)
` ✓ CI.KUnit: success for Preliminary support for separate VRAM region for kernel allocations on tiles (rev4)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/xe_late_bind_fw: Various uninitialized variable fixes
 2025-09-22 22:08 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[PATCH] drm/xe/tests: Fix build break on clang 16.0.6
 2025-09-22 21:54 UTC  (2+ messages)

[PATCH] drm/xe/configfs: Correct mask and pattern check in lookup_engine_info
 2025-09-22 21:23 UTC  (6+ messages)
` ✓ Xe.CI.BAT: success for "
` ✓ Xe.CI.Full: "

[PATCH v3 0/3] drm/i915/xe3: Restrict PTL intel_encoder_is_c10phy() to only PHY A
 2025-09-22 20:14 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for drm/i915/xe3: Restrict PTL intel_encoder_is_c10phy() to only PHY A (rev3)

[PATCH] drm/i915/display: Set SPREAD_AMP bit to enable SSC
 2025-09-22 20:06 UTC  (3+ messages)

linux-next: manual merge of the drm-xe tree with the drm-fixes tree
 2025-09-22 19:25 UTC  (3+ messages)

[PATCH 0/2] Allow configfs to disable specific GT type(s)
 2025-09-22 18:24 UTC  (3+ messages)
` [PATCH 2/2] drm/xe/configfs: Add attribute to disable GT types

[PATCH 0/4] Improve CCS save/restore series (cont..)
 2025-09-22 18:18 UTC  (8+ messages)
` [PATCH 1/4] drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixups
` [PATCH 3/4] drm/xe/vf: Post migration fixups for CCS save/restore
` [PATCH 4/4] drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC

[PATCH] drm/xe/: Mutual Exclusivity b/w Multi CCS Mode & SRIOV VF Provisioning
 2025-09-22 17:42 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