Lines Matching refs:hubp
146 pipe_ctx->plane_res.hubp->funcs->hubp_program_surface_flip_and_addr( in dcn201_update_plane_addr()
147 pipe_ctx->plane_res.hubp, in dcn201_update_plane_addr()
317 struct hubp *hubp = res_pool->hubps[i]; in dcn201_init_hw() local
323 pipe_ctx->plane_res.hubp = hubp; in dcn201_init_hw()
326 hubp->mpcc_id = dpp->inst; in dcn201_init_hw()
327 hubp->opp_id = OPP_ID_INVALID; in dcn201_init_hw()
328 hubp->power_gated = false; in dcn201_init_hw()
331 hubp->funcs->hubp_init(hubp); in dcn201_init_hw()
356 pipe_ctx->plane_res.hubp = NULL; in dcn201_init_hw()
392 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn201_plane_atomic_disconnect() local
428 if (hubp->funcs->hubp_disconnect) in dcn201_plane_atomic_disconnect()
429 hubp->funcs->hubp_disconnect(hubp); in dcn201_plane_atomic_disconnect()
437 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn201_update_mpcc() local
494 dpp_id = hubp->inst; in dcn201_update_mpcc()
534 hubp->opp_id = pipe_ctx->stream_res.opp->inst; in dcn201_update_mpcc()
535 hubp->mpcc_id = mpcc_id; in dcn201_update_mpcc()
544 struct hubp *hubp = NULL; in dcn201_pipe_control_lock() local
545 hubp = dc->res_pool->hubps[pipe->pipe_idx]; in dcn201_pipe_control_lock()
577 pipe_ctx->plane_res.hubp->funcs->set_cursor_attributes( in dcn201_set_cursor_attribute()
578 pipe_ctx->plane_res.hubp, attributes); in dcn201_set_cursor_attribute()
586 struct hubp *hubp = pipe_ctx->plane_res.hubp; in dcn201_set_dmdata_attributes() local
603 hubp->funcs->dmdata_set_attributes(hubp, &attr); in dcn201_set_dmdata_attributes()