Searched refs:program_compbuf_size (Results 1 – 4 of 4) sorted by relevance
191 …void (*program_compbuf_size)(struct hubbub *hubbub, unsigned compbuf_size_kb, bool safe_to_increas… member
2085 if (hubbub->funcs->program_compbuf_size) { in dcn20_prepare_bandwidth()2094 hubbub->funcs->program_compbuf_size(hubbub, compbuf_size_kb, false); in dcn20_prepare_bandwidth()2127 if (hubbub->funcs->program_compbuf_size) in dcn20_optimize_bandwidth()2128 hubbub->funcs->program_compbuf_size(hubbub, context->bw_ctx.bw.dcn.compbuf_size_kb, true); in dcn20_optimize_bandwidth()
1044 .program_compbuf_size = dcn31_program_compbuf_size,
994 .program_compbuf_size = dcn32_program_compbuf_size,