Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/video/tegra124/
H A Ddp.c1356 struct tegra_dp_link_config temp_cfg; in tegra_dc_dp_explore_link_cfg() local
1370 memcpy(&temp_cfg, link_cfg, sizeof(temp_cfg)); in tegra_dc_dp_explore_link_cfg()
1372 temp_cfg.link_bw = temp_cfg.max_link_bw; in tegra_dc_dp_explore_link_cfg()
1373 temp_cfg.lane_count = temp_cfg.max_lane_count; in tegra_dc_dp_explore_link_cfg()
1378 if ((!tegra_dc_dp_calc_config(dp, timing, &temp_cfg)) && in tegra_dc_dp_explore_link_cfg()
1379 (!tegra_dp_link_config(dp, &temp_cfg)) && in tegra_dc_dp_explore_link_cfg()
1380 (!tegra_dp_do_link_training(dp, &temp_cfg, timing, sor))) in tegra_dc_dp_explore_link_cfg()
1382 memcpy(link_cfg, &temp_cfg, sizeof(temp_cfg)); in tegra_dc_dp_explore_link_cfg()