]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit34a64fa453dc0ed588d64d8ececfbe49211705ee
treef86fdc15814e1c44edad971b4591b743cbcaf445
parent7eddcb7d186bfcec561ebabae723fc3ba606126e
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