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)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
commite1397e07d58ba50d437ab16fc4ae1f0208dcd09f
tree5c1b718b4f7ff4a7a1607e970d3ec2ae1fbd8eed
parent48d5cfb74ba38a4a113ee04c67df468c00f91cbe
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