diff options
author | Roger He <Hongbo.He@amd.com> | 2017-08-15 16:05:59 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-08-17 16:47:43 -0400 |
commit | d07f14be4d11cf323977672342fb0fc6017052f6 (patch) | |
tree | 4361547a6d52ef30c2294189e9b2d5379fce94f7 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | e618d306ded38dc9d37c04dc37e24bf9d62e9c7b (diff) | |
download | lwn-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.h | 1 |
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; |