Re: [PATCH] drm/i915/vlv_dsi: Double pixelclock on read-back for dual-link panels

2021-11-18 Thread Hans de Goede
Hi, On 10/25/21 10:17, Jani Nikula wrote: > On Sun, 24 Oct 2021, Hans de Goede wrote: >> In intel_dsi_get_config() double the pclk returned by foo_dsi_get_pclk() >> for dual-link panels. This fixes the following WARN triggering: >> >> i915 :00:02.0: [drm] *ERROR* [CRTC:51:pipe A] mismatch in

Re: [PATCH] drm/i915/vlv_dsi: Double pixelclock on read-back for dual-link panels

2021-10-25 Thread Jani Nikula
On Sun, 24 Oct 2021, Hans de Goede wrote: > In intel_dsi_get_config() double the pclk returned by foo_dsi_get_pclk() > for dual-link panels. This fixes the following WARN triggering: > > i915 :00:02.0: [drm] *ERROR* [CRTC:51:pipe A] mismatch in pixel_rate > (expected 235710, found 118056) >

[PATCH] drm/i915/vlv_dsi: Double pixelclock on read-back for dual-link panels

2021-10-24 Thread Hans de Goede
In intel_dsi_get_config() double the pclk returned by foo_dsi_get_pclk() for dual-link panels. This fixes the following WARN triggering: i915 :00:02.0: [drm] *ERROR* [CRTC:51:pipe A] mismatch in pixel_rate (expected 235710, found 118056) i915 :00:02.0: [drm] *ERROR* [CRTC:51:pipe A] mis