diff options
author | xinhui pan <xinhui.pan@amd.com> | 2021-09-16 09:35:47 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-09-23 15:17:29 -0400 |
commit | 0a2267809fc96505aa91703640a121e84bcbdd81 (patch) | |
tree | 3d4d7afc75f6e4601ca32ec2637cacdc5eefbeb5 /drivers/gpu/drm/amd/amdgpu/vce_v4_0.c | |
parent | b2fe31cf648156331991333c1d87346321cab056 (diff) |
drm/amdgpu: Fix uvd ib test timeout when use pre-allocated BO
Now we use same BO for create/destroy msg. So destroy will wait for the
fence returned from create to be signaled. The default timeout value in
destroy is 10ms which is too short.
Lets wait both fences with the specific timeout.
Signed-off-by: xinhui pan <xinhui.pan@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/vce_v4_0.c')
0 files changed, 0 insertions, 0 deletions