Re: [PATCH] drm/bridge: tc358767: fix probe without attached output node

2017-07-27 Thread Archit Taneja
On 07/27/2017 06:26 PM, Andrey Gusakov wrote: Hi, On Mon, Jul 10, 2017 at 3:41 PM, Lucas Stach > wrote: The output node of the TC358767 is only used if another bridge is chained behind it. Panels attached to the TC358767 can be detected using the usual

Re: [PATCH] drm/bridge: tc358767: fix probe without attached output node

2017-07-27 Thread Andrey Gusakov
Hi, On Mon, Jul 10, 2017 at 3:41 PM, Lucas Stach wrote: > The output node of the TC358767 is only used if another bridge is chained > behind it. Panels attached to the TC358767 can be detected using the usual > DP AUX probing. This restores the old behavior of ignoring the output if > no endpoin

[PATCH] drm/bridge: tc358767: fix probe without attached output node

2017-07-10 Thread Lucas Stach
The output node of the TC358767 is only used if another bridge is chained behind it. Panels attached to the TC358767 can be detected using the usual DP AUX probing. This restores the old behavior of ignoring the output if no endpoint is found. Fixes: ebc944613567 (drm: convert drivers to use drm_o