Home
last modified time | relevance | path

Searched refs:link_res (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/
Dlink_hwss.h55 const struct link_resource *link_res,
60 const struct link_resource *link_res,
63 const struct link_resource *link_res,
67 const struct link_resource *link_res,
81 const struct link_resource *link_res,
Dresource.h593 struct link_resource *link_res,
610 const struct link_resource *link_res);
Dlink.h136 struct link_resource *link_res);
223 const struct link_resource *link_res,
Dcore_types.h431 struct link_resource link_res; member
/openbsd/src/sys/dev/pci/drm/amd/display/dc/virtual/
Dvirtual_link_hwss.c41 const struct link_resource *link_res, in virtual_disable_link_output() argument
/openbsd/src/sys/dev/pci/drm/amd/display/dc/core/
Ddc_link_exports.c210 struct link_resource link_res; in dc_link_set_drive_settings() local
212 dc->link_srv->get_cur_link_res(link, &link_res); in dc_link_set_drive_settings()
213 dc->link_srv->dp_set_drive_settings(link, &link_res, lt_settings); in dc_link_set_drive_settings()
Ddc_resource.c2599 pipe_ctx->link_res.hpo_dp_link_enc = pool->hpo_dp_link_enc[enc_index]; in add_hpo_dp_link_enc_to_ctx()
2601 return pipe_ctx->link_res.hpo_dp_link_enc != NULL; in add_hpo_dp_link_enc_to_ctx()
2614 pipe_ctx->link_res.hpo_dp_link_enc = NULL; in remove_hpo_dp_link_enc_from_ctx()
4643 if (pipe_ctx_old->link_res.hpo_dp_link_enc != pipe_ctx->link_res.hpo_dp_link_enc) in pipe_need_reprogram()
4933 struct link_resource *link_res, in get_temp_dp_link_res() argument
4939 memset(link_res, 0, sizeof(*link_res)); in get_temp_dp_link_res()
4942 link_res->hpo_dp_link_enc = get_temp_hpo_dp_link_enc(res_ctx, in get_temp_dp_link_res()
4944 if (!link_res->hpo_dp_link_enc) in get_temp_dp_link_res()
5062 const struct link_resource *link_res) in get_link_hwss() argument
5067 if (can_use_hpo_dp_link_hwss(link, link_res)) in get_link_hwss()
[all …]