Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_hubbub.c64 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h161 void (*force_wm_propagate_to_pipes)(struct hubbub *hubbub); member
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c452 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/linux-5.19.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1610 if (dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes) in dcn20_program_pipe()
1611 dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes(dc->res_pool->hubbub); in dcn20_program_pipe()