Home
last modified time | relevance | path

Searched defs:tegra_dp_link_config (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/video/tegra124/
Dsor.h839 struct tegra_dp_link_config { struct
840 int is_valid;
843 u8 max_link_bw;
844 u8 max_lane_count;
845 int downspread;
846 int support_enhanced_framing;
847 u32 bits_per_pixel;
848 int alt_scramber_reset_cap; /* true for eDP */
849 int only_enhanced_framing; /* enhanced_frame_en ignored */
850 int frame_in_ms;
[all …]
Ddp.c923 static int tegra_dp_link_config(struct tegra_dp_priv *dp, in tegra_dp_link_config() function