]> Git Repo - linux.git/blobdiff - drivers/gpu/drm/amd/amdgpu/amdgpu_object.h
drm/amdgpu: drop the amdgpu_device argument from amdgpu_ib_free
[linux.git] / drivers / gpu / drm / amd / amdgpu / amdgpu_object.h
index ce3314152d20f838097193742458ad2cc752406a..ab3fe7b42da7a390923148c755bfb5e29879851a 100644 (file)
@@ -342,8 +342,7 @@ int amdgpu_sa_bo_manager_start(struct amdgpu_device *adev,
 int amdgpu_sa_bo_new(struct amdgpu_sa_manager *sa_manager,
                     struct drm_suballoc **sa_bo,
                     unsigned int size);
-void amdgpu_sa_bo_free(struct amdgpu_device *adev,
-                      struct drm_suballoc **sa_bo,
+void amdgpu_sa_bo_free(struct drm_suballoc **sa_bo,
                       struct dma_fence *fence);
 #if defined(CONFIG_DEBUG_FS)
 void amdgpu_sa_bo_dump_debug_info(struct amdgpu_sa_manager *sa_manager,
This page took 0.030099 seconds and 4 git commands to generate.