drm/vc4: Replace long HDMI udelay with usleep_range
authorStefan Wahren <stefan.wahren@i2se.com>
Sat, 24 Feb 2018 12:38:14 +0000 (13:38 +0100)
committerEric Anholt <eric@anholt.net>
Mon, 5 Mar 2018 18:19:21 +0000 (10:19 -0800)
commitd8eb9de42320a0d02bd12118a8ac51d14bcaf5e1
tree2247e14b5642041423e37845020de62fb4155557
parent423ad7b3cbd1158d080e20119a7a5f93a085a486
drm/vc4: Replace long HDMI udelay with usleep_range

Since we aren't in atomic context replace this long udelay with a
usleep_range.

Signed-off-by: Stefan Wahren <stefan.wahren@i2se.com>
Signed-off-by: Eric Anholt <eric@anholt.net>
Reviewed-by: Eric Anholt <eric@anholt.net>
Link: https://patchwork.freedesktop.org/patch/msgid/1519475894-11701-1-git-send-email-stefan.wahren@i2se.com
drivers/gpu/drm/vc4/vc4_hdmi.c