On 02.12.2024 13:56, Marek Vasut wrote:I know, the proper fix is indeed complex and not yet fully figured out.
On 12/2/24 7:32 AM, Liu Ying wrote:
On 11/27/2024, Nikolaus Voss wrote:Isn't this fix effectively superseded by series
LDB clock has to be a fixed multiple of the pixel clock.
As LDB and pixel clock are derived from different clock sources
(at least on imx8mp), this constraint cannot be satisfied for
any pixel clock, which leads to flickering and incomplete
lines on the attached display.
To overcome this, check this condition in mode_fixup() and
adapt the pixel clock accordingly.
Cc: <stable@xxxxxxxxxxxxxxx>
It looks like stable is not effectively Cc'ed.
Need a Fixes tag?
[PATCH 0/5] clk: Fix simple video pipelines on i.MX8
?
Maybe. I wasn't aware of the series. Looking at it, the change is
rather complex and not suitable for the stable series.
My intention was to get a simple fix which doesn't potentially
break anything. It wouldn't even break the patch series you mentioned.