drm/radeon: replace udelay with mdelay for long timeouts
authorArnd Bergmann <arnd@arndb.de>
Thu, 5 Apr 2012 18:58:22 +0000 (12:58 -0600)
committerDave Airlie <airlied@redhat.com>
Tue, 10 Apr 2012 09:21:00 +0000 (10:21 +0100)
commit4de833c337509916b7931982734d858191cf0700
treef5eeaeff34fe4f8b2a51ee3a6817a1fa4dcae68c
parent258f742635360175564e9470eb060ff4d4b984e7
drm/radeon: replace udelay with mdelay for long timeouts

Some architectures require that delays longer than a few
miliseconds are called through mdelay. This was triggered
on ARM randconfig builds.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mathieu Poirier <mathieu.poirier@linaro.org>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/r100.c
drivers/gpu/drm/radeon/r600.c
drivers/gpu/drm/radeon/r600_cp.c
drivers/gpu/drm/radeon/radeon_clocks.c
drivers/gpu/drm/radeon/radeon_combios.c
drivers/gpu/drm/radeon/radeon_legacy_encoders.c