]> 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)
commitb99fbefed0f91354b07bd4adcf62ec649ed496f1
treef86fdc15814e1c44edad971b4591b743cbcaf445
parent42ea91e8311b00daba4f525aa9851848ffdc663e
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