Intel-GFX Archive on lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-07-24 19:38:33 to 2026-08-01 01:02:09 UTC [more...]

[PATCH v9.6] drm/i915: Disable "busy" pmu event on CONFIG_PREEMPT_RT
 2026-08-01  1:01 UTC  (2+ messages)

Commit 99cfbed19d06 at Linux kernel breaks AOC monitor 24P2Q
 2026-07-31 15:32 UTC  (3+ messages)

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-31 13:28 UTC  (38+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 08/11] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
` [PATCH RFC 10/11] parisc: use hw_pte_t for the data-break callback
` [PATCH RFC 11/11] xen: use hw_pte_t for PTE range callbacks
` ✗ Fi.CI.BUILD: failure for mm: distinguish PTE table storage from PTE values

[PATCH v4 0/2] drm/i915/cx0_phy: Update HDMI TMDS C20 algorithm value
 2026-07-31 11:56 UTC  (3+ messages)
` [PATCH v4 2/2] "

[PATCH v8 00/10] Enable CMRR in fixed-RR VRR path
 2026-07-31  9:45 UTC  (17+ messages)
` [PATCH v8 01/10] drm/i915/psr: Do not enable PSR2 when CMRR is enabled
` [PATCH v8 02/10] drm/i915/vrr: Restrict CMRR enable condition to VRR-TG-default platforms
` [PATCH v8 03/10] drm/i915/vrr: Add per-CRTC vrr/cmrr debugfs control
` [PATCH v8 04/10] drm/i915/vrr: Update AS_SDP target_rr_divider based on CMRR config request
` [PATCH v8 05/10] drm/i915/display: Move CMRR crtc_state members under VRR
` [PATCH v8 06/10] drm/i915/vrr: Compute CMRR fractional timings generically
` [PATCH v8 07/10] drm/i915/vrr: Latch CMRR ratio via atomic commit on debugfs write
` [PATCH v8 08/10] drm/i915/vrr: Program CMRR enable/disable from transcoder timings
` [PATCH v8 09/10] drm/i915/vrr: Dump CMRR state in the crtc state dump
` [PATCH v8 10/10] drm/i915/vrr: Enable cmrr
` ✗ i915.CI.BAT: failure for Enable CMRR in fixed-RR VRR path (rev9)
` ✓ i915.CI.BAT: success "
` ✓ i915.CI.Full: "

[PATCH v7 1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker
 2026-07-31  7:28 UTC  (3+ messages)
` [PATCH v7 2/2] gpu/tests/buddy: add dirty tracker performance KUnit test
` ✗ Fi.CI.BUILD: failure for series starting with [v7,1/2] gpu/buddy: replace dual-tree/force_merge with decoupled dirty tracker

[PATCH] This enables HuC firmware initialization and authentication on DG2 hardware when using the Xe DRM driver
 2026-07-30 23:07 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for This enables HuC firmware initialization and authentication on DG2 hardware when using the Xe DRM driver. (rev2)

[PATCH v2] drm/i915/userptr: Fix user pages leak on get_pages failure
 2026-07-30 22:37 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH] drm/i915/bios: Move a variable assignment behind a null pointer check in intel_bios_encoder_supports_dp_dual_mode()
 2026-07-28 12:15 UTC  (3+ messages)

[PATCH] This enables HuC firmware initialization and authentication on DG2 hardware when using the Xe DRM driver
 2026-07-30 16:43 UTC 

Question about drm-intel-next vs drm-intel-next-fixes for HDMI scrambling patch
 2026-07-30 22:05 UTC  (3+ messages)

[PULL] drm-intel-fixes
 2026-07-30 21:57 UTC 

[PATCH 00/14] DP-HDMI PCON DSC fixes
 2026-07-30 17:26 UTC  (17+ messages)
` [PATCH 01/14] drm/i915/hdmi: Use correct type for output_format parameter
` [PATCH 02/14] drm/i915/display: Generalize intel_hdmi_dsc_get_num_slices helper
` [PATCH 03/14] drm/i915/display: Pass bpc in intel_hdmi_dsc_get_bpp
` [PATCH 04/14] drm/i915/hdmi21/mtl: Split the intel_hdmi_dsc_get_bpp()
` [PATCH 05/14] drm/i915/dp: Fix FRL BW check for HDMI2.1 DFP
` [PATCH 06/14] drm/i915/dp: Add a wrapper to check frl/tmds downstream constraints
` [PATCH 07/14] drm/i915/dp: Use FRL pair check for the DFP dotclock limit
` [PATCH 08/14] drm/i915/dp: Use the common downstream bw check in compute_bpc
` [PATCH 09/14] drm/i915/hdmi: Expose DSC min/max bpp helpers
` [PATCH 10/14] drm/i915/hdmi: Add helper to check if DSC chunksize fits the sink limits
` [PATCH 11/14] drm/i915/dp: Allow PCON DSC modes through FRL bw check
` [PATCH 12/14] drm/i915/dp: Clamp PCON DSC bpp to the FRL link bandwidth
` [PATCH 13/14] drm/i915/hdmi: Add helper to get max FRL rate for an HDMI sink
` [PATCH 14/14] drm/i915/dp: Use helpers for getting max FRL rate
` ✓ i915.CI.BAT: success for DP-HDMI PCON DSC fixes
` ✗ i915.CI.Full: failure "

[PATCH 6.6 345/484] drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()
 2026-07-30 14:14 UTC 

[PULL] drm-xe-next
 2026-07-30 16:06 UTC 

[PATCH 6.12 446/602] drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()
 2026-07-30 14:13 UTC 

[PATCH 6.18 584/675] drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()
 2026-07-30 14:15 UTC 

[PATCH 7.1 710/744] drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()
 2026-07-30 14:16 UTC 

[PULL] drm-xe-fixes
 2026-07-30 14:51 UTC 

[PATCH v2 0/4] drm/i915/display: Switch DG2 MPLLB handling to the DPLL framework
 2026-07-30 11:05 UTC  (3+ messages)
` [PATCH v2 2/4] drm/i915/display: Add DG2 MPLLB DPLL manager support

