mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 18:42:25 -04:00
drm/amdgpu: remove unused sync testing
Not used in a while. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Ken Wang <Qingqing.Wang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
35011d398e
commit
81522f71b1
@@ -1912,12 +1912,6 @@ int amdgpu_device_init(struct amdgpu_device *adev,
|
||||
else
|
||||
DRM_INFO("amdgpu: acceleration disabled, skipping move tests\n");
|
||||
}
|
||||
if ((amdgpu_testing & 2)) {
|
||||
if (adev->accel_working)
|
||||
amdgpu_test_syncing(adev);
|
||||
else
|
||||
DRM_INFO("amdgpu: acceleration disabled, skipping sync tests\n");
|
||||
}
|
||||
if (amdgpu_benchmarking) {
|
||||
if (adev->accel_working)
|
||||
amdgpu_benchmark(adev, amdgpu_benchmarking);
|
||||
|
||||
Reference in New Issue
Block a user