mirror of https://gitee.com/openkylin/linux.git
drm/amd/display: Drop duplicate dc_stream_set_static_screen_events definition
Signed-off-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Krunoslav Kovac <Krunoslav.Kovac@amd.com> Reviewed-by: Anthony Koo <Anthony.Koo@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
a10dc97ab8
commit
2cbe6d9be5
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue