messages from 2025-12-17 02:55:27 to 2025-12-18 11:15:48 UTC [more...]
[PATCH v3 0/4] drm/xe/hwmon: Expose new temperature attributes
2025-12-18 11:15 UTC (6+ messages)
` [PATCH v3 1/4] drm/xe/hwmon: Expose temperature limits
` ✗ Xe.CI.Full: failure for drm/xe/hwmon: Expose new temperature attributes (rev4)
[PATCH v1] drm/xe/pm: Handle GT resume failure
2025-12-18 11:12 UTC (6+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
[PATCH v2 0/2] Survivability Mode Fixes
2025-12-18 11:04 UTC (5+ messages)
` ✓ CI.KUnit: success for Survivability mode fixes (rev2)
` [PATCH v2 1/2] drm/xe/xe_survivability: Remove unused index
` [PATCH v2 2/2] drm/xe/xe_survivability: Fix static analysis tool reported issues
` ✓ Xe.CI.BAT: success for Survivability mode fixes (rev2)
[PATCH 0/7] Prepare GVT for display modularization
2025-12-18 10:57 UTC (19+ messages)
` [PATCH 1/7] drm/i915/display: Abstract pipe/trans/cursor offset calculation
` [PATCH 2/7] drm/i915/display: Add APIs to be used by gvt to get the register offsets
` [PATCH 3/7] drm/i915/gvt: Add header to use display offset functions in macros
` [PATCH 4/7] drm/i915/gvt/display_helpers: Cast argument to enum pipe for pipe-offset macro
` [PATCH 5/7] drm/i915/gvt: Change for_each_pipe to use pipe_valid API
` [PATCH 6/7] drm/i915/gvt: Use the appropriate header for the DPLL macro
` [PATCH 7/7] drm/i915/gvt/display_helper: Get rid of #ifdef/#undefs
` ✗ CI.checkpatch: warning for Prepare GVT for display modularization (rev2)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
[i915-rt v3 00/16] drm/i915/display: All patches to make PREEMPT_RT work on i915 + xe
2025-12-18 10:41 UTC (22+ messages)
` [i915-rt v3 01/16] drm/i915/display: Fix intel_lpe_audio_irq_handler for PREEMPT-RT
` [i915-rt v3 02/16] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [i915-rt v3 03/16] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [i915-rt v3 04/16] drm/i915/display: Make set_pipeconf use the fw variants
` [i915-rt v3 05/16] drm/i915/display: Move vblank put until after critical section
` [i915-rt v3 06/16] drm/i915/display: Remove locking from intel_vblank_evade "
` [i915-rt v3 07/16] drm/i915/display: Handle vlv dsi workaround in scanline_in_safe_range too
` [i915-rt v3 08/16] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [i915-rt v3 09/16] drm/i915/display: Enable interrupts earlier on PREEMPT_RT
` [i915-rt v3 10/16] drm/i915: Use preempt_disable/enable_rt() where recommended
` [i915-rt v3 11/16] PREEMPT_RT injection
` [i915-rt v3 12/16] drm/i915/display: Use intel_de_read_fw in colorops
` [i915-rt v3 13/16] drm/i915/gt: Use spin_lock_irq() instead of local_irq_disable() + spin_lock()
` [i915-rt v3 14/16] drm/i915: Drop the irqs_disabled() check
` [i915-rt v3 15/16] drm/i915/guc: Consider also RCU depth in busy loop
` [i915-rt v3 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. (rev4)
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/gpusvm: Assign maintainers to the DRM GPUSVM helpers
2025-12-18 10:09 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for "
[PULL] drm-misc-fixes
2025-12-18 10:05 UTC
[PATCH 0/5] LOBF fixes
2025-12-18 9:37 UTC (6+ messages)
` [PATCH 1/5] drm/i915/alpm: Compute LOBF late after guardband is already determined
` [PATCH 4/5] drm/i915/alpm: Simplify and align LOBF checks in pre/post plane update
[PATCH v4 00/22] Dynamic drm_pagemaps and Initial multi-device SVM
2025-12-18 9:09 UTC (11+ messages)
` [PATCH v4 19/22] drm/gpusvm: Introduce a function to scan the current migration state
` [PATCH v4 20/22] drm/xe: Use drm_gpusvm_scan_mm()
` [PATCH v4 21/22] drm/pagemap, drm/xe: Support destination migration over interconnect
[PATCH 00/19] Make Display free from i915_reg.h
2025-12-18 9:08 UTC (33+ messages)
` [PATCH 01/19] drm/{i915, xe}: Extract common registers into a separate file
` [PATCH 02/19] drm/{i915, xe}: Extract South chicken registers
` [PATCH 03/19] drm/{i915, xe}: Extract display interrupt definitions
` [PATCH 04/19] drm/{i915, xe}: Extract DSPCLK_GATE_D
` [PATCH 05/19] drm/{i915, xe}: Extract pcode definitions
` [PATCH 06/19] drm/{i915, xe}: Remove i915_reg.h from intel_display_device.c
` [PATCH 07/19] drm/{i915, xe}: Remove i915_reg.h from intel_dram.c
` [PATCH 08/19] drm/{i915, xe}: Removed i915_reg.h from intel_display.c
` [PATCH 09/19] drm/{i915, xe}: Remove i915_reg.h from intel_overlay.c
` [PATCH 10/19] drm/{i915, xe}: Remove i915_reg.h from g4x_dp.c
` [PATCH 11/19] drm/{i915, xe}: Remove i915_reg.h from i9xx_wm.c
` [PATCH 12/19] drm/{i915, xe}: Remove i915_reg.h from g4x_hdmi.c
` [PATCH 13/19] drm/{i915, xe}: Remove i915_reg.h from intel_rom.c
` [PATCH 14/19] drm/{i915, xe}: Remove i915_reg.h from intel_psr.c
` [PATCH 15/19] drm/{i915, xe}: Remove i915_reg.h from intel_fifo_underrun.c
` [PATCH 16/19] drm/{i915, xe}: Remove i915_reg.h from intel_display_irq.c
` [PATCH 17/19] drm/{i915, xe}: Remove i915_reg.h from intel_display_power_well.c
` [PATCH 18/19] drm/{i915, xe}: Remove i915_reg.h from intel_modeset_setup.c
` [PATCH 19/19] drm/{i915, xe}: Removed i915_reg.h from display
` ✗ CI.checkpatch: warning for Make Display free from i915_reg.h
` ✓ CI.KUnit: success "
` ✗ CI.checksparse: warning "
` ✓ Xe.CI.BAT: success "
` ✗ Xe.CI.Full: failure "
[PATCH] drm/xe: Drop preempt-fences when destroying imported dma-bufs
2025-12-18 8:09 UTC (8+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[RFC 0/5] drm/xe: Add System Controller support for Xe3p dGPU platforms
2025-12-18 5:43 UTC (3+ messages)
` [RFC 5/5] drm/xe/sc: Add system controller component "
[core-for-CI] powercap: intel_rapl: Fix possible recursive lock warning
2025-12-18 4:36 UTC (6+ messages)
` ✓ CI.KUnit: success for "
` ✗ Xe.CI.BAT: failure "
` ✓ CI.KUnit: success for powercap: intel_rapl: Fix possible recursive lock warning (rev2)
` ✓ Xe.CI.BAT: "
[PATCH v2 0/2] drm/xe: drm/xe: Separate out GuC RC code
2025-12-18 2:57 UTC (10+ messages)
` [PATCH v2 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc
` [PATCH v2 2/2] drm/xe: Add a wrapper for set/unset params
` ✗ CI.checkpatch: warning for drm/xe: drm/xe: Separate out GuC RC code
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH v3 0/2] drm/xe: drm/xe: Separate out GuC RC code
2025-12-18 2:37 UTC (6+ messages)
` [PATCH v3 1/2] drm/xe: Decouple GuC RC code from xe_guc_pc
` [PATCH v3 2/2] drm/xe: Add a wrapper for set/unset params
` ✗ CI.checkpatch: warning for drm/xe: drm/xe: Separate out GuC RC code (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[PATCH v4 00/13] Introduce SRIOV scheduler groups
2025-12-18 1:36 UTC (4+ messages)
` ✓ CI.KUnit: success for Introduce SRIOV scheduler groups (rev4)
` ✓ Xe.CI.BAT: "
` ✗ Xe.CI.Full: failure "
[PATCH 0/2] Toggle powerdown states for C10 on HDMI
2025-12-17 23:59 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v3 0/4] PF: Add handling for new adverse event thresholds
2025-12-17 23:27 UTC (4+ messages)
` ✗ CI.checkpatch: warning for PF: Add handling for new adverse event thresholds (rev5)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[PATCH 0/4] Enable THP support in drm_pagemap
2025-12-17 23:22 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH] drm/xe/device: Discard check for lmem_init
2025-12-17 23:12 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
[PATCH v3 1/4] drm/xe: Introduce IF_ARGS macro utility
2025-12-17 22:40 UTC (2+ messages)
` [PATCH v4 "
[PATCH] drm/xe/xe_svm: Only count unique pagefaults
2025-12-17 22:37 UTC (3+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH 0/3] drm/xe/oa: Expose MERT OA unit
2025-12-17 22:36 UTC (8+ messages)
` [PATCH 1/3] drm/xe/oa/uapi: "
[PATCH v16 0/8] AuxCCS handling and render compression modifiers
2025-12-17 21:57 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH] drm/xe: Fix NULL pointer dereference in xe_exec_ioctl
2025-12-17 21:16 UTC (20+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
` [PATCH v2] "
` [PATCH v3] "
` ✓ CI.KUnit: success for drm/xe: Fix NULL pointer dereference in xe_exec_ioctl (rev2)
` ✓ Xe.CI.BAT: "
` ✓ CI.KUnit: success for drm/xe: Fix NULL pointer dereference in xe_exec_ioctl (rev3)
` ✓ Xe.CI.BAT: "
[PATCH] drm/i915/display: update the wa_22014263786
2025-12-17 21:14 UTC (4+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v2 00/15] drm/i915/pll: Verify pll dividers and remove redundant .clock member
2025-12-17 18:16 UTC (19+ messages)
` [PATCH v2 01/15] drm/i915/c10: Move C10 port clock calculation
` [PATCH v2 02/15] drm/i915/c20: Move C20 "
` [PATCH v2 03/15] drm/i915/cx0: Drop Cx0 crtc_state from HDMI TMDS pll divider calculation
` [PATCH v2 04/15] drm/i915/lt_phy: Drop LT PHY crtc_state for port calculation
` [PATCH v2 05/15] drm/i915/cx0: Drop encoder from port clock calculation
` [PATCH v2 06/15] drm/i915/cx0: Create macro around pll tables
` [PATCH v2 07/15] drm/i915/lt_phy: Create macro for lt phy pll state
` [PATCH v2 08/15] drm/i915/display: Add helper function for fuzzy clock check
` [PATCH v2 09/15] drm/i915/cx0: Fix HDMI FRL clock rates
` [PATCH v2 10/15] drm/i915/cx0: Add a fuzzy check for DP/HDMI clock rates during programming
` [PATCH v2 11/15] drm/i915/cx0: Verify C10/C20 pll dividers
` [PATCH v2 12/15] drm/i915/lt_phy: Add verification for lt phy "
` [PATCH v2 13/15] drm/i915/cx0: Drop C20 25.175 MHz rate
` [PATCH v2 14/15] drm/i915/lt_phy: Drop 27.2 "
` [PATCH v2 15/15] drm/i915/display: Remove .clock member from eDP/DP/HDMI pll tables
` ✗ CI.checkpatch: warning for drm/i915/pll: Verify pll dividers and remove redundant .clock member (rev2)
` ✓ CI.KUnit: success "
` ✓ Xe.CI.BAT: "
[PATCH] drm/xe/pf: Fix typo in function kernel-doc
2025-12-17 17:29 UTC (4+ messages)
` ✓ CI.KUnit: success for "
` ✓ Xe.CI.BAT: "
[PATCH] MAINTAINERS: Update Xe driver maintainers
2025-12-17 16:27 UTC (3+ messages)
[PATCH v2] drm/xe/nvm: enable cri platform
2025-12-17 15:24 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for drm/xe/nvm: enable cri platform (rev2)
[PATCH v5 00/12] VRAM Self Refresh
2025-12-17 14:45 UTC (3+ messages)
` [PATCH v5 02/12] PCI/ACPI: Per Root/Switch Downstream Port allow one aux power limit request
[PATCH 0/2] Survivability mode fixes
2025-12-17 14:25 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH v4 00/28] Fair(er) DRM scheduler
2025-12-17 10:53 UTC (3+ messages)
` [PATCH v4 09/28] drm/sched: Add fair scheduling policy
[RFC PATCH 0/9] drm/i915/display: DC3CO support
2025-12-17 7:50 UTC (6+ messages)
` [PATCH 9/9] drm/i915/display: Add DC3CO disable handling for psr2
[PATCH 00/13] drm/i915/pll: Verify pll dividers and remove redundant .clock member
2025-12-17 7:47 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH] drm/i915/display: drm_WARN_ON on async flip on plane not supporting it
2025-12-17 3:46 UTC (2+ messages)
` ✗ Xe.CI.Full: failure for "
[PATCH 0/5] Make casf updates atomic and dsb ready
2025-12-17 3:10 UTC (5+ messages)
` [PATCH 3/5] drm/i915/display: Pass dsb_commit to CASF helpers
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