From 782fea4387d22686856c87b8ac0491a43a4d944c Mon Sep 17 00:00:00 2001 From: Alex Deucher Date: Thu, 23 Jul 2020 21:05:41 -0400 Subject: [PATCH 2/3] drm/amdgpu/display: addming return type for dce60_program_front_end_for_pipe Probably a copy/paste typo. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.c b/drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.c index 66e5a1ba2a58..920c7ae29d53 100644 --- a/drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.c +++ b/drivers/gpu/drm/amd/display/dc/dce60/dce60_hw_sequencer.c @@ -266,7 +266,7 @@ static void dce60_program_scaler(const struct dc *dc, &pipe_ctx->plane_res.scl_data); } - +static void dce60_program_front_end_for_pipe( struct dc *dc, struct pipe_ctx *pipe_ctx) { -- 2.25.4