Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
H A Ddcn32_hubp.c205 .phantom_hubp_post_enable = hubp32_phantom_hubp_post_enable,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dhubp.h206 void (*phantom_hubp_post_enable)(struct hubp *hubp); member
/linux/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
H A Ddcn401_hubp.c1020 .phantom_hubp_post_enable = hubp32_phantom_hubp_post_enable,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1852 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn20_update_dchubp_dpp()
1853 hubp->funcs->phantom_hubp_post_enable(hubp); in dcn20_update_dchubp_dpp()