Re: [PATCH v3 RESEND 4/9] drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup support

2023-10-16 Thread Robert Foss
On Mon, Aug 21, 2023 at 5:37 AM Liu Ying wrote: > > Vendor drivers may need to fixup mode due to pixel clock tree limitation, > so introduce the ->mode_fixup() callcack to struct dw_mipi_dsi_plat_data > and call it at atomic check stage if available. > > Signed-off-by: Liu Ying > --- > v1->v3: >

[PATCH v3 RESEND 4/9] drm/bridge: synopsys: dw-mipi-dsi: Add mode fixup support

2023-08-20 Thread Liu Ying
Vendor drivers may need to fixup mode due to pixel clock tree limitation, so introduce the ->mode_fixup() callcack to struct dw_mipi_dsi_plat_data and call it at atomic check stage if available. Signed-off-by: Liu Ying --- v1->v3: * No change. drivers/gpu/drm/bridge/synopsys/dw-mipi-dsi.c | 14