Searched refs:program_compbuf_segments (Results 1 – 3 of 3) sorted by relevance
229 …void (*program_compbuf_segments)(struct hubbub *hubbub, unsigned compbuf_size_seg, bool safe_to_in… member
1422 if (hubbub->funcs->program_compbuf_segments) { in dcn401_prepare_bandwidth()1426 hubbub->funcs->program_compbuf_segments(hubbub, compbuf_size, false); in dcn401_prepare_bandwidth()1472 if (hubbub->funcs->program_compbuf_segments) in dcn401_optimize_bandwidth()1473 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_optimize_bandwidth()1810 if (hubbub->funcs->program_compbuf_segments) in dcn401_program_outstanding_updates()1811 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_program_outstanding_updates()
1247 .program_compbuf_segments = dcn401_program_compbuf_segments,