Searched refs:program_compbuf_size (Results 1 – 5 of 5) sorted by relevance
192 …void (*program_compbuf_size)(struct hubbub *hubbub, unsigned compbuf_size_kb, bool safe_to_increas… member
585 .program_compbuf_size = dcn35_program_compbuf_size,
2175 if (hubbub->funcs->program_compbuf_size) { in dcn20_prepare_bandwidth()2184 hubbub->funcs->program_compbuf_size(hubbub, compbuf_size_kb, false); in dcn20_prepare_bandwidth()2217 if (hubbub->funcs->program_compbuf_size) in dcn20_optimize_bandwidth()2218 hubbub->funcs->program_compbuf_size(hubbub, context->bw_ctx.bw.dcn.compbuf_size_kb, true); in dcn20_optimize_bandwidth()
1067 .program_compbuf_size = dcn31_program_compbuf_size,
1005 .program_compbuf_size = dcn32_program_compbuf_size,