drm/amdgpu: remove AMDGPU_VM_NO_FLUSH define
authorChristian König <[email protected]>
Fri, 12 Aug 2016 09:40:11 +0000 (11:40 +0200)
committerAlex Deucher <[email protected]>
Tue, 16 Aug 2016 14:44:20 +0000 (10:44 -0400)
Not used any more.

Signed-off-by: Christian König <[email protected]>
Reviewed-by: Alex Deucher <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

index e0e40aca0f786752c215e667683cb24ef0851090..12925016370b6d55dd03bd8152f46f7a82efb8e2 100644 (file)
@@ -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
  */