OSDN Git Service

drm/amdgpu: use kernel fence diretly in amdgpu_bo_fence
[android-x86/kernel.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_object.h
index 675bdc3..238465a 100644 (file)
@@ -161,7 +161,7 @@ int amdgpu_bo_get_metadata(struct amdgpu_bo *bo, void *buffer,
 void amdgpu_bo_move_notify(struct ttm_buffer_object *bo,
                                  struct ttm_mem_reg *new_mem);
 int amdgpu_bo_fault_reserve_notify(struct ttm_buffer_object *bo);
-void amdgpu_bo_fence(struct amdgpu_bo *bo, struct amdgpu_fence *fence,
+void amdgpu_bo_fence(struct amdgpu_bo *bo, struct fence *fence,
                     bool shared);
 
 /*