Re: [PATCH] drm/arm: hdlcd: Set the CRTC's port before binding the encoder.

2017-06-28 Thread Daniel Vetter
On Tue, Jun 06, 2017 at 04:16:05PM +0100, Liviu Dudau wrote: > The component-based encoder(s) used by HDLCD expect the CRTC port > to be set before binding in order to find the right endpoint. > Without this patch, the TDA19988 encoder driver prints a warning > "Falling back to first CRTC". > > Si

[PATCH] drm/arm: hdlcd: Set the CRTC's port before binding the encoder.

2017-06-06 Thread Liviu Dudau
The component-based encoder(s) used by HDLCD expect the CRTC port to be set before binding in order to find the right endpoint. Without this patch, the TDA19988 encoder driver prints a warning "Falling back to first CRTC". Signed-off-by: Liviu Dudau --- drivers/gpu/drm/arm/hdlcd_drv.c | 9 ++