Use msleep instead of tsleep to drop the DRM device lock and avoid a
authorEric Anholt <anholt@freebsd.org>
Tue, 26 Apr 2005 05:11:20 +0000 (05:11 +0000)
committerEric Anholt <anholt@freebsd.org>
Tue, 26 Apr 2005 05:11:20 +0000 (05:11 +0000)
commit31a06d0baca9e378a773ca8bd350860546dd8a79
tree1f8ee92b583c7888dd1376ac829c94b1b8e0b101
parentbe9e67a927ed9583380107b2fb9ddf3bd8a5f128
Use msleep instead of tsleep to drop the DRM device lock and avoid a
    sleep-with- mutex held. This probably ought to be an os-independent
    sleep function ala DRM_USLEEP.
shared-core/radeon_cp.c