[PATCH 02/11] drm/sun4i: Set drm_crtc.port to the underlying TCON's output port node

2017-02-23 Thread Chen-Yu Tsai
The way drm_of_find_possible_crtcs is it tries to match the remote-endpoint of the given node's various endpoints to all the crtc's .port field. Thus we need to set drm_crtc.port to the output port node of the underlying TCON. Signed-off-by: Chen-Yu Tsai --- drivers/gpu/drm/sun4i/sun4i_crtc.c |

Re: [PATCH 02/11] drm/sun4i: Set drm_crtc.port to the underlying TCON's output port node

2017-02-23 Thread Maxime Ripard
On Thu, Feb 23, 2017 at 04:05:34PM +0800, Chen-Yu Tsai wrote: > The way drm_of_find_possible_crtcs is it tries to match the Aren't you missing "works" here ^ > remote-endpoint of the given node's various endpoints to all the > crtc's .port field. Thus we need to set drm_crtc.port to the outpu