[PULL] drm-misc-next
 2026-07-30 10:50 UTC 

[PULL] drm-misc-fixes
 2026-07-30  9:19 UTC 

[PATCH] drm/i915: Replace sleep with GT idle wait
 2026-07-30  9:01 UTC  (2+ messages)

[PATCH v7 00/10] Enable CMRR in fixed-RR VRR path
 2026-07-30  8:55 UTC  (20+ messages)
` [PATCH v7 01/10] drm/i915/vrr: Return from PSR2 compute config in case of CMRR enabled
  ` [PATCH v8 "
` [PATCH v7 02/10] drm/i915/vrr: Restrict CMRR enable condition to VRR-TG-default platforms
` [PATCH v7 03/10] drm/i915/vrr: Add per-CRTC vrr/cmrr debugfs control
` [PATCH v7 04/10] drm/i915/vrr: Update AS_SDP target_rr_divider based on CMRR config request
` [PATCH v7 05/10] drm/i915/display: Move CMRR crtc_state members under VRR
` [PATCH v7 06/10] drm/i915/vrr: Compute CMRR fractional timings generically
` [PATCH v7 07/10] drm/i915/vrr: Latch CMRR ratio via fastset on debugfs write
` [PATCH v7 08/10] drm/i915/vrr: Program CMRR enable/disable from transcoder timings
` [PATCH v7 09/10] drm/i915/vrr: Dump CMRR state in the crtc state dump
` [PATCH v7 10/10] drm/i915/vrr: Enable cmrr
` ✓ i915.CI.BAT: success for Enable CMRR in fixed-RR VRR path (rev7)
` ✓ i915.CI.BAT: success for Enable CMRR in fixed-RR VRR path (rev8)

[PATCH] drm/i915/selftests: Report missing RC0 power as an error
 2026-07-29 21:20 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✓ i915.CI.Full: "

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 7.1-stable tree
 2026-07-29 17:06 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 6.18-stable tree
 2026-07-29 17:05 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 6.12-stable tree
 2026-07-29 17:02 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

Patch "drm/dp_mst: Handle torn-down topology gracefully in drm_dp_mst_topology_queue_probe()" has been added to the 6.6-stable tree
 2026-07-29 17:01 UTC  (2+ messages)
` ✗ Fi.CI.BUILD: failure for "

[PATCH RESEND 0/2] GPU buddy allocator test fixes
 2026-07-29 16:08 UTC  (5+ messages)
` [PATCH RESEND 1/2] gpu: Fix dependencies in CONFIG_GPU_BUDDY_KUNIT_TEST
` [PATCH RESEND 2/2] gpu/tests: Add a dedicated .kunitconfig
` ✓ i915.CI.BAT: success for GPU buddy allocator test fixes
` ✗ i915.CI.Full: failure "

[PATCH 0/6] Enable joiner cursor fast updates
 2026-07-29 15:30 UTC  (7+ messages)
` [PATCH 1/6] drm/i915/cursor: Check joiner cursor commit status
` [PATCH 3/6] drm/i915/cursor: Handle secondary cursor state
` [PATCH 4/6] drm/i915/cursor: Program secondary cursor planes

[PATCH v4 0/5] drivers: Improve memory management for large object allocations when i915/shmem is used with iommu
 2026-07-29 12:43 UTC  (6+ messages)
` [PATCH v4 1/5] drm/i915/gem: Count mapped pages in a folio
` [PATCH v4 2/5] iommu/dma: Catch scatterlist length overflows

[PATCH v2] drm/dp: Read the PCON max FRL bandwidth only for HDMI DFPs
 2026-07-29 12:34 UTC  (2+ messages)

[PATCH] drm/i915/selftests: Disable live_pphwsp_runtime on graphics version 12
 2026-07-29 11:38 UTC  (3+ messages)

[PATCH] drm/i915/dpt: remove unused include
 2026-07-29  9:31 UTC  (5+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH] drm/{i915, xe}/display: add core workaround query to display parent interface
 2026-07-28 22:17 UTC  (5+ messages)
` ✗ Fi.CI.BUILD: failure for "
` [PATCH v2] "
` ✓ i915.CI.BAT: success for drm/{i915, xe}/display: add core workaround query to display parent interface (rev2)
` ✗ i915.CI.Full: failure "

[PATCH] drm/{i915, xe}/display: move transient data flush call to display parent interface
 2026-07-28 21:16 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[RESEND] drm/i915/hdmi: Poll for 200 msec for TMDS_Scrambler_Status
 2026-07-28 14:45 UTC  (2+ messages)

[PATCH v6 0/9] Enable CMRR in fixed-RR VRR path
 2026-07-28 11:14 UTC  (8+ messages)
` [PATCH v6 8/9] drm/i915/vrr: Program CMRR enable/disable from transcoder timings
` [PATCH v6 9/9] drm/i915/vrr: Enable cmrr

[PATCH 0/2] drm/i915/dp: fix MSA VSC_SDP delegation for colorimetry
 2026-07-28 10:12 UTC  (4+ messages)
` [PATCH 2/2] drm/i915/dp: set VSC_SDP MSA delegation only for capable sinks

[PULL] drm-intel-next
 2026-07-28 10:07 UTC 

[PATCH v3] drm/i915/audio: treat UHBR SST like MST for cpu_transcoder signalling
 2026-07-28  9:00 UTC  (3+ messages)

[PATCH v6] drm/tests/gpu_buddy: add a new test case for buffer clearance during resume
 2026-07-28  7:58 UTC  (2+ messages)

[PATCH v1 0/2] drm/i915/display: SKL_DSSM / DE_CAP fixes
 2026-07-28  7:44 UTC  (6+ messages)
` [PATCH v1 1/2] drm/i915/display: fix SKL_DSSM register masks
` [PATCH v1 2/2] drm/i915/xe2lpd+: disable 3D LUT if unsupported
` ✗ i915.CI.BAT: failure for drm/i915/display: SKL_DSSM / DE_CAP fixes

[PATCH v5] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-28  7:12 UTC  (4+ messages)
` ✓ i915.CI.BAT: success for drm/i915/gt: Use poll_timeout_us in place of sliding sleep window (rev5)
` ✗ i915.CI.Full: failure "

[PATCH] drm/i915/kunit: DP Link: Use if statements instead of for loops
 2026-07-28  2:43 UTC  (3+ messages)
` ✓ i915.CI.BAT: success for "
` ✗ i915.CI.Full: failure "

[PATCH 00/36] treewide: remove conditional returns with no effect
 2026-07-27 12:26 UTC  (5+ messages)
` [PATCH 05/36] drm/i915: remove conditional return "
` (subset) [PATCH 00/36] treewide: remove conditional returns "

[PATCH v2 0/3] platform/wmi: Add aarch64 support
 2026-07-27 18:18 UTC  (5+ messages)
` [PATCH v2 1/3] platform/wmi: Remove dependency on CONFIG_X86
` [PATCH v2 2/3] ACPI: video: Remove CONFIG_X86 handling from nvidia_wmi_ec_supported()
` [PATCH v2 3/3] platform/x86: wmi-bmof: Move to generic WMI code
` ✗ LGCI.VerificationFailed: failure for platform/wmi: Add aarch64 support

[PATCH v3 0/3] platform/wmi: Add aarch64 support
 2026-07-27 17:46 UTC  (5+ messages)
` [PATCH v3 1/3] platform/wmi: Remove dependency on CONFIG_X86
` [PATCH v3 2/3] ACPI: video: Remove CONFIG_X86 handling from nvidia_wmi_ec_supported()
` [PATCH v3 3/3] platform/x86: wmi-bmof: Move to generic WMI code
` ✗ LGCI.VerificationFailed: failure for platform/wmi: Add aarch64 support

[PATCH] drm/i915: Free OA config IDs on reallocation failure
 2026-07-27 15:12 UTC  (2+ messages)
` ✗ i915.CI.Full: failure for drm/i915: Free OA config IDs on reallocation failure (rev2)

[PATCH] drm/i915: Use acquire when checking software fence completion
 2026-07-27 14:58 UTC  (2+ messages)
` ✗ LGCI.VerificationFailed: failure for "

[PATCH v4] drm/i915/gt: Use poll_timeout_us in place of sliding sleep window
 2026-07-27 14:21 UTC  (3+ messages)

[PATCH] drm/i915: retain user exec count for relocation cleanup
 2026-07-27 14:06 UTC  (2+ messages)
` ✓ i915.CI.Full: success for drm/i915: retain user exec count for relocation cleanup (rev2)

[REGRESSION]: [PATCH 1/2] power: supply: leds: create triggers based on properties, not type
 2026-07-24  7:33 UTC  (2+ messages)

[PATCH] drm/i915/quirks: Disable PSR2 on Lenovo ThinkPad P15 Gen 1
 2026-07-25  3:08 UTC 

[PATCH] drm/i915/xe3p_lpd: Update CURSOR_BUF/WM masks
 2026-07-24 19:38 UTC  (2+ messages)
` ✗ i915.CI.BAT: failure for "


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