Re: drm/bridge: tc358767: Fix use of unadjusted mode in the driver

2024-11-17 Thread Marek Vasut
On 11/14/24 10:27 AM, Alexander Stein wrote: Hi Marek, Hi, Am Samstag, 26. Oktober 2024, 06:10:42 CET schrieb Marek Vasut: The driver configures mostly Pixel PLL from the clock cached in local copy of the mode. Make sure the driver uses adjusted mode which contains the updated Pixel PLL sett

Re: drm/bridge: tc358767: Fix use of unadjusted mode in the driver

2024-11-14 Thread Alexander Stein
Hi Marek, Am Samstag, 26. Oktober 2024, 06:10:42 CET schrieb Marek Vasut: > The driver configures mostly Pixel PLL from the clock cached in > local copy of the mode. Make sure the driver uses adjusted mode > which contains the updated Pixel PLL settings negotiated in > tc_dpi_atomic_check()/tc_edp

Re: [PATCH] drm/bridge: tc358767: Fix use of unadjusted mode in the driver

2024-10-28 Thread Robert Foss
atomic_check(). > > Applied, thanks! [1/1] drm/bridge: tc358767: Fix use of unadjusted mode in the driver https://gitlab.freedesktop.org/drm/misc/kernel/-/commit/b59d1d9d9ab2 Rob

[PATCH] drm/bridge: tc358767: Fix use of unadjusted mode in the driver

2024-10-25 Thread Marek Vasut
The driver configures mostly Pixel PLL from the clock cached in local copy of the mode. Make sure the driver uses adjusted mode which contains the updated Pixel PLL settings negotiated in tc_dpi_atomic_check()/tc_edp_atomic_check(). Signed-off-by: Marek Vasut --- Cc: Andrzej Hajda Cc: David Airl