Searched refs:temp_cfg (Results 1 – 1 of 1) sorted by relevance
/openbmc/u-boot/drivers/video/tegra124/ |
H A D | dp.c | 1353 struct tegra_dp_link_config temp_cfg; in tegra_dc_dp_explore_link_cfg() local 1367 memcpy(&temp_cfg, link_cfg, sizeof(temp_cfg)); in tegra_dc_dp_explore_link_cfg() 1369 temp_cfg.link_bw = temp_cfg.max_link_bw; in tegra_dc_dp_explore_link_cfg() 1370 temp_cfg.lane_count = temp_cfg.max_lane_count; in tegra_dc_dp_explore_link_cfg() 1375 if ((!tegra_dc_dp_calc_config(dp, timing, &temp_cfg)) && in tegra_dc_dp_explore_link_cfg() 1376 (!tegra_dp_link_config(dp, &temp_cfg)) && in tegra_dc_dp_explore_link_cfg() 1377 (!tegra_dp_do_link_training(dp, &temp_cfg, timing, sor))) in tegra_dc_dp_explore_link_cfg() 1379 memcpy(link_cfg, &temp_cfg, sizeof(temp_cfg)); in tegra_dc_dp_explore_link_cfg()
|