Searched hist:"839461 d3b0e3082eb382f17a3e3899372f28649a" (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | rs600.c | diff 839461d3b0e3082eb382f17a3e3899372f28649a Tue Mar 02 15:06:51 CST 2010 Rafał Miłecki <zajec5@gmail.com> 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>
|
H A D | radeon_pm.c | diff 839461d3b0e3082eb382f17a3e3899372f28649a Tue Mar 02 15:06:51 CST 2010 Rafał Miłecki <zajec5@gmail.com> 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>
|
H A D | r100.c | diff 839461d3b0e3082eb382f17a3e3899372f28649a Tue Mar 02 15:06:51 CST 2010 Rafał Miłecki <zajec5@gmail.com> 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>
|
H A D | r600.c | diff 839461d3b0e3082eb382f17a3e3899372f28649a Tue Mar 02 15:06:51 CST 2010 Rafał Miłecki <zajec5@gmail.com> 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>
|
H A D | radeon.h | diff 839461d3b0e3082eb382f17a3e3899372f28649a Tue Mar 02 15:06:51 CST 2010 Rafał Miłecki <zajec5@gmail.com> 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>
|