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>
Thu, 12 Dec 2019 14:39:39 +0000 (09:39 -0500)
commit413fc385a594ea6eb08843be33939057ddfdae76
treef86fdc15814e1c44edad971b4591b743cbcaf445
parenta680aea00d170695d6542150a6f8841b5c2b8f1e
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