Home
last modified time | relevance | path

Searched refs:program_det_segments (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddchubbub.h228 void (*program_det_segments)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_seg); member
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c2025 if (dc->res_pool->hubbub->funcs->program_det_segments) in dcn401_program_pipe()
2026 dc->res_pool->hubbub->funcs->program_det_segments( in dcn401_program_pipe()
2209 if (dc->res_pool->hubbub->funcs->program_det_segments) in dcn401_program_front_end_for_ctx()
2210 dc->res_pool->hubbub->funcs->program_det_segments( in dcn401_program_front_end_for_ctx()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_hwseq.c1946 if (dc->res_pool->hubbub->funcs->program_det_segments) in dcn20_program_pipe()
1947 dc->res_pool->hubbub->funcs->program_det_segments( in dcn20_program_pipe()
2127 if (dc->res_pool->hubbub->funcs->program_det_segments) in dcn20_program_front_end_for_ctx()
2128 dc->res_pool->hubbub->funcs->program_det_segments( in dcn20_program_front_end_for_ctx()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
Ddcn35_hwseq.c760 if (hubbub->funcs->program_det_segments) in dcn35_init_pipes()
761 hubbub->funcs->program_det_segments(hubbub, hubp->inst, 0); in dcn35_init_pipes()
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hubbub/dcn401/
Ddcn401_hubbub.c1246 .program_det_segments = dcn401_program_det_segments,
/linux-6.14.4/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_hwseq.c1407 if (hubbub->funcs->program_det_segments) in dcn10_init_pipes()
1408 hubbub->funcs->program_det_segments(hubbub, hubp->inst, 0); in dcn10_init_pipes()