Re: [PATCH v1] drm/bridge: lt9611: Fix handling of 4k panels

2020-12-11 Thread Peter Collingbourne
Thanks. Confirmed that this fixes display output for me on a 4K monitor. On Mon, Nov 23, 2020 at 2:46 AM Robert Foss wrote: > > 4k requires two dsi pipes, so don't report MODE_OK when only a > single pipe is configured. But rather report MODE_PANEL to > signal that requirements of the panel are n

Re: [PATCH v1] drm/bridge: lt9611: Fix handling of 4k panels

2020-12-11 Thread Bjorn Andersson
On Mon 23 Nov 04:46 CST 2020, Robert Foss wrote: > 4k requires two dsi pipes, so don't report MODE_OK when only a > single pipe is configured. But rather report MODE_PANEL to > signal that requirements of the panel are not being met. > > Reported-by: Peter Collingbourne > Suggested-by: Peter Col

[PATCH v1] drm/bridge: lt9611: Fix handling of 4k panels

2020-11-24 Thread Robert Foss
4k requires two dsi pipes, so don't report MODE_OK when only a single pipe is configured. But rather report MODE_PANEL to signal that requirements of the panel are not being met. Reported-by: Peter Collingbourne Suggested-by: Peter Collingbourne Signed-off-by: Robert Foss Tested-by: John Stultz

Re: [PATCH v1] drm/bridge: lt9611: Fix handling of 4k panels

2020-11-24 Thread Anibal Limon
I just tested on non 4k display. Looks good to me. On Mon, 23 Nov 2020 at 04:46, Robert Foss wrote: > 4k requires two dsi pipes, so don't report MODE_OK when only a > single pipe is configured. But rather report MODE_PANEL to > signal that requirements of the panel are not being met. > > Reporte

Re: [PATCH v1] drm/bridge: lt9611: Fix handling of 4k panels

2020-11-23 Thread Vinod Koul
On 23-11-20, 11:46, Robert Foss wrote: > 4k requires two dsi pipes, so don't report MODE_OK when only a > single pipe is configured. But rather report MODE_PANEL to > signal that requirements of the panel are not being met. Acked-By: Vinod Koul > Reported-by: Peter Collingbourne > Suggested-by: