Searched defs:sun4i_tcon_quirks (Results 1 – 1 of 1) sorted by relevance
231 struct sun4i_tcon_quirks { struct232 bool has_channel_0; /* a83t does not have channel 0 on second TCON */233 bool has_channel_1; /* a33 does not have channel 1 */234 bool has_lvds_alt; /* Does the LVDS clock have a parent other than the TCON clock? */235 bool needs_de_be_mux; /* sun6i needs mux to select backend */236 bool needs_edp_reset; /* a80 edp reset needed for tcon0 access */237 bool supports_lvds; /* Does the TCON support an LVDS output? */238 u8 dclk_min_div; /* minimum divider for TCON0 DCLK */241 int (*set_mux)(struct sun4i_tcon *, const struct drm_encoder *);243 void (*setup_lvds_phy)(struct sun4i_tcon *tcon,