Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-23 12:37:11 to 2025-09-24 11:05:42 UTC [more...]

next-20250922: xe_device_sysfs.c:300:25: error: label 'cleanup' used but not defined
 2025-09-24  6:14 UTC  (2+ messages)

[PATCH 0/9] Introduce set_context_latency and refactor VRR/DSB timing logic
 2025-09-24 10:51 UTC  (8+ 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/dsb: s/intel_dsb_wait_vblank_delay/intel_dsb_wait_for_delayed_vblank
` [PATCH 6/9] drm/i915/display: Wait for scl start instead of dsb_wait_vblanks
` [PATCH 7/9] drm/i915/reg_defs: Add REG_FIELD_MAX wrapper for FIELD_MAX()

[PATCH v2 00/34] VF migration redesign
 2025-09-24 11:00 UTC  (47+ messages)
` [PATCH v2 01/34] drm/xe/vf: Lock querying GGTT config during driver init
` [PATCH v2 02/34] Revert "drm/xe/vf: Rebase exec queue parallel commands during migration recovery"
` [PATCH v2 03/34] Revert "drm/xe/vf: Post migration, repopulate ring area for pending request"
` [PATCH v2 04/34] Revert "drm/xe/vf: Fixup CTB send buffer messages after migration"
` [PATCH v2 05/34] drm/xe: Save off position in ring in which a job was programmed
` [PATCH v2 06/34] drm/xe/guc: Track pending-enable source in submission state
` [PATCH v2 07/34] drm/xe: Track LR jobs in DRM scheduler pending list
` [PATCH v2 08/34] drm/xe: Don't change LRC ring head on job resubmission
` [PATCH v2 09/34] drm/xe: Make LRC W/A scratch buffer usage consistent
` [PATCH v2 10/34] drm/xe/guc: Document GuC submission backend
` [PATCH v2 11/34] drm/xe/vf: Add xe_gt_sriov_vf_recovery_inprogress helper
` [PATCH v2 12/34] drm/xe/vf: Make VF recovery run on per-GT worker
` [PATCH v2 13/34] drm/xe/vf: Abort H2G sends during VF post-migration recovery
` [PATCH v2 14/34] drm/xe/vf: Remove memory allocations from VF post migration recovery
` [PATCH v2 15/34] drm/xe/vf: Close multi-GT GGTT shift race
` [PATCH v2 16/34] drm/xe/vf: Teardown VF post migration worker on driver unload
` [PATCH v2 17/34] drm/xe/vf: Don't allow GT reset to be queued during VF post migration recovery
` [PATCH v2 18/34] drm/xe/vf: Wakeup in GuC backend on "
` [PATCH v2 19/34] drm/xe/vf: Extra debug on GGTT shift
` [PATCH v2 20/34] drm/xe/vf: Use GUC_HXG_TYPE_EVENT for GuC context register
` [PATCH v2 21/34] drm/xe/vf: Stop and flush CTs in VF post migration recovery
` [PATCH v2 22/34] drm/xe/vf: Reset TLB invalidations during "
` [PATCH v2 23/34] drm/xe/vf: Kickstart after resfix in "
` [PATCH v2 24/34] drm/xe/vf: Start CTs before resfix "
` [PATCH v2 25/34] drm/xe/vf: Abort VF post migration recovery on failure
` [PATCH v2 26/34] drm/xe/vf: Replay GuC submission state on pause / unpause
` [PATCH v2 27/34] drm/xe: Move queue init before LRC creation
` [PATCH v2 28/34] drm/xe/vf: Add debug prints for GuC replaying state during VF recovery
` [PATCH v2 29/34] drm/xe/vf: Workaround for race condition in GuC firmware during VF pause
` [PATCH v2 30/34] drm/xe: Use PPGTT addresses for TLB invalidation to avoid GGTT fixups
` [PATCH v2 31/34] drm/xe/vf: Use primary GT ordered work queue on media GT on PTL VF
` [PATCH v2 32/34] drm/xe/vf: Ensure media GT VF recovery runs after primary GT on PTL
` [PATCH v2 33/34] drm/xe/vf: Rebase CCS save/restore BB GGTT addresses
` [PATCH v2 34/34] drm/xe/guc: Increase wait timeout to 2sec after BUSY reply from GuC
` ✓ CI.KUnit: success for VF migration redesign (rev2)
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH][next][V2] drm/xe/xe_late_bind_fw: Fix missing initialization of variable offset
 2025-09-24 10:54 UTC  (3+ messages)
` ✗ CI.checkpatch: warning for drm/xe/xe_late_bind_fw: Fix missing initialization of variable offset (rev2)
` ✓ CI.KUnit: success "

[PATCH] drm/i915/fbc: update the impacted platforms in wa_22014263786
 2025-09-24 10:48 UTC  (3+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH][next] drm/xe/xe_late_bind_fw: Fix missing initialization of variable offset
 2025-09-24 10:14 UTC 

[PATCH 00/20] drm/i915/cdclk: Decouple CDCLK from state->modeset
 2025-09-24  9:56 UTC  (35+ 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 v2 "
` [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 "
` ✗ Xe.CI.Full: failure "
` ✓ Xe.CI.BAT: success "
` ✗ CI.checkpatch: warning for drm/i915/cdclk: Decouple CDCLK from state->modeset (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "

[PATCH 0/9] Introduce set_context_latency and refactor VRR/DSB timing logic
 2025-09-24  9:49 UTC  (23+ 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/i915/gem: add i915_gem_fence_wait_priority_display() helper
 2025-09-24  9:45 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH 1/2] drm/xe: Fix ggtt fb alignment
 2025-09-24  9:05 UTC  (6+ messages)
` [PATCH 2/2] drm/xe: Fix DPT frame buffer alignment
` ✗ CI.checkpatch: warning for series starting with [1/2] drm/xe: Fix ggtt fb alignment
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH v4 1/5] PCI/P2PDMA: Don't enforce ACS check for device functions of Intel GPUs
 2025-09-24  8:29 UTC  (21+ messages)

[PATCH] drm/xe/configfs: Fix engine class parsing
 2025-09-24  8:28 UTC  (4+ messages)

[PATCH v12 00/13] AuxCCS handling and render compression modifiers
 2025-09-24  7:59 UTC  (13+ messages)
` [PATCH v12 11/13] drm/xe: Force flush system memory AuxCCS framebuffers before scan out
` ✗ 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 v2 0/5] drm/i915/irq: display irq refactoring
 2025-09-24  6:47 UTC  (14+ 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 0/5] drm/i915/dp: Work around a DSC pixel throughput issue
 2025-09-24  5:44 UTC  (4+ messages)
` ✗ Xe.CI.BAT: failure for drm/i915/dp: Work around a DSC pixel throughput issue (rev3)

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

[PATCH v6 4/4] drm/xe: Don't change LRC ring head on job resubmission
 2025-09-24  3:26 UTC  (2+ messages)
` [v6,4/4] "

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

[PATCH 0/4] Improve VMA merging for CPU-address-mirrored mappings
 2025-09-24  2:21 UTC  (5+ messages)
` [PATCH 1/4] drm/xe: Add helper to extend CPU-mirrored VMA range for merge
` [PATCH 3/4] drm/xe/svm: Extend MAP range to reduce vma fragmentation

[PATCH] drm/xe: Allow mixed mappings for userptr
 2025-09-24  2:16 UTC  (3+ messages)

[PATCH 0/5] drm/xe/debugfs: Avoid use of wrapper functions
 2025-09-24  2:07 UTC  (9+ messages)
` [PATCH 1/5] drm/xe/debugfs: Update xe_gt_topology_dump signature
` [PATCH 2/5] drm/xe/debugfs: Update xe_wa_dump signature
` [PATCH 3/5] drm/xe/debugfs: Update xe_tuning_dump signature
` [PATCH 4/5] drm/xe/debugfs: Update xe_mocs_dump signature
` [PATCH 5/5] drm/xe/debugfs: Update xe_pat_dump signature
` ✓ CI.KUnit: success for drm/xe/debugfs: Avoid use of wrapper functions
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH v2] drm/xe/guc: Update GuC log buffer type value
 2025-09-23 22:20 UTC  (2+ messages)

[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 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] drm/xe/psmi: Do not return NULL
 2025-09-23 17:24 UTC  (3+ messages)

[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 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 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 "


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