Home
last modified time | relevance | path

Searched refs:hubp_setup_interdependent2 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h177 void (*hubp_setup_interdependent2)( member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c1036 .hubp_setup_interdependent2 = hubp401_setup_interdependent,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1711 if (hubp->funcs->hubp_setup_interdependent2) { in dcn20_update_dchubp_dpp()
1712 hubp->funcs->hubp_setup_interdependent2( in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2997 if (hubp && hubp->funcs->hubp_setup_interdependent2) in hwss_hubp_setup_interdependent2()
2998 hubp->funcs->hubp_setup_interdependent2(hubp, hubp_regs); in hwss_hubp_setup_interdependent2()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3629 if (hubp->funcs->hubp_setup_interdependent2) in dcn401_update_dchubp_dpp_sequence()