commit | 01d4503968f471f876fb44335800d2cf8dc5a2ce | [log] [tgz] |
---|---|---|
author | Dave Airlie <airlied@redhat.com> | Sun Jan 31 07:07:14 2010 +1000 |
committer | Dave Airlie <airlied@redhat.com> | Thu Feb 18 15:00:08 2010 +1000 |
tree | 5a3334b66f4725765f0812400ebbe6a388b7afdc | |
parent | e803e8b2628f3e9a42f45c5b7bb1f9821b08352c [diff] |
drm/radeon/kms: use udelay for short delays For usec delays use udelay instead of scheduling, this should allow reclocking to happen faster. This also was the cause of reported 33s delays at bootup on certain systems. fixes: freedesktop.org bug 25506 Cc: stable@kernel.org Signed-off-by: Dave Airlie <airlied@redhat.com>