commit | 247c405098ab731ad9b58971e2cfbab116b54b45 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue May 05 09:52:12 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu May 07 11:00:15 2015 -0400 |
tree | 730fc35b4be10a2757aebb47ac1e6fe8f435d52b | |
parent | db12973cd581d4e79f4aadd0960948f268d15af7 [diff] |
drm/radeon: fix userptr lockup We shouldn't try to reserve and wait for a BO that isn't bound. Otherwise we can run into a deadlock if we have a fault during binding the BO. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>