Re: [PATCH] drm: vc4_hdmi: Replace long udelay with usleep_range

2018-03-05 Thread Eric Anholt
Stefan Wahren writes: > Since we aren't in atomic context replace this long udelay with a > usleep_range. Reviewed and pushed to drm-misc-next. Thanks! signature.asc Description: PGP signature ___ dri-devel mailing list dri-devel@lists.freedesktop.or

[PATCH] drm: vc4_hdmi: Replace long udelay with usleep_range

2018-02-26 Thread Stefan Wahren
Since we aren't in atomic context replace this long udelay with a usleep_range. Signed-off-by: Stefan Wahren --- drivers/gpu/drm/vc4/vc4_hdmi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/vc4/vc4_hdmi.c b/drivers/gpu/drm/vc4/vc4_hdmi.c index 984501e..1a6db