On Tue, Oct 11, 2022 at 1:32 PM Rodrigo Siqueira <Rodrigo.Siqueira@xxxxxxx> wrote: > > From: Aurabindo Pillai <aurabindo.pillai@xxxxxxx> > > Add the hubp surface flip handler. This fixes some flip timeout issues. > > Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@xxxxxxx> > Signed-off-by: Aurabindo Pillai <aurabindo.pillai@xxxxxxx> Acked-by: Alex Deucher <alexander.deucher@xxxxxxx> > --- > drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c > index f4b901d393eb..ac1c6458dd55 100644 > --- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c > +++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_hubp.c > @@ -181,6 +181,7 @@ static struct hubp_funcs dcn32_hubp_funcs = { > .hubp_init = hubp3_init, > .set_unbounded_requesting = hubp31_set_unbounded_requesting, > .hubp_soft_reset = hubp31_soft_reset, > + .hubp_set_flip_int = hubp1_set_flip_int, > .hubp_in_blank = hubp1_in_blank, > .hubp_update_force_pstate_disallow = hubp32_update_force_pstate_disallow, > .phantom_hubp_post_enable = hubp32_phantom_hubp_post_enable, > -- > 2.35.1 >