Lines Matching refs:hubbub

1727 		if (dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes)
1728 dc->res_pool->hubbub->funcs->force_wm_propagate_to_pipes(dc->res_pool->hubbub);
1731 if (dc->res_pool->hubbub->funcs->program_det_size && pipe_ctx->update_flags.bits.det_size)
1732 dc->res_pool->hubbub->funcs->program_det_size(
1733 dc->res_pool->hubbub, pipe_ctx->plane_res.hubp->inst, pipe_ctx->det_buffer_size_kb);
1828 if (dc->res_pool->hubbub->funcs->force_pstate_change_control)
1829 dc->res_pool->hubbub->funcs->force_pstate_change_control(
1830 dc->res_pool->hubbub, true, false);
1874 struct hubbub *hubbub = dc->res_pool->hubbub;
1882 if (hubbub->funcs->program_det_size && (context->res_ctx.pipe_ctx[i].update_flags.bits.disable ||
1884 hubbub->funcs->program_det_size(hubbub, dc->current_state->res_ctx.pipe_ctx[i].plane_res.hubp->inst, 0);
1981 if (dc->res_pool->hubbub->funcs->force_pstate_change_control)
1982 dc->res_pool->hubbub->funcs->force_pstate_change_control(
1983 dc->res_pool->hubbub, false, false);
2028 dc->res_pool->hubbub->funcs->apply_DEDCN21_147_wa(dc->res_pool->hubbub);
2039 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub, false);
2051 struct hubbub *hubbub = dc->res_pool->hubbub;
2075 dc->wm_optimized_required |= hubbub->funcs->program_watermarks(hubbub,
2085 if (hubbub->funcs->program_compbuf_size) {
2094 hubbub->funcs->program_compbuf_size(hubbub, compbuf_size_kb, false);
2102 struct hubbub *hubbub = dc->res_pool->hubbub;
2116 hubbub->funcs->program_watermarks(hubbub,
2127 if (hubbub->funcs->program_compbuf_size)
2128 hubbub->funcs->program_compbuf_size(hubbub, context->bw_ctx.bw.dcn.compbuf_size_kb, true);
2348 dc->res_pool->hubbub->funcs->init_vm_ctx(dc->res_pool->hubbub, &config, vmid);
2366 return dc->res_pool->hubbub->funcs->init_dchub_sys_ctx(dc->res_pool->hubbub, &config);
2924 if (dc->res_pool->hubbub->funcs->init_crb)
2925 dc->res_pool->hubbub->funcs->init_crb(dc->res_pool->hubbub);