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, 7 Feb 2022 07:09:31 +0000 (16:09 +0900)
commitf93dfbc5ed41df69939839f78a9e820c89de45de
treec5319e89930112c598df158a8669ba0ab007f1ec
parente81ba36b7a0ff32137bafc3b94cbbec066c3b7f6
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