commit | 95ecf91c7bb33a49093cfa2a19bc841c04b2707a | [log] [tgz] |
---|---|---|
author | Michel Dänzer <michel.daenzer@amd.com> | Tue Jul 14 12:42:19 2015 +0900 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 05 13:47:52 2015 -0400 |
tree | 23d8ae0d30bdbb749ca623ad2518356fed77b032 | |
parent | 5463d2e83a450a0428f6c46561c5e2a54a229589 [diff] |
amdgpu: Use drmIoctl in amdgpu_ioctl_wait_cs This is safe now because the ioctl uses an absolute timeout. This prevents amdgpu_cs_query_fence_status from returning early e.g. when a signal is delivered, which in turn caused Mesa winsys code to assume a BO was idle when it actually wasn't yet. Reviewed-by: Christian König <christian.koenig@amd.com>