Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn301/
H A Ddcn301_hubbub.c64 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddchubbub.h198 void (*force_wm_propagate_to_pipes)(struct hubbub *hubbub); member
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/
H A Ddcn30_hubbub.c455 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn35/
H A Ddcn35_hubbub.c582 .force_wm_propagate_to_pipes = hubbub32_force_wm_propagate_to_pipes,
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/
H A Ddcn32_hubbub.c1001 .force_wm_propagate_to_pipes = hubbub32_force_wm_propagate_to_pipes,
/linux/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
H A Ddcn401_hubbub.c1208 .force_wm_propagate_to_pipes = hubbub32_force_wm_propagate_to_pipes,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1912 if (dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes) in dcn20_program_pipe()
1913 dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes(dc->res_pool->hubbub); in dcn20_program_pipe()