Re: [PATCH v6 01/10] drm: bridge: Add Samsung DSIM bridge driver

2022-10-04 Thread Jagan Teki
On Mon, Oct 3, 2022 at 1:23 PM Marek Szyprowski wrote: > > Hi Jagan, > > On 01.10.2022 10:06, Jagan Teki wrote: > > Samsung MIPI DSIM controller is common DSI IP that can be used in various > > SoCs like Exynos, i.MX8M Mini/Nano. > > > > In order to access this DSI controller between various

Re: [PATCH v6 01/10] drm: bridge: Add Samsung DSIM bridge driver

2022-10-03 Thread Marek Szyprowski
Hi Jagan, On 01.10.2022 10:06, Jagan Teki wrote: > Samsung MIPI DSIM controller is common DSI IP that can be used in various > SoCs like Exynos, i.MX8M Mini/Nano. > > In order to access this DSI controller between various platform SoCs, > the ideal way to incorporate this in the drm stack is via

[PATCH v6 01/10] drm: bridge: Add Samsung DSIM bridge driver

2022-10-01 Thread Jagan Teki
Samsung MIPI DSIM controller is common DSI IP that can be used in various SoCs like Exynos, i.MX8M Mini/Nano. In order to access this DSI controller between various platform SoCs, the ideal way to incorporate this in the drm stack is via the drm bridge driver. This patch is trying to