drm/vc4: Fix reduce interrupt timeout 'workaround'
authorHoegeun Kwon <hoegeun.kwon@samsung.com>
Thu, 14 Feb 2019 02:22:19 +0000 (11:22 +0900)
committerJunghoon Kim <jhoon20.kim@samsung.com>
Tue, 11 Jun 2019 00:35:54 +0000 (09:35 +0900)
commit16a797f84247adbc7781184e70cf2efe177315d0
tree8a64b205928cb10ae9f4bf3598fc99bbba7787d0
parent2d6154f632cf229941ecfbf8952ee4eaf42dedc0
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