Re: [PATCH v1 1/1] drm/mediatek: add function to match the connector and crtc

2018-09-19 Thread CK Hu
Hi, Stu: On Wed, 2018-09-12 at 14:02 +0800, Stu Hsieh wrote: > This patch add function to match the connector and crtc > > Because the connector set the possible_crtc to match the crtc. > > This function would search the connector in every ddp path and > return the corresponding value for possib

[PATCH v1 1/1] drm/mediatek: add function to match the connector and crtc

2018-09-11 Thread Stu Hsieh
This patch add function to match the connector and crtc Because the connector set the possible_crtc to match the crtc. This function would search the connector in every ddp path and return the corresponding value for possible_crtc. Change-Id: Id51de53b95039f8174462d483eb9bfee31b3b93b Signed-off-