diff options
author | Christian König <christian.koenig@amd.com> | 2016-08-12 05:40:11 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-08-16 10:44:20 -0400 |
commit | dc157c6daa317c75058def8f9753909e5224cbec (patch) | |
tree | 65a277ba3833776a5fb9dd85826e9c58bc80ad90 /drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |
parent | de9ea7bd366009d379043d49b5b2660c5b462483 (diff) |
drm/amdgpu: remove AMDGPU_VM_NO_FLUSH define
Not used any more.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c index e0e40aca0f78..12925016370b 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c | |||
@@ -51,9 +51,6 @@ | |||
51 | * SI supports 16. | 51 | * SI supports 16. |
52 | */ | 52 | */ |
53 | 53 | ||
54 | /* Special value that no flush is necessary */ | ||
55 | #define AMDGPU_VM_NO_FLUSH (~0ll) | ||
56 | |||
57 | /* Local structure. Encapsulate some VM table update parameters to reduce | 54 | /* Local structure. Encapsulate some VM table update parameters to reduce |
58 | * the number of function parameters | 55 | * the number of function parameters |
59 | */ | 56 | */ |