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
1431 if (hubbub->funcs->program_compbuf_segments) { in dcn401_prepare_bandwidth()1435 hubbub->funcs->program_compbuf_segments(hubbub, compbuf_size, false); in dcn401_prepare_bandwidth()1477 if (hubbub->funcs->program_compbuf_segments) in dcn401_optimize_bandwidth()1478 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_optimize_bandwidth()1770 if (hubbub->funcs->program_compbuf_segments) in dcn401_program_outstanding_updates()1771 …hubbub->funcs->program_compbuf_segments(hubbub, context->bw_ctx.bw.dcn.arb_regs.compbuf_size, true… in dcn401_program_outstanding_updates()
1216 .program_compbuf_segments = dcn401_program_compbuf_segments,