Lines Matching defs:hubp
427 fams_pipe_data->pipe_index[pipe_idx++] = head_pipe->plane_res.hubp->inst;
432 fams_pipe_data->pipe_index[pipe_idx++] = split_pipe->plane_res.hubp->inst;
849 pipe_data->pipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->bottom_pipe->plane_res.hubp->inst;
851 pipe_data->pipe_config.subvp_data.phantom_split_pipe_index = phantom_pipe->next_odm_pipe->plane_res.hubp->inst;
1030 struct hubp *hubp = pipe_ctx->plane_res.hubp;
1033 if (!dc_get_edp_link_panel_inst(hubp->ctx->dc,
1040 payload->cursor_rect.x = hubp->cur_rect.x;
1041 payload->cursor_rect.y = hubp->cur_rect.y;
1043 payload->cursor_rect.width = hubp->cur_rect.w;
1044 payload->cursor_rect.height = hubp->cur_rect.h;
1046 payload->enable = hubp->pos.cur_ctl.bits.cur_enable;
1054 const struct hubp *hubp, const struct dpp *dpp)
1057 pl->position_cfg.pHubp.cur_ctl.raw = hubp->pos.cur_ctl.raw;
1058 pl->position_cfg.pHubp.position.raw = hubp->pos.position.raw;
1059 pl->position_cfg.pHubp.hot_spot.raw = hubp->pos.hot_spot.raw;
1060 pl->position_cfg.pHubp.dst_offset.raw = hubp->pos.dst_offset.raw;
1069 const struct hubp *hubp, const struct dpp *dpp)
1072 pl_A->aHubp.SURFACE_ADDR_HIGH = hubp->att.SURFACE_ADDR_HIGH;
1073 pl_A->aHubp.SURFACE_ADDR = hubp->att.SURFACE_ADDR;
1074 pl_A->aHubp.cur_ctl.raw = hubp->att.cur_ctl.raw;
1075 pl_A->aHubp.size.raw = hubp->att.size.raw;
1076 pl_A->aHubp.settings.raw = hubp->att.settings.raw;
1124 pCtx->plane_res.hubp, pCtx->plane_res.dpp);
1134 pipe_idx, pCtx->plane_res.hubp, pCtx->plane_res.dpp);