aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
diff options
context:
space:
mode:
authorHuang Rui <[email protected]>2017-05-31 14:59:18 +0000
committerAlex Deucher <[email protected]>2017-06-06 20:58:43 +0000
commit77f6c76370632570870bee6793958488316e1732 (patch)
tree316f8139787cba85c19d5f28dcf676b10a353895 /drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
parentdrm/amdgpu: export gfxhub sw_init into gmc (diff)
downloadkernel-77f6c76370632570870bee6793958488316e1732.tar.gz
kernel-77f6c76370632570870bee6793958488316e1732.zip
drm/amdgpu: export mmhub sw_init into gmc
Signed-off-by: Huang Rui <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Acked-by: Christian König <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
index aadedf99c028..f8a57e16ec25 100644
--- a/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
+++ b/drivers/gpu/drm/amd/amdgpu/mmhub_v1_0.h
@@ -28,6 +28,7 @@ int mmhub_v1_0_gart_enable(struct amdgpu_device *adev);
void mmhub_v1_0_gart_disable(struct amdgpu_device *adev);
void mmhub_v1_0_set_fault_enable_default(struct amdgpu_device *adev,
bool value);
+void mmhub_v1_0_init(struct amdgpu_device *adev);
extern const struct amd_ip_funcs mmhub_v1_0_ip_funcs;
extern const struct amdgpu_ip_block_version mmhub_v1_0_ip_block;