Searched defs:sun4i_tcon_quirks (Results 1 – 1 of 1) sorted by relevance
220 struct sun4i_tcon_quirks { struct221 bool has_channel_0; /* a83t does not have channel 0 on second TCON */222 bool has_channel_1; /* a33 does not have channel 1 */223 bool has_lvds_alt; /* Does the LVDS clock have a parent other than the TCON clock? */224 bool needs_de_be_mux; /* sun6i needs mux to select backend */225 bool needs_edp_reset; /* a80 edp reset needed for tcon0 access */226 bool supports_lvds; /* Does the TCON support an LVDS output? */229 int (*set_mux)(struct sun4i_tcon *, const struct drm_encoder *);