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

[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 00/15] drm/{i915, xe}: clean up and deduplicate initial plane handling
 2025-12-15 15:28 UTC  (16+ 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

[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] drm/xe/nvm: enable cri platform
 2025-12-15 15:11 UTC  (5+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "

[PATCH v4 00/28] Fair(er) DRM scheduler
 2025-12-15 15:08 UTC  (29+ 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

[PATCH v2 0/4] PF: Add handling for new adverse event thresholds
 2025-12-15 14:59 UTC  (7+ 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 "

[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  (12+ messages)
` [PATCH 1/3] drm/xe: Introduce IF_ARGS macro utility
` [PATCH 2/3] drm/xe/pf: Prepare for new threshold KLVs
` [PATCH 3/3] drm/xe/pf: Add handling for MLRC adverse event threshold
` ✓ CI.KUnit: success for PF: Add handling for new adverse event thresholds
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[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  (30+ 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 "
` [PATCH 31/50] drm/i915/dp: Simplify computing DSC BPPs for DP-SST
` [PATCH 50/50] drm/i915/dp: Use intel_dp_dsc_get_slice_config()
  ` [PATCH v2 "
` ✗ CI.checkpatch: warning for drm/i915/dp: Clean up link BW/DSC slice config computation (rev3)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ 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  (14+ messages)
` [PATCH v6 01/10] drm/xe: Do not forward invalid TLB invalidation seqnos to upper layers
` [PATCH v6 02/10] drm/xe/xe_tlb_inval: Modify fence interface to support PPC flush
` [PATCH v6 03/10] drm/xe: Add page reclamation info to device info
` [PATCH v6 04/10] drm/xe/guc: Add page reclamation interface to GuC
` [PATCH v6 05/10] drm/xe: Create page reclaim list on unbind
` [PATCH v6 06/10] drm/xe: Suballocate BO for page reclaim
` [PATCH v6 07/10] drm/xe: Prep page reclaim in tlb inval job
` [PATCH v6 08/10] drm/xe: Append page reclamation action to tlb inval
` [PATCH v6 09/10] drm/xe: Optimize flushing of L2$ by skipping unnecessary page reclaim
` [PATCH v6 10/10] drm/xe: Add debugfs support for page reclamation
` ✗ 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  (5+ messages)
` [CI 2/2] drm/xe/lnl: Drop "
` ✓ CI.KUnit: success for series starting with [CI,1/2] drm/xe: Track "
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "

[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  (10+ messages)
` [PATCH v2 04/12] drm/xe: Add vm to exec queues association
` [PATCH v2 09/12] drm/xe: Add xe_tlb_inval_idle helper
` [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)

[PATCH v2] drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling
 2025-12-12 21:53 UTC  (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/display: Panel Replay BW optimization for DP2.0 tunneling (rev3)

[PATCH 1/1] drm/xe/eustall: Return EBADFD from read if EU stall registers get reset
 2025-12-12 21:18 UTC  (2+ messages)

[PATCH v5 00/17] Add new general DRM property "color format"
 2025-12-12 20:28 UTC  (4+ messages)
` [PATCH v5 17/17] drm/tests: hdmi: Add tests for the color_format property

[PATCH 0/6] Fix performance when pagefaults and 3d/display share resources
 2025-12-12 20:20 UTC  (6+ messages)
` [PATCH 5/6] drm/xe: Wait on in-syncs when swicthing to dma-fence mode

[PATCH 0/3] OA/EUSTALL: Syzkaller NPD bug fixes
 2025-12-12 19:10 UTC  (2+ messages)
` ✓ Xe.CI.Full: success for "


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