ソースを参照

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>
Christian König 9 年 前
コミット
dc157c6daa
1 ファイル変更0 行追加3 行削除
  1. 0 3
      drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c

+ 0 - 3
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
  */