drm/vc4: Fix change to find_panel in the dsi_attach func
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 4 Jul 2019 08:40:58 +0000 (17:40 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Thu, 2 Apr 2020 04:09:07 +0000 (13:09 +0900)
commit4866faeb778538da80c8e23640dbc1a6c51e72de
tree3b36b3ce9f9e9ef116f9e2c0a484f8b551f9005e
parentbf9e81db1f39ee02df92c3ccd565a41ac30f6bd7
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