summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/dce_v6_0.h
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-09-29 23:30:21 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-10-25 14:38:02 -0400
commit1d160f430301d033053fc3a5237324d17552390b (patch)
tree1968286db709c34440991f35c213d32a80b0310d /drivers/gpu/drm/amd/amdgpu/dce_v6_0.h
parent5481e27f6fd06b7cb902072e81d6b083db8155eb (diff)
drm/amdgpu/dce6: add dce_v6_0_disable_dce
Needed for virtual dce support Reviewed-By: Emily Deng <Emily.Deng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/dce_v6_0.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/dce_v6_0.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.h b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.h
index 6a5528105bb6..4c6cd18e9053 100644
--- a/drivers/gpu/drm/amd/amdgpu/dce_v6_0.h
+++ b/drivers/gpu/drm/amd/amdgpu/dce_v6_0.h
@@ -26,4 +26,6 @@
extern const struct amd_ip_funcs dce_v6_0_ip_funcs;
+void dce_v6_0_disable_dce(struct amdgpu_device *adev);
+
#endif