diff options
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 2a009c398dcb..992f00b65be4 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -602,6 +602,8 @@ int amdgpu_sync_wait(struct amdgpu_sync *sync); | |||
602 | void amdgpu_sync_free(struct amdgpu_sync *sync); | 602 | void amdgpu_sync_free(struct amdgpu_sync *sync); |
603 | int amdgpu_sync_init(void); | 603 | int amdgpu_sync_init(void); |
604 | void amdgpu_sync_fini(void); | 604 | void amdgpu_sync_fini(void); |
605 | int amdgpu_fence_slab_init(void); | ||
606 | void amdgpu_fence_slab_fini(void); | ||
605 | 607 | ||
606 | /* | 608 | /* |
607 | * GART structures, functions & helpers | 609 | * GART structures, functions & helpers |