Searched defs:sun4i_tcon_quirks (Results 1 – 1 of 1) sorted by relevance
238 struct sun4i_tcon_quirks { struct239 bool has_channel_0; /* a83t does not have channel 0 on second TCON */240 bool has_channel_1; /* a33 does not have channel 1 */241 bool has_lvds_alt; /* Does the LVDS clock have a parent other than the TCON clock? */242 bool needs_de_be_mux; /* sun6i needs mux to select backend */243 bool needs_edp_reset; /* a80 edp reset needed for tcon0 access */244 bool supports_lvds; /* Does the TCON support an LVDS output? */245 bool polarity_in_ch0; /* some tcon1 channels have polarity bits in tcon0 pol register */246 u8 dclk_min_div; /* minimum divider for TCON0 DCLK */249 int (*set_mux)(struct sun4i_tcon *, const struct drm_encoder *);[all …]