[PATCH] drm/panel: ltk050h3146w: Set burst mode for ltk050h3148w

2023-12-13 Thread Farouk Bouabid
The ltk050h3148w variant expects the horizontal component lane byte clock cycle(lbcc) to be calculated using lane_mbps (burst mode) instead of the pixel clock. Using the pixel clock rate by default for this calculation was introduced in commit ac87d23694f4 ("drm/bridge: synopsys: dw-mipi-dsi: Use p

Re: [PATCH] drm/panel: ltk050h3146w: Set burst mode for ltk050h3148w

2023-12-13 Thread Heiko Stuebner
On Wed, 13 Dec 2023 15:50:45 +0100, Farouk Bouabid wrote: > The ltk050h3148w variant expects the horizontal component lane byte clock > cycle(lbcc) to be calculated using lane_mbps (burst mode) instead of the > pixel clock. > Using the pixel clock rate by default for this calculation was introduced

Re: [PATCH] drm/panel: ltk050h3146w: Set burst mode for ltk050h3148w

2023-12-13 Thread Jessica Zhang
On 12/13/2023 6:50 AM, Farouk Bouabid wrote: The ltk050h3148w variant expects the horizontal component lane byte clock cycle(lbcc) to be calculated using lane_mbps (burst mode) instead of the pixel clock. Using the pixel clock rate by default for this calculation was introduced in commit ac87d