Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn301/
Ddcn301_hubbub.c64 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h198 void (*force_wm_propagate_to_pipes)(struct hubbub *hubbub); member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn30/
Ddcn30_hubbub.c455 .force_wm_propagate_to_pipes = hubbub3_force_wm_propagate_to_pipes,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn35/
Ddcn35_hubbub.c582 .force_wm_propagate_to_pipes = hubbub32_force_wm_propagate_to_pipes,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn32/
Ddcn32_hubbub.c1001 .force_wm_propagate_to_pipes = hubbub32_force_wm_propagate_to_pipes,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
Ddcn401_hubbub.c1208 .force_wm_propagate_to_pipes = hubbub32_force_wm_propagate_to_pipes,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
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()