Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-12-12 22:03:01 to 2025-12-15 19:21:30 UTC [more...]

[i915-rt 00/16] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
 2025-12-15 19:21 UTC  (21+ messages)
` [i915-rt 01/16] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [i915-rt 02/16] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [i915-rt 03/16] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [i915-rt 04/16] drm/i915/display: Make set_pipeconf use the fw variants
` [i915-rt 05/16] drm/i915/display: Move vblank put until after critical section
` [i915-rt 06/16] drm/i915/display: Remove locking from intel_vblank_evade "
` [i915-rt 07/16] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [i915-rt 08/16] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [i915-rt 09/16] drm/i915/display: Enable interrupts earlier on PREEMPT_RT
` [i915-rt 10/16] drm/i915: Use preempt_disable/enable_rt() where recommended
` [i915-rt 11/16] PREEMPT_RT injection
` [i915-rt 12/16] drm/i915/display: Use intel_de_read_fw in colorops
` [i915-rt 13/16] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [i915-rt 14/16] drm/i915: Drop the irqs_disabled() check
` [i915-rt 15/16] drm/i915/guc: Consider also RCU depth in busy loop
` [i915-rt 16/16] Revert "drm/i915: Depend on !PREEMPT_RT."
` ✗ CI.checkpatch: warning for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH] drm/xe/guc: Fix version check for page-reclaim feature
 2025-12-15 18:39 UTC  (3+ messages)

[PATCH v2 0/4] PF: Add handling for new adverse event thresholds
 2025-12-15 18:28 UTC  (12+ messages)
` [PATCH v2 1/4] drm/xe: Introduce IF_ARGS macro utility
` [PATCH v2 2/4] drm/xe/guc: Introduce GUC_FIRMWARE_VER_AT_LEAST helper
` [PATCH v2 3/4] drm/xe/pf: Prepare for new threshold KLVs
` [PATCH v2 4/4] drm/xe/pf: Add handling for MLRC adverse event threshold
` ✗ CI.checkpatch: warning for PF: Add handling for new adverse event thresholds (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH RESEND] drm: xe: Replace sprintf() with sysfs_emit()
 2025-12-15 18:20 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for drm: xe: Replace sprintf() with sysfs_emit() (rev2)

[PATCH 00/15] drm/{i915, xe}: clean up and deduplicate initial plane handling
 2025-12-15 18:20 UTC  (20+ messages)
` [PATCH 01/15] drm/i915: move display/intel_plane_initial.c to i915_initial_plane.c
` [PATCH 02/15] drm/xe/display: rename xe_plane_initial.c to xe_initial_plane.c
` [PATCH 03/15] drm/i915: rename intel_plane_initial.h to intel_initial_plane.h
` [PATCH 04/15] drm/{i915, xe}: move initial plane calls to parent interface
` [PATCH 05/15] drm/{i915, xe}: deduplicate intel_initial_plane_config() between i915 and xe
` [PATCH 06/15] drm/{i915, xe}: deduplicate plane_config_fini() "
` [PATCH 07/15] drm/{i915, xe}: start deduplicating intel_find_initial_plane_obj() "
` [PATCH 08/15] drm/i915: return plane_state from intel_reuse_initial_plane_obj()
` [PATCH 09/15] drm/xe: "
` [PATCH 10/15] drm/i915: further deduplicate intel_find_initial_plane_obj()
` [PATCH 11/15] drm/{i915, xe}: deduplicate intel_alloc_initial_plane_obj() FB modifier checks
` [PATCH 12/15] drm/{i915,xe}: deduplicate initial plane setup
` [PATCH 13/15] drm/{i915, xe}: pass struct drm_plane_state instead of struct drm_crtc to ->setup
` [PATCH 14/15] drm/{i915, xe}: pass struct drm_device instead of drm_device to ->alloc_obj
` [PATCH 15/15] drm/i915: drop dependency on struct intel_display from i915 initial plane
` ✗ CI.checkpatch: warning for drm/{i915, xe}: clean up and deduplicate initial plane handling
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "

[PATCH v2] drm/xe/xe_guc_ct: Prevent compiler read/write optimization breaks
 2025-12-15 18:00 UTC  (3+ messages)

[PATCH v11 0/4] drm/xe: Improve wedged mode handling
 2025-12-15 17:46 UTC  (5+ messages)
` [PATCH v11 1/4] drm/xe: Validate wedged_mode parameter and define enum for modes
` [PATCH v11 2/4] drm/xe: Update wedged.mode only after successful reset policy change
` [PATCH v11 3/4] drm/xe/vf: Disallow setting wedged mode to upon-any-hang
` [PATCH v11 4/4] drm/xe/pf: Allow upon-any-hang wedged mode only in debug config

