[PATCH v2 21/21] drm/tilcdc: Initialize crtc->port

2016-02-22 Thread Tomi Valkeinen
On 16/02/16 16:18, Jyri Sarha wrote: > Initialize port device node pointer in the tilcdc crtc. Fixes "Falling > back to first CRTC" warning from tda998x driver. The description is rather short, and doesn't really explain what was wrong and why this fixes it. > Signed-off-by: Jyri Sarha > --- >

[PATCH v2 21/21] drm/tilcdc: Initialize crtc->port

2016-02-16 Thread Jyri Sarha
Initialize port device node pointer in the tilcdc crtc. Fixes "Falling back to first CRTC" warning from tda998x driver. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 11 +++ 1 file changed, 11 insertions(+) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/driv