Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h154 void (*force_wm_propagate_to_pipes)(struct hubbub *hubbub); member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_hubbub.c399 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1593 if (dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes) in dcn20_program_pipe()
1594 dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes(dc->res_pool->hubbub); in dcn20_program_pipe()