[PATCH v4 00/28] Fair(er) DRM scheduler
 2025-12-15 17:25 UTC  (32+ messages)
` [PATCH v4 01/28] drm/sched: Consolidate entity run queue management
` [PATCH v4 02/28] drm/sched: Move run queue related code into a separate file
` [PATCH v4 03/28] drm/sched: Add some scheduling quality unit tests
` [PATCH v4 04/28] drm/sched: Add some more "
` [PATCH v4 05/28] drm/sched: Implement RR via FIFO
` [PATCH v4 06/28] drm/sched: Free all finished jobs at once
` [PATCH v4 07/28] drm/sched: Account entity GPU time
` [PATCH v4 08/28] drm/sched: Remove idle entity from tree
` [PATCH v4 09/28] drm/sched: Add fair scheduling policy
` [PATCH v4 10/28] drm/sched: Favour interactive clients slightly
` [PATCH v4 11/28] drm/sched: Switch default policy to fair
` [PATCH v4 12/28] drm/sched: Remove FIFO and RR and simplify to a single run queue
` [PATCH v4 13/28] drm/sched: Embed run queue singleton into the scheduler
` [PATCH v4 14/28] accel/amdxdna: Remove drm_sched_init_args->num_rqs usage
` [PATCH v4 15/28] accel/rocket: "
` [PATCH v4 16/28] accel/ethosu: "
` [PATCH v4 17/28] drm/amdgpu: "
` [PATCH v4 18/28] drm/etnaviv: "
` [PATCH v4 19/28] drm/imagination: "
` [PATCH v4 20/28] drm/lima: "
` [PATCH v4 21/28] drm/msm: "
` [PATCH v4 22/28] drm/nouveau: "
` [PATCH v4 23/28] drm/panfrost: "
` [PATCH v4 24/28] drm/panthor: "
` [PATCH v4 25/28] drm/sched: "
` [PATCH v4 26/28] drm/v3d: "
` [PATCH v4 27/28] drm/xe: "
` [PATCH v4 28/28] drm/sched: Remove drm_sched_init_args->num_rqs
` ✗ CI.checkpatch: warning for Fair(er) DRM scheduler
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "

[PATCH] drm/xe/nvm: enable cri platform
 2025-12-15 17:21 UTC  (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

vgaarb, and bridges not capable of VGA forwarding
 2025-12-12 17:59 UTC  (3+ messages)

[v8 00/15] Plane Color Pipeline support for Intel platforms
 2025-12-15  8:43 UTC  (8+ messages)
` [v8 14/15] drm/i915/color: Add 3D LUT to color pipeline

[PATCH v2 0/7] drm/xe/hwmon: Expose new temperature attributes
 2025-12-15 15:12 UTC  (4+ messages)
` [PATCH v2 4/7] drm/xe/hwmon: Read thermal sensors count

[PATCH 0/5] Prepare GVT for display modularization
 2025-12-15 14:44 UTC  (16+ messages)
` [PATCH 1/5] drm/i915/display: Abstract pipe/trans/cursor offset calculation
` [PATCH 2/5] drm/i915/display: Add APIs to be used by gvt to get the register offsets
` [PATCH 3/5] drm/i915/gvt: Add header to use display offset functions in macros
` [PATCH 4/5] drm/i915/gvt: Change for_each_pipe to use pipe_mask API
` [PATCH 5/5] drm/i915/gvt/display_helpers: Cast argument to enum pipe for pipe-offset macro
` ✗ CI.checkpatch: warning for Prepare GVT for display modularization
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH 0/3] PF: Add handling for new adverse event thresholds
 2025-12-15 13:46 UTC  (6+ messages)
` [PATCH 3/3] drm/xe/pf: Add handling for MLRC adverse event threshold
` ✓ Xe.CI.Full: success for PF: Add handling for new adverse event thresholds

[PATCH v2 0/7] Fix performance when pagefaults and 3d/display share resources
 2025-12-15 13:05 UTC  (20+ messages)
` [PATCH v2 1/7] drm/xe: Adjust long-running workload timeslices to reasonable values
` [PATCH v2 2/7] drm/xe: Use usleep_range for accurate long-running workload timeslicing
` [PATCH v2 3/7] drm/xe: Add debugfs knobs to control long running "
` [PATCH v2 4/7] drm/xe: Skip exec queue schedule toggle if queue is idle during suspend
` [PATCH v2 5/7] drm/xe: Wait on in-syncs when swicthing to dma-fence mode
` [PATCH v2 6/7] drm/xe: Add GT stats ktime helpers
` [PATCH v2 7/7] drm/xe: Add more GT stats around pagefault mode switch flows
` ✗ CI.checkpatch: warning for Fix performance when pagefaults and 3d/display share resources (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[PATCH 00/50] drm/i915/dp: Clean up link BW/DSC slice config computation
 2025-12-15 12:33 UTC  (19+ messages)
` [PATCH 14/50] drm/i915/dp: Factor out align_max_sink_dsc_input_bpp()
` [PATCH 15/50] drm/i915/dp: Factor out align_max_vesa_compressed_bpp_x16()
` [PATCH 16/50] drm/i915/dp: Fail state computation for invalid min/max link BPP values
` [PATCH 17/50] drm/i915/dp: Fail state computation for invalid max throughput BPP value
` [PATCH 18/50] drm/i915/dp: Fail state computation for invalid max sink compressed "
` ✓ Xe.CI.BAT: success for drm/i915/dp: Clean up link BW/DSC slice config computation (rev3)
` ✗ Xe.CI.Full: failure "

