Re: [PATCH v2 01/12] drm: bridge: Add Samsung DSIM bridge driver

2022-05-11 Thread Marek Szyprowski
On 04.05.2022 13:40, 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 the drm brid

Re: [PATCH v2 01/12] drm: bridge: Add Samsung DSIM bridge driver

2022-05-09 Thread Marek Szyprowski
On 04.05.2022 13:40, 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 the drm brid

[PATCH v2 01/12] drm: bridge: Add Samsung DSIM bridge driver

2022-05-04 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 differentiat