]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Fix TLB invalidation request when using semaphore
authorFelix Kuehling <Felix.Kuehling@amd.com>
Sat, 18 Jan 2020 00:54:45 +0000 (19:54 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 27 Jan 2020 21:46:36 +0000 (16:46 -0500)
commitb803a804108d26e618a6ee3eac220d8f8660b9ae
tree732fdb7f2e467e406f0cc8e8dccec88372d74746
parent0d91bbcec2f389cf1d5cda6036b3db1c0a860214
drm/amdgpu: Fix TLB invalidation request when using semaphore

Use a more meaningful variable name for the invalidation request
that is distinct from the tmp variable that gets overwritten when
acquiring the invalidation semaphore.

Fixes: dca15a58bcf4 ("drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10")
Signed-off-by: Felix Kuehling <Felix.Kuehling@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Yong Zhao <Yong.Zhao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v10_0.c
drivers/gpu/drm/amd/amdgpu/gmc_v9_0.c