Searched refs:program_compbuf_size (Results 1 – 3 of 3) sorted by relevance
167 …void (*program_compbuf_size)(struct hubbub *hubbub, unsigned compbuf_size_kb, bool safe_to_increas… member
1826 if (hubbub->funcs->program_compbuf_size) in dcn20_prepare_bandwidth()1827 hubbub->funcs->program_compbuf_size(hubbub, context->bw_ctx.bw.dcn.compbuf_size_kb, false); in dcn20_prepare_bandwidth()1847 if (hubbub->funcs->program_compbuf_size) in dcn20_optimize_bandwidth()1848 hubbub->funcs->program_compbuf_size(hubbub, context->bw_ctx.bw.dcn.compbuf_size_kb, true); in dcn20_optimize_bandwidth()
962 .program_compbuf_size = dcn31_program_compbuf_size,