[PATCH 0/6] drm/{i915,xe}: clean up parent interface definitions
 2025-12-15 12:30 UTC  (4+ messages)
` ✓ Xe.CI.Full: success for "

[PATCH] drm/gem: fix build for mm_get_unmapped_area() call after backmerge
 2025-12-15 12:12 UTC  (8+ messages)
` ✓ CI.KUnit: success for "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v3 0/4] Introduce DRM_RAS using generic netlink for RAS
 2025-12-15 10:52 UTC  (3+ messages)
` [PATCH v3 4/4] drm/xe/xe_hw_error: Add support for PVC SOC errors

[PATCH v10 00/17] Enable/Disable DC balance along with VRR DSB
 2025-12-15  7:47 UTC  (13+ messages)
` [PATCH v10 04/17] drm/i915/vrr: Add functions to read out vmin/vmax stuff
` [PATCH v10 07/17] drm/i915/vrr: Add compute config for DC Balance params
` [PATCH v10 13/17] drm/i915/display: Wait for VRR PUSH status update
` [PATCH v10 15/17] drm/i915/vrr: Pause DC Balancing for DSB commits
` [PATCH v10 16/17] drm/i915/display: Add function to configure event for dc balance
` [PATCH v10 17/17] drm/i915/vrr: Enable DC Balance

[PATCH 49/50] drm/i915/dp: Add intel_dp_dsc_get_slice_config()
 2025-12-15  6:06 UTC  (3+ messages)
` [PATCH v2 "

[PATCH v1 0/2] drm/xe:Mutual exclusivity between CCS-mode and PF
 2025-12-15  5:49 UTC  (3+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH, v2] drm/xe: Increase TDF timeout
 2025-12-15  5:31 UTC  (2+ messages)

[PATCH] iopoll: fix parameter names in kernel-doc
 2025-12-14 22:59 UTC  (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[CI] drm, drm/xe: Squashed Dynamic pagemaps and multi-device SVM
 2025-12-14 22:21 UTC  (5+ messages)
` ✗ CI.checkpatch: warning for "
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "

[drm-xe:drm-xe-next] BUILD SUCCESS 83f4151787c5dd2f38a426cb01423149baa3bbf5
 2025-12-14  5:30 UTC 

[RFC PATCH 0/3] Attempt to fixup reset, wedge, unload corner cases
 2025-12-13 22:08 UTC  (8+ messages)
` [RFC PATCH 1/3] drm/xe: Always kill exec queues in xe_guc_submit_pause_abort
` [RFC PATCH 2/3] drm/xe: Forcefully tear down exec queues in GuC submit fini
` [RFC PATCH 3/3] drm/xe: Trigger queue cleanup if not in wedged mode 2
` ✓ CI.KUnit: success for Attempt to fixup reset, wedge, unload corner cases
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "

[PATCH v6 00/10] Page Reclamation Support for Xe3p Platforms
 2025-12-13 21:03 UTC  (4+ messages)
` ✗ CI.checkpatch: warning for Page Reclamation Support for Xe3p Platforms (rev7)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.Full: failure "

[CI 1/2] drm/xe: Track pre-production workaround support
 2025-12-13 12:53 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for series starting with [CI,1/2] "

[CI-ONLY PATCH v2 11/12] PREEMPT_RT injection
 2025-12-13 11:19 UTC  (4+ messages)

[PATCH 00/13] drm/i915: Some DSB/flipq stuff
 2025-12-13  9:08 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for "

[PATCH v2 00/12] drm/i915/display: All patches to make PREEMPT_RT work on xe
 2025-12-13  8:02 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/display: All patches to make PREEMPT_RT work on xe. (rev2)

[PATCH v2 00/12] Context based TLB invalidations
 2025-12-12 22:30 UTC  (3+ messages)
` [PATCH v2 11/12] drm/xe: Add context-based invalidation to GuC TLB invalidation backend

[PATCH v10] drm/xe/uc: Add stop on hardware initialization error
 2025-12-12 22:01 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