[PATCH 1/5] drm/imx-ldb: Add support to drm-bridge

2016-06-02 Thread Philipp Zabel
Am Montag, den 30.05.2016, 18:39 +0200 schrieb Peter Senna Tschudin: > Add support to attach a drm_bridge to imx-ldb in addition to > existing support to attach a LVDS panel. > > Signed-off-by: Peter Senna Tschudin > --- > drivers/gpu/drm/imx/imx-ldb.c | 75 > +++

[PATCH 1/5] drm/imx-ldb: Add support to drm-bridge

2016-05-30 Thread Peter Senna Tschudin
Add support to attach a drm_bridge to imx-ldb in addition to existing support to attach a LVDS panel. Signed-off-by: Peter Senna Tschudin --- drivers/gpu/drm/imx/imx-ldb.c | 75 +++ 1 file changed, 54 insertions(+), 21 deletions(-) diff --git a/drivers/gp