Searched refs:link_res (Results 1 – 7 of 7) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/inc/ |
| D | link_hwss.h | 55 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,
|
| D | resource.h | 593 struct link_resource *link_res, 610 const struct link_resource *link_res);
|
| D | link.h | 136 struct link_resource *link_res); 223 const struct link_resource *link_res,
|
| D | core_types.h | 431 struct link_resource link_res; member
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/virtual/ |
| D | virtual_link_hwss.c | 41 const struct link_resource *link_res, in virtual_disable_link_output() argument
|
| /openbsd/src/sys/dev/pci/drm/amd/display/dc/core/ |
| D | dc_link_exports.c | 210 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()
|
| D | dc_resource.c | 2599 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 …]
|