drm/vc4: Fix reduce interrupt timeout 'workaround'
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 14 Feb 2019 02:22:19 +0000 (11:22 +0900)
committerHoegeun Kwon <hoegeun.kwon@samsung.com>
Mon, 4 Nov 2019 09:00:55 +0000 (18:00 +0900)
commit86b4e90444ca87f77fcfa4edb637c7e76c4d7a8a
tree97d70c5b1dd2d5572bf65f2255074590cf787ba2
parent5e249b27bf3d2ad4ff8dce579cbfe3e5b152db80
drm/vc4: Fix reduce interrupt timeout 'workaround'

Since flag 'ignore_lcd=0' is set in config.txt, dsi interrupt is
disabled so that interrupt does not occur even when dsi_write is
operated. The waiting time causes a boot delay. So it reduces the
timeout to 100msecs until it is resolved. As a result, the boot delay
has been reduced from 22,000 to 2,200 msecs.

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