Home
last modified time | relevance | path

Searched refs:phantom_hubp_post_enable (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
H A Ddcn32_hubp.c221 .phantom_hubp_post_enable = hubp32_phantom_hubp_post_enable,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h224 void (*phantom_hubp_post_enable)(struct hubp *hubp); member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c1057 .phantom_hubp_post_enable = hubp32_phantom_hubp_post_enable,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1861 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn20_update_dchubp_dpp()
1862 hubp->funcs->phantom_hubp_post_enable(hubp); in dcn20_update_dchubp_dpp()
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_hw_sequencer.c3145 if (hubp && hubp->funcs->phantom_hubp_post_enable) in hwss_phantom_hubp_post_enable()
3146 hubp->funcs->phantom_hubp_post_enable(hubp); in hwss_phantom_hubp_post_enable()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c3765 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn401_update_dchubp_dpp_sequence()