drm/vc4: Fix change to find_panel in the dsi_attach func 86/209286/4
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 4 Jul 2019 08:40:58 +0000 (17:40 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 5 Jul 2019 06:25:19 +0000 (06:25 +0000)
commit33628acb253b88e9c5a5f1777a292731b9217f81
tree8c92382119eaea6142b88bef4864048196179e94
parent9cb6b56a469925b658703b8d238334d1e91ea7bf
drm/vc4: Fix change to find_panel in the dsi_attach func

There is a problem that crtc does not bind while continuously
requesting EPROBE_DEFER, if dsi_bind does not successfully bind.
We need to change the part of find_panel in bind to dsi_attach
function.

Change-Id: Ifce518f047f496079eb8fbe112dabbd9bc7488bb
Signed-off-by: Hoegeun Kwon <hoegeun.kwon@samsung.com>
drivers/gpu/drm/vc4/vc4_dsi.c