In function tilcdc_get_external_components the check for
the remote port parent is not correct. We need a '||' instead of
an '&&'.
Signed-off-by: Teresa Remmet
---
There has been send out a different version of this patch about a year ago.
But there was no feedback
: Teresa Remmet
---
drivers/gpu/drm/bridge/tc358775.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/bridge/tc358775.c
b/drivers/gpu/drm/bridge/tc358775.c
index f1c6e62b0e1d..a5f5eae1e80f 100644
--- a/drivers/gpu/drm/bridge/tc358775.c
+++ b/drivers/gpu/drm
if invert-pxl-clk is set. The pixelclk-active
is not included in the drm_display_mode and has to be taken from the
drm bus flags.
Signed-off-by: Teresa Remmet
---
This is probably not the right way to go. As I just took some unused
private flag to pass the bus flags. I appreciate a hint to