Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_hubbub.c64 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h168 void (*force_wm_propagate_to_pipes)(struct hubbub *hubbub); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_hubbub.c452 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hubbub.c990 .force_wm_propagate_to_pipes = hubbub32_force_wm_propagate_to_pipes,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hwseq.c1727 if (dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes) in dcn20_program_pipe()
1728 dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes(dc->res_pool->hubbub); in dcn20_program_pipe()