summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2016-08-12 11:40:11 +0200
committerAlex Deucher <alexander.deucher@amd.com>2016-08-16 10:44:20 -0400
commitdc157c6daa317c75058def8f9753909e5224cbec (patch)
tree65a277ba3833776a5fb9dd85826e9c58bc80ad90 /drivers/gpu/drm/amd
parentde9ea7bd366009d379043d49b5b2660c5b462483 (diff)
downloadlinux-dc157c6daa317c75058def8f9753909e5224cbec.tar.bz2
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')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c3
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 @@
* SI supports 16.
*/
-/* Special value that no flush is necessary */
-#define AMDGPU_VM_NO_FLUSH (~0ll)
-
/* Local structure. Encapsulate some VM table update parameters to reduce
* the number of function parameters
*/