Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h166 void (*hubp_setup2)( member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c1035 .hubp_setup2 = hubp401_setup,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2742 if (pipe_ctx->plane_res.hubp->funcs->hubp_setup2) in dcn401_update_bandwidth()
2743 pipe_ctx->plane_res.hubp->funcs->hubp_setup2( in dcn401_update_bandwidth()
3614 if (hubp->funcs->hubp_setup2) { in dcn401_update_dchubp_dpp_sequence()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1691 if (hubp->funcs->hubp_setup2) { in dcn20_update_dchubp_dpp()
1692 hubp->funcs->hubp_setup2( in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c2967 if (hubp && hubp->funcs->hubp_setup2) in hwss_hubp_setup2()
2968 hubp->funcs->hubp_setup2(hubp, hubp_regs, global_sync, timing); in hwss_hubp_setup2()