Re: [PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices

2021-10-19 Thread Robert Foss
Thanks for catching this Michael. > > Working on linux-next-5.14-rc4 on px30-evb rockchip board. On top of this > > patch for px30 dsi > > I need to add: > > > > I wrote the driver for evb px30 v11. I just need to clean up a bit. > Anyway the video is correct. > Using my patch. The display is

Re: [PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices

2021-10-11 Thread Michael Nazzareno Trimarchi
On Mon, Oct 11, 2021 at 8:43 AM Michael Trimarchi wrote: > > Hi > > On Sun, Jul 04, 2021 at 07:33:09PM +0530, Jagan Teki wrote: > > Finding panel_or_bridge might vary based on associated > > DSI devices like DSI panel, bridge, and I2C based DSI > > bridge. > > > > 1. DSI panels and bridges will

Re: [PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices

2021-10-11 Thread Michael Trimarchi
Hi On Sun, Jul 04, 2021 at 07:33:09PM +0530, Jagan Teki wrote: > Finding panel_or_bridge might vary based on associated > DSI devices like DSI panel, bridge, and I2C based DSI > bridge. > > 1. DSI panels and bridges will invoke the host attach >from probe in order to find the

Re: [PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices

2021-07-27 Thread Robert Foss
Pushed to drm-misc-next

Re: [PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices

2021-07-17 Thread Heiko Stübner
Am Sonntag, 4. Juli 2021, 16:03:09 CEST schrieb Jagan Teki: > Finding panel_or_bridge might vary based on associated > DSI devices like DSI panel, bridge, and I2C based DSI > bridge. > > 1. DSI panels and bridges will invoke the host attach >from probe in order to find the panel_or_bridge. >

Re: [PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices

2021-07-12 Thread Robert Foss
Reviewed-by: Robert Foss

Re: [PATCH] drm/bridge: dw-mipi-dsi: Find the possible DSI devices

2021-07-07 Thread yannick Fertre
Hi Jagan, Sorry for the delay. Thanks for the patch. Tested-by: Yannick Fertre On 7/4/21 4:03 PM, Jagan Teki wrote: Finding panel_or_bridge might vary based on associated DSI devices like DSI panel, bridge, and I2C based DSI bridge. 1. DSI panels and bridges will invoke the host attach