Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: remove gart_window_lock usage from gmc v12_1

Same as what was done in commit c79cf5a7d903
("drm/amdgpu: remove gart_window_lock usage from gmc v12") for v12.

Signed-off-by: Pierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Pierre-Eric Pelloux-Prayer and committed by
Alex Deucher
49fe425d e20592cd

-2
-2
drivers/gpu/drm/amd/amdgpu/gmc_v12_1.c
··· 345 345 return; 346 346 } 347 347 348 - mutex_lock(&adev->mman.gtt_window_lock); 349 348 gmc_v12_1_flush_vm_hub(adev, vmid, vmhub, 0); 350 - mutex_unlock(&adev->mman.gtt_window_lock); 351 349 return; 352 350 } 353 351