drm/amd/display: break down dc_link.c
[linux-2.6-microblaze.git] / drivers / gpu / drm / amd / display / dc / inc / core_types.h
index bebfcf8..ed3c031 100644 (file)
@@ -56,33 +56,6 @@ void enable_surface_flip_reporting(struct dc_plane_state *plane_state,
 #endif
 #include "link_hwss.h"
 
-/************ link *****************/
-struct link_init_data {
-       const struct dc *dc;
-       struct dc_context *ctx; /* TODO: remove 'dal' when DC is complete. */
-       uint32_t connector_index; /* this will be mapped to the HPD pins */
-       uint32_t link_index; /* this is mapped to DAL display_index
-                               TODO: remove it when DC is complete. */
-       bool is_dpia_link;
-};
-
-struct dc_link *link_create(const struct link_init_data *init_params);
-void link_destroy(struct dc_link **link);
-
-enum dc_status dc_link_validate_mode_timing(
-               const struct dc_stream_state *stream,
-               struct dc_link *link,
-               const struct dc_crtc_timing *timing);
-
-void core_link_resume(struct dc_link *link);
-
-void core_link_enable_stream(
-               struct dc_state *state,
-               struct pipe_ctx *pipe_ctx);
-
-void core_link_disable_stream(struct pipe_ctx *pipe_ctx);
-
-void core_link_set_avmute(struct pipe_ctx *pipe_ctx, bool enable);
 /********** DAL Core*********************/
 #include "transform.h"
 #include "dpp.h"