Lines Matching refs:hubbub

147 	dc->res_pool->hubbub->funcs->wm_read_state(dc->res_pool->hubbub, &wm);
816 if (dc->res_pool->hubbub->funcs->is_allow_self_refresh_enabled)
818 dc->res_pool->hubbub->funcs->is_allow_self_refresh_enabled(dc->res_pool->hubbub);
838 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control)
840 dc->res_pool->hubbub->funcs->is_allow_self_refresh_enabled(dc->res_pool->hubbub))
841 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub,
842 !dc->res_pool->hubbub->ctx->dc->debug.disable_stutter);
1118 hubbub1_soft_reset(dc->res_pool->hubbub, true);
1141 hubbub1_soft_reset(dc->res_pool->hubbub, false);
1158 struct hubbub *hubbub = dc->res_pool->hubbub;
1161 if (!hubbub->funcs->verify_allow_pstate_change_high)
1164 if (!hubbub->funcs->verify_allow_pstate_change_high(hubbub)) {
1174 if (!hubbub->funcs->verify_allow_pstate_change_high(hubbub))
1311 struct hubbub *hubbub = dc->res_pool->hubbub;
1356 if (hubbub && hubp) {
1357 if (hubbub->funcs->program_det_size)
1358 hubbub->funcs->program_det_size(hubbub, hubp->inst, 0);
1513 if (res_pool->dccg && res_pool->hubbub) {
1519 (res_pool->hubbub->funcs->get_dchub_ref_freq)(res_pool->hubbub,
1567 if (dc->res_pool->hubbub->funcs->allow_self_refresh_control)
1568 dc->res_pool->hubbub->funcs->allow_self_refresh_control(dc->res_pool->hubbub,
1569 !dc->res_pool->hubbub->ctx->dc->debug.disable_stutter);
3027 hubbub1_wm_change_req_wa(dc->res_pool->hubbub);
3040 hubbub1_allow_self_refresh_control(dc->res_pool->hubbub, false);
3051 struct hubbub *hubbub = dc->res_pool->hubbub;
3065 dc->wm_optimized_required = hubbub->funcs->program_watermarks(hubbub,
3089 struct hubbub *hubbub = dc->res_pool->hubbub;
3103 hubbub->funcs->program_watermarks(hubbub,
3339 struct hubbub *hubbub = dc->res_pool->hubbub;
3341 hubbub->funcs->allow_self_refresh_control(hubbub, !dc->debug.disable_stutter);
3349 struct hubbub *hubbub = hws->ctx->dc->res_pool->hubbub;
3351 /* In DCN, this programming sequence is owned by the hubbub */
3352 hubbub->funcs->update_dchub(hubbub, dh_data);