aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
index 717c3b4e1d54..2e8f469159c5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -2521,6 +2521,7 @@ static inline void amdgpu_acpi_fini(struct amdgpu_device *adev) { }
2521struct amdgpu_bo_va_mapping * 2521struct amdgpu_bo_va_mapping *
2522amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser, 2522amdgpu_cs_find_mapping(struct amdgpu_cs_parser *parser,
2523 uint64_t addr, struct amdgpu_bo **bo); 2523 uint64_t addr, struct amdgpu_bo **bo);
2524int amdgpu_cs_sysvm_access_required(struct amdgpu_cs_parser *parser);
2524 2525
2525#include "amdgpu_object.h" 2526#include "amdgpu_object.h"
2526#endif 2527#endif