From: Becle Lee Date: Mon, 28 Mar 2022 03:18:23 +0000 (+0800) Subject: drm/amd/display: fix missing-prototypes warning X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=24566aab61c98116e6c39db7b27b005f6d7776d8;p=linux.git drm/amd/display: fix missing-prototypes warning [Why] No declaration of hubp1_wait_pipe_read_start found in header file. [How] Add its declaration. Tested-by: Daniel Wheeler Reviewed-by: Aric Cyr Acked-by: Tom Chung Signed-off-by: Becle Lee Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h index 0b17c2993ca5b..4ccb03a7564a5 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h +++ b/drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hubp.h @@ -790,5 +790,6 @@ bool hubp1_in_blank(struct hubp *hubp); void hubp1_soft_reset(struct hubp *hubp, bool reset); void hubp1_set_flip_int(struct hubp *hubp); +void hubp1_wait_pipe_read_start(struct hubp *hubp); #endif