drm/radeon/kms: switch to condition waiting for reclocking
authorRafał Miłecki <zajec5@gmail.com>
Tue, 2 Mar 2010 21:06:51 +0000 (22:06 +0100)
committerDave Airlie <airlied@redhat.com>
Mon, 15 Mar 2010 00:23:22 +0000 (10:23 +1000)
We tried to implement interruptible waiting with timeout (it was broken
anyway) which was not a good idea as explained by Andrew. It's possible
to avoid using additional variable but actually it inroduces using more
complex in-kernel tools. So simply add one variable for condition.

Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found