commit | 3084cf46cf8110826a42de8c8ef30e8fa48974c2 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Mon Sep 16 10:20:47 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Sep 16 10:42:32 2019 -0500 |
tree | 6c58dcb0b0c691cd3defb78f78dceb8bf7c29bcb | |
parent | 6817bf283b2b851095825ec7f0e9f10398e09125 [diff] |
drm/ttm: return -EBUSY on pipelining with no_gpu_wait (v2) Setting the no_gpu_wait flag means that the allocate BO must be available immediately and we can't wait for any GPU operation to finish. v2: squash in mem leak fix, rebase Signed-off-by: Christian König <christian.koenig@amd.com> Acked-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>