messages from 2025-12-19 13:24:43 to 2025-12-22 22:19:13 UTC [more...]
[PATCH 0/2] Implement Wa_13012396614 for Xe3_LPD
2025-12-22 22:18 UTC (3+ messages)
` [PATCH 1/2] drm/i915/display_wa: Keep enum intel_display_wa sorted
` [PATCH 2/2] drm/i915/cdclk: Implement Wa_13012396614
[PATCH v2 0/4] drm/i915/display: reduce i915_drv.h usage
2025-12-22 22:14 UTC (13+ messages)
` [PATCH v2 1/4] drm/i915: remove unused dev_priv local variable
` [PATCH v2 2/4] drm/xe/compat: remove unused forcewake get/put macros
` [PATCH v2 3/4] drm/xe/compat: convert uncore macro to static inlines
` [PATCH v2 4/4] drm/i915/display: use to_intel_uncore() to avoid i915_drv.h
` ✗ CI.checkpatch: warning for drm/i915/display: reduce i915_drv.h usage (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
[PATCH] drm/i915/cdclk: Incorporate Xe3_LPD changes for CD2X divider
2025-12-22 22:13 UTC
[PATCH v8 0/7] Use trans push mechanism to generate frame change event
2025-12-22 21:49 UTC (5+ messages)
` ✓ CI.KUnit: success for Use trans push mechanism to generate frame change event (rev8)
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[PATCH v6 00/24] Dynamic drm_pagemaps and Initial multi-device SVM
2025-12-22 21:15 UTC (8+ messages)
` ✗ CI.checkpatch: warning for Dynamic drm_pagemaps and Initial multi-device SVM (rev7)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ CI.checkpatch: warning for Dynamic drm_pagemaps and Initial multi-device SVM (rev8)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[PATCH v2] drm/xe/device: Convert wait for lmem init into an assert
2025-12-22 21:11 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH v3 0/2] drm/xe/guc: Prevent compiler read/write optimization breaks
2025-12-22 20:20 UTC (3+ messages)
` [PATCH v3 1/2] drm/xe/guc: READ/WRITE_ONCE g2h_fence->done
` [PATCH v3 2/2] drm/xe/guc: READ/WRITE_ONCE ct->state
[RFC v1] drm/xe/migrate: Configure migration queue as low latency
2025-12-22 19:33 UTC (3+ messages)
` ✓ CI.KUnit: success for "
[PATCH v11 0/4] drm/xe: Improve wedged mode handling
2025-12-22 19:26 UTC (6+ 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] drm/buddy: Free free_trees array in drm_buddy_fini()
2025-12-22 19:16 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.Full: failure "
[PATCH 0/2] drm/xe/configs: Fix build breaks
2025-12-22 19:03 UTC (5+ messages)
` [PATCH 1/2] drm/xe/configfs: Fix 'parameter name omitted' errors
` [PATCH 2/2] drm/xe/configfs: Fix 'undefined reference to xe_configfs_...' errors
[PATCH] drm/xe: Add GSC to powergate_info
2025-12-22 18:58 UTC
[i915-rt v2 06/16] drm/i915/display: Remove locking from intel_vblank_evade critical section
2025-12-22 18:14 UTC (2+ messages)
[RESEND 1/1] drm/buddy: release free_trees array on buddy mm teardown
2025-12-22 17:13 UTC (5+ messages)
` ✓ CI.KUnit: success for series starting with [RESEND,1/1] "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.Full: success "
[PATCH] drm/xe: Don't use absolute path in generated header comment
2025-12-22 16:56 UTC (3+ messages)
[CI] drm/xe: Don't use absolute path in generated header comment
2025-12-22 16:54 UTC
[PATCH RFC v5 0/6] nova-core: Memory management initial patches
2025-12-22 15:50 UTC (12+ messages)
` [PATCH RFC v5 1/6] rust: clist: Add support to interface with C linked lists
` [PATCH RFC v5 2/6] gpu: Move DRM buddy allocator one level up
` [PATCH RFC v5 3/6] rust: gpu: Add GPU buddy allocator bindings
` [PATCH RFC v5 4/6] nova-core: mm: Add support to use PRAMIN windows to write to VRAM
` [PATCH RFC v5 5/6] docs: gpu: nova-core: Document the PRAMIN aperture mechanism
` [PATCH RFC v5 6/6] nova-core: Add PRAMIN aperture self-tests
` ✗ CI.checkpatch: warning for nova-core: Memory management initial patches
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.Full: success "
[PATCH 00/19] rm/i915/dp: Clean up link BW/DSC slice config computation (link BW)
2025-12-22 15:35 UTC (21+ messages)
` [PATCH 01/19] drm/i915/dp: Drop unused timeslots param from dsc_compute_link_config()
` [PATCH] drm/i915/dp: Fail state computation for invalid DSC source input BPP values
` [PATCH 02/19] drm/i915/dp: Factor out align_max_sink_dsc_input_bpp()
` [PATCH 03/19] drm/i915/dp: Factor out align_max_vesa_compressed_bpp_x16()
` [PATCH 04/19] drm/i915/dp: Align min/max DSC input BPPs to sink caps
` [PATCH 05/19] drm/i915/dp: Align min/max compressed BPPs when calculating BPP limits
` [PATCH 06/19] drm/i915/dp: Drop intel_dp parameter from intel_dp_compute_config_link_bpp_limits()
` [PATCH 07/19] drm/i915/dp: Pass intel_output_format to intel_dp_dsc_sink_{min_max}_compressed_bpp()
` [PATCH 08/19] drm/i915/dp: Pass mode clock to dsc_throughput_quirk_max_bpp_x16()
` [PATCH 09/19] drm/i915/dp: Factor out compute_min_compressed_bpp_x16()
` [PATCH 10/19] drm/i915/dp: Factor out compute_max_compressed_bpp_x16()
` [PATCH 11/19] drm/i915/dp: Add intel_dp_mode_valid_with_dsc()
` [PATCH 12/19] drm/i915/dp: Unify detect and compute time DSC mode BW validation
` [PATCH 13/19] drm/i915/dp: Use helpers to align min/max compressed BPPs
` [PATCH 14/19] drm/i915/dp: Simplify computing DSC BPPs for eDP
` [PATCH 15/19] drm/i915/dp: Simplify computing DSC BPPs for DP-SST
` [PATCH 16/19] drm/i915/dp: Simplify computing forced DSC BPP "
` [PATCH 17/19] drm/i915/dp: Unify computing compressed BPP for DP-SST and eDP
` [PATCH 18/19] drm/i915/dp: Simplify eDP vs. DP compressed BPP computation
` [PATCH 19/19] drm/i915/dp: Simplify computing the DSC compressed BPP for DP-MST
[PATCH 0/3] Migrate layer improvements
2025-12-22 15:15 UTC (8+ messages)
` [PATCH 1/3] drm/xe: Show migrate VM layout
` [PATCH 2/3] drm/xe: Assert VRAM address is valid in migrate layer
` [PATCH 3/3] drm/xe: Assert actual size of VRAM mapped in migrate VM is aligned
` ✗ CI.checkpatch: warning for Migrate layer improvements
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✓ Xe.CI.Full: success "
[PATCH] drm/xe: select CONFIGFS_FS dependency
2025-12-22 15:10 UTC (10+ messages)
` ✗ Xe.CI.Full: failure for "
[BUG] Intel B580 (e20b) HDMI Flicker & Realtek RTL8922AE 6GHz missing - Mint 22.3
2025-12-22 15:09 UTC (2+ messages)
[PATCH] drm/i915/cx0: Use the consolidated HDMI tables
2025-12-22 14:47 UTC (4+ messages)
` [PATCH v2] "
` ✗ Xe.CI.Full: failure for drm/i915/cx0: Use the consolidated HDMI tables (rev2)
[PATCH] drm/xe: Unplug drm device on error
2025-12-22 14:34 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH v6 0/3] Add SoC remapper support for system controller
2025-12-22 13:44 UTC (10+ messages)
` [PATCH v6 1/3] drm/xe/soc_remapper: Initialize SoC remapper during Xe probe
` [PATCH v6 2/3] drm/xe/soc_remapper: Use SoC remapper herlper from VSEC code
` [PATCH v6 3/3] drm/xe/soc_remapper: Add system controller config for SoC remapper
` ✗ CI.checkpatch: warning for Add SoC remapper support for system controller (rev6)
` ✓ CI.KUnit: success "
` ✗ Xe.CI.BAT: failure "
` ✗ Xe.CI.Full: "
[PATCH 00/15] drm/{i915, xe}: clean up and deduplicate initial plane handling
2025-12-22 13:36 UTC (3+ messages)
[PATCH] drm/xe/display: drop i915_utils.h
2025-12-22 13:36 UTC (3+ messages)
[PATCH] drm/i915/vdsc: Account for DSC slice overhead in intel_vdsc_min_cdclk()
2025-12-22 12:56 UTC (2+ messages)
[PATCH v2] drm/xe/pm: Handle GT resume failure
2025-12-22 12:28 UTC (6+ messages)
` ✓ CI.KUnit: success for drm/xe/pm: Handle GT resume failure (rev2)
` ✓ Xe.CI.BAT: "
` ✓ Xe.CI.Full: "
[PATCH 0/2] drm/buddy: Fix BUG_ON from oversized rounded allocations
2025-12-22 6:52 UTC (3+ messages)
` [PATCH 1/2] drm/buddy: Prevent BUG_ON by validating rounded allocation
` [PATCH 2/2] drm/tests/drm_buddy: Add tests for allocations exceeding max_order
[drm-xe:drm-xe-next] BUILD SUCCESS 844758bd99a86e6a07247784727fb337c4b979ca
2025-12-21 23:46 UTC
[PATCH v3 0/4] drm/xe/hwmon: Expose new temperature attributes
2025-12-21 18:52 UTC (10+ messages)
` [PATCH v3 1/4] drm/xe/hwmon: Expose temperature limits
` [PATCH v3 4/4] drm/xe/hwmon: Expose individual vram temperature
[i915-rt v4 19/20] drm/i915/display: Do not take uncore lock in i915_get_vblank_counter
2025-12-21 0:35 UTC (4+ messages)
[i915-rt v4 20/20] drm/i915/display: Remove uncore lock from vlv_atomic_update_fifo
2025-12-20 18:23 UTC (2+ messages)
[PATCH v3 0/2] Survivability mode fixes
2025-12-20 13:25 UTC (6+ messages)
` [PATCH v3 1/2] drm/xe/xe_survivability: Use static for survivability info attributes
` [PATCH v3 2/2] drm/xe/xe_survivability: Add index bound check
` ✗ Xe.CI.Full: failure for Survivability mode fixes (rev3)
[PATCH v4 0/1] drm/xe/vf: Fix up GGTT on S4 resume under SR-IOV
2025-12-20 11:25 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/vf: Fix up GGTT on S4 resume under SR-IOV (rev5)
[PATCH 0/4] Rust GPUVM support
2025-12-20 10:18 UTC (7+ messages)
` [PATCH 4/4] rust: drm: add GPUVM immediate mode abstraction
[PATCH 00/13] drm: Color pipeline teardown and follow-up fixes/improvements
2025-12-20 9:29 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH 0/6] Prepare GVT for display modularization
2025-12-20 8:47 UTC (5+ messages)
` [PATCH 4/6] drm/i915/gvt: Change for_each_pipe to use pipe_valid API
` ✗ Xe.CI.Full: failure for Prepare GVT for display modularization (rev3)
[PATCH] drm/xe: Print GuC queue submission state on engine reset
2025-12-20 7:25 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v6] drm/pagemap, drm/xe: Ensure that the devmem allocation is idle before use
2025-12-20 6:46 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[CI 00/12] Introduce SRIOV scheduler groups
2025-12-20 6:08 UTC (2+ messages)
` ✓ Xe.CI.Full: success for Introduce SRIOV scheduler groups (rev5)
[PATCH] drm/xe: Increase log level for unhandled page faults
2025-12-20 4:47 UTC (2+ messages)
` ✓ Xe.CI.Full: success for "
[i915-rt v4 00/20] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
2025-12-20 3:32 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe. (rev8)
[drm-xe:drm-xe-fixes] BUILD SUCCESS 80f9c601d9c4d26f00356c0a9c461650e7089273
2025-12-20 2:47 UTC
[PATCH v2 0/3] Attempt to fixup reset, wedge, unload corner cases
2025-12-20 1:22 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v2 0/4] drm/xe/guc: Prevent compiler read/write optimization breaks
2025-12-20 0:24 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v6 00/17] drm/xe: Multi Queue feature support
2025-12-19 22:53 UTC (5+ messages)
` [PATCH v6 15/17] drm/xe/multi_queue: Support active group after primary is destroyed
[PULL] drm-xe-next
2025-12-19 22:41 UTC
[PATCH] vfio/xe: Add default handler for .get_region_info_caps
2025-12-19 22:23 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[CI 0/2] drm/xe: Add xe_pci_rebar
2025-12-19 21:16 UTC (3+ messages)
` [CI 1/2] drm/xe: Move rebar to its own file
` [CI 2/2] drm/xe: Improve rebar log messages
[PULL] drm-intel-next
2025-12-19 20:37 UTC
[PATCH 0/4] Enable THP support in drm_pagemap
2025-12-19 20:13 UTC (5+ messages)
` [PATCH 3/4] drm/pagemap: Add helper to access zone_device_data
[PATCH v1] drm/xe/pm: Handle GT resume failure
2025-12-19 18:53 UTC (9+ messages)
[PATCH] drm/i915/pc8: Add parent interface for PC8 forcewake tricks
2025-12-19 18:33 UTC (2+ messages)
` ✓ Xe.CI.Full: success for drm/i915/pc8: Add parent interface for PC8 forcewake tricks (rev3)
[PATCH 0/2] Toggle powerdown states for C10 on HDMI
2025-12-19 18:11 UTC (4+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH] drm/xe/xe_guc_ct: Drop smp_mb in parse_g2h_response
2025-12-19 17:47 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH] drm/xe/device: Discard check for lmem_init
2025-12-19 16:42 UTC (6+ messages)
[v8 00/15] Plane Color Pipeline support for Intel platforms
2025-12-19 13:24 UTC (8+ messages)
` [v8 14/15] drm/i915/color: Add 3D LUT to color pipeline
[PATCH RESEND] drm: xe: Replace sprintf() with sysfs_emit()
2025-12-19 15:32 UTC (2+ messages)
[PATCH 00/16] drm/i915/dp: Clean up link BW/DSC slice config computation (fixes)
2025-12-19 15:21 UTC (5+ messages)
` ✓ i915.CI.Full: success for "
[PATCH v5 00/24] Dynamic drm_pagemaps and Initial multi-device SVM
2025-12-19 14:56 UTC (2+ messages)
` ✓ Xe.CI.Full: success for Dynamic drm_pagemaps and Initial multi-device SVM (rev6)
[PATCH v5 27/28] drm/xe: Remove drm_sched_init_args->num_rqs usage
2025-12-19 13:53 UTC
[PATCH 0/6] drm/xe/xe_guc_ct: Prevent compiler read/write optimization breaks
2025-12-19 13:38 UTC (2+ messages)
` ✓ Xe.CI.Full: success for drm/xe/xe_guc_ct: Prevent compiler read/write optimization breaks (rev3)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox