Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/tegra124/
H A 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;
847 u32 bits_per_pixel;
850 int frame_in_ms;
853 u8 link_bw;
854 u8 lane_count;
855 int enhanced_framing;
[all …]
H A Ddp.c923 static int tegra_dp_link_config(struct tegra_dp_priv *dp, in tegra_dp_link_config() function