summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorRoger He <Hongbo.He@amd.com>2017-08-15 16:05:59 +0800
committerAlex Deucher <alexander.deucher@amd.com>2017-08-17 16:47:43 -0400
commitd07f14be4d11cf323977672342fb0fc6017052f6 (patch)
tree4361547a6d52ef30c2294189e9b2d5379fce94f7 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parente618d306ded38dc9d37c04dc37e24bf9d62e9c7b (diff)
downloadlwn-d07f14be4d11cf323977672342fb0fc6017052f6.tar.gz
lwn-d07f14be4d11cf323977672342fb0fc6017052f6.zip
drm/amd/amdgpu: expose fragment size as module parameter (v2)
Allow overrides on the command line. v2: agd: sqaush in spelling fix and bogus default value warning Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Roger He <Hongbo.He@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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 1f915a5ce9ba..12e71bbfd222 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -96,6 +96,7 @@ extern int amdgpu_bapm;
extern int amdgpu_deep_color;
extern int amdgpu_vm_size;
extern int amdgpu_vm_block_size;
+extern int amdgpu_vm_fragment_size;
extern int amdgpu_vm_fault_stop;
extern int amdgpu_vm_debug;
extern int amdgpu_vm_update_mode;