From: Krunoslav Kovac Date: Wed, 30 May 2018 14:56:32 +0000 (-0400) Subject: drm/amd/display: Drop duplicate dc_stream_set_static_screen_events definition X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=2cbe6d9be5a4ea5a6aff064a3bcca2ef92921993;p=openwrt%2Fstaging%2Fblogic.git drm/amd/display: Drop duplicate dc_stream_set_static_screen_events definition Signed-off-by: Harry Wentland Signed-off-by: Krunoslav Kovac Reviewed-by: Anthony Koo Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dc_stream.h b/drivers/gpu/drm/amd/display/dc/dc_stream.h index 065450c445c5..af503e0286a7 100644 --- a/drivers/gpu/drm/amd/display/dc/dc_stream.h +++ b/drivers/gpu/drm/amd/display/dc/dc_stream.h @@ -302,9 +302,4 @@ bool dc_stream_get_crtc_position(struct dc *dc, unsigned int *v_pos, unsigned int *nom_v_pos); -void dc_stream_set_static_screen_events(struct dc *dc, - struct dc_stream_state **stream, - int num_streams, - const struct dc_static_screen_events *events); - #endif /* DC_STREAM_H_ */