Commit 4486c3fc authored by Harry Wentland's avatar Harry Wentland Committed by Alex Deucher

drm/amd/display: Remove dead enable_plane function definition and call

Signed-off-by: default avatarHarry Wentland <harry.wentland@amd.com>
Reviewed-by: default avatarJordan Lazare <Jordan.Lazare@amd.com>
Reviewed-by: default avatarTony Cheng <Tony.Cheng@amd.com>
Acked-by: default avatarHarry Wentland <harry.wentland@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 63b371ec
......@@ -2053,9 +2053,6 @@ enum dc_status dce110_apply_ctx_to_hw(
context,
dc);
if (dc->hwss.enable_plane)
dc->hwss.enable_plane(dc, pipe_ctx, context);
if (DC_OK != status)
return status;
}
......
......@@ -138,10 +138,6 @@ struct hw_sequencer_funcs {
void (*disable_plane)(struct dc *dc, struct pipe_ctx *pipe_ctx);
void (*enable_plane)(struct dc *dc,
struct pipe_ctx *pipe,
struct dc_state *context);
void (*update_info_frame)(struct pipe_ctx *pipe_ctx);
void (*enable_stream)(struct pipe_ctx *pipe_ctx);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment