summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2022-02-19 00:50:26 +0300
committerAlex Deucher <alexander.deucher@amd.com>2022-02-23 22:02:51 +0300
commitb784f42cf78b08932b837b5aa15d620520cd4d95 (patch)
treed2703b0d2cbe315a5368624471479f846d5b9adf /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parent0b1a63487b0fe45750528f89ea688eda2862dfa6 (diff)
downloadlinux-b784f42cf78b08932b837b5aa15d620520cd4d95.tar.xz
drm/amdgpu: drop testing module parameter
This test is not particularly useful now that GTT and GART are decoupled in the driver. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index d6cf2e343a43..a117b40f03a0 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -155,7 +155,6 @@ extern int amdgpu_vis_vram_limit;
extern int amdgpu_gart_size;
extern int amdgpu_gtt_size;
extern int amdgpu_moverate;
-extern int amdgpu_testing;
extern int amdgpu_audio;
extern int amdgpu_disp_priority;
extern int amdgpu_hw_i2c;
@@ -587,12 +586,6 @@ void amdgpu_device_wb_free(struct amdgpu_device *adev, u32 wb);
*/
int amdgpu_benchmark(struct amdgpu_device *adev, int test_number);
-
-/*
- * Testing
- */
-void amdgpu_test_moves(struct amdgpu_device *adev);
-
/*
* ASIC specific register table accessible by UMD
*/