commit | 839461d3b0e3082eb382f17a3e3899372f28649a | [log] [tgz] |
---|---|---|
author | Rafał Miłecki <zajec5@gmail.com> | Tue Mar 02 22:06:51 2010 +0100 |
committer | Dave Airlie <airlied@redhat.com> | Mon Mar 15 10:23:22 2010 +1000 |
tree | e34106e15420df1ef6c726e35783ae0d562fcb66 | |
parent | 65388342d66a63a29c76058e94a00d7bc0c6423b [diff] |
drm/radeon/kms: switch to condition waiting for reclocking 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>