|
@@ -353,7 +353,8 @@ int amdgpu_ib_ring_tests(struct amdgpu_device *adev)
|
|
|
ring->funcs->type == AMDGPU_RING_TYPE_VCE ||
|
|
|
ring->funcs->type == AMDGPU_RING_TYPE_UVD_ENC ||
|
|
|
ring->funcs->type == AMDGPU_RING_TYPE_VCN_DEC ||
|
|
|
- ring->funcs->type == AMDGPU_RING_TYPE_VCN_ENC)
|
|
|
+ ring->funcs->type == AMDGPU_RING_TYPE_VCN_ENC ||
|
|
|
+ ring->funcs->type == AMDGPU_RING_TYPE_VCN_JPEG)
|
|
|
tmo = tmo_mm;
|
|
|
else
|
|
|
tmo = tmo_gfx;
|