[PATCH 2/2] drm/i915/display: Fix Panel Replay vblank enable workaround

2024-09-29 Thread Jouni Högander
Currently workaround is not applied when vblank is enabled on crtc that needs the workaround if vblank is already enabled for another crtc that doesn't need the workaround. Fix this by increasing counter only if crtc needs the workaround. Fixes: aa451abcffb5 ("drm/i915/display: Prevent DC6 while v

[PATCH 1/2] drm/i915/display: Add own counter for Panel Replay vblank workaround

2024-09-29 Thread Jouni Högander
We are about to change meaning of vblank_enabled to fix Panel Replay vblank workaround. For sake of clarity we need to rename it. Vblank_enabled is used for i915gm/i945gm vblank irq workaround as well -> instead of rename add new counter named as vblank_wa_pipes. Signed-off-by: Jouni Högander ---

Re: [PATCH 0/5] drm: Introduce DRM client library

2024-09-29 Thread Thomas Zimmermann
Hi Am 27.09.24 um 21:27 schrieb Felix Kuehling: On 2024-09-27 10:37, Thomas Zimmermann wrote: With the next DRM client coming soon (drm_log) and most of DRM's fbdev emulation consolidated in a few places, it's time to provide a single place for the clients. The new module drm_client_lib.ko st

✗ Fi.CI.BUILD: failure for drm/i915/dp: Guarantee a minimum HBlank time

2024-09-29 Thread Patchwork
== Series Details == Series: drm/i915/dp: Guarantee a minimum HBlank time URL : https://patchwork.freedesktop.org/series/139267/ State : failure == Summary == Error: patch https://patchwork.freedesktop.org/api/1.0/series/139267/revisions/1/mbox/ not applied Applying: drm/i915/dp: Guarantee a

[PATCH] drm/i915/dp: Guarantee a minimum HBlank time

2024-09-29 Thread Arun R Murthy
Mandate a minimum Hblank symbol cycle count between BS and BE in 8b/10b MST and 12b/132b mode. Spec: DP2.1a Signed-off-by: Arun R Murthy --- drivers/gpu/drm/i915/display/intel_display.c | 6 ++ drivers/gpu/drm/i915/display/intel_display_types.h | 1 + drivers/gpu/drm/i915/display/intel

Re: [PATCH v4 0/2] firmware: Avoid coreboot and sysfb to register a pdev for same framebuffer

2024-09-29 Thread Tzung-Bi Shih
On Mon, Sep 16, 2024 at 01:00:24PM +0200, Javier Martinez Canillas wrote: > This is v4 of a fix to prevent both coreboot and sysfb drivers to register > a platform device to setup a system framebuffer. It has been converted to > a series since contains changes for both drivers, to prevent build iss