Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn32/
Ddcn32_hubp.c202 .phantom_hubp_post_enable = hubp32_phantom_hubp_post_enable,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dhubp.h193 void (*phantom_hubp_post_enable)(struct hubp *hubp); member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
Ddcn401_hubp.c993 .phantom_hubp_post_enable = hubp32_phantom_hubp_post_enable,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1835 if (pipe_mall_type == SUBVP_PHANTOM && hubp->funcs->phantom_hubp_post_enable) in dcn20_update_dchubp_dpp()
1836 hubp->funcs->phantom_hubp_post_enable(hubp); in dcn20_update_dchubp_dpp()