drm/amdgpu: avoid using invalidate semaphore for picasso
authorchangzhu <Changfeng.Zhu@amd.com>
Tue, 10 Dec 2019 02:23:09 +0000 (10:23 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 11 Dec 2019 20:22:07 +0000 (15:22 -0500)
commit418899d6157516fb0b7acad5e37653e60b285852
tree0044e67d854a9f5766c7ba484db940d59b3d627c
parentfeffbaac36d333096ad12ee50a7235481123161f
drm/amdgpu: avoid using invalidate semaphore for picasso

It may cause timeout waiting for sem acquire in VM flush when using
invalidate semaphore for picasso. So it needs to avoid using invalidate
semaphore for piasso.

Signed-off-by: changzhu <Changfeng.Zhu@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c