Searched refs:program_det_segments (Results 1 – 5 of 5) sorted by relevance
228 void (*program_det_segments)(struct hubbub *hubbub, int hubp_inst, unsigned det_buffer_size_seg); member
746 if (hubbub->funcs->program_det_segments) in dcn35_init_pipes()747 hubbub->funcs->program_det_segments(hubbub, hubp->inst, 0); in dcn35_init_pipes()
1921 if (dc->res_pool->hubbub->funcs->program_det_segments) in dcn20_program_pipe()1922 dc->res_pool->hubbub->funcs->program_det_segments( in dcn20_program_pipe()2104 if (dc->res_pool->hubbub->funcs->program_det_segments) in dcn20_program_front_end_for_ctx()2105 …dc->res_pool->hubbub->funcs->program_det_segments(hubbub, dc->current_state->res_ctx.pipe_ctx[i].p… in dcn20_program_front_end_for_ctx()
1215 .program_det_segments = dcn401_program_det_segments,
1406 if (hubbub->funcs->program_det_segments) in dcn10_init_pipes()1407 hubbub->funcs->program_det_segments(hubbub, hubp->inst, 0); in dcn10_init_pipes()