Home
last modified time | relevance | path

Searched refs:has_lvds_alt (Results 1 – 2 of 2) sorted by relevance

/linux-5.19.10/drivers/gpu/drm/sun4i/
Dsun4i_tcon.c1119 bool has_lvds_rst, has_lvds_alt, can_lvds; in sun4i_tcon_bind() local
1190 if (tcon->quirks->has_lvds_alt) { in sun4i_tcon_bind()
1194 has_lvds_alt = false; in sun4i_tcon_bind()
1200 has_lvds_alt = true; in sun4i_tcon_bind()
1205 (tcon->quirks->has_lvds_alt && !has_lvds_alt)) { in sun4i_tcon_bind()
1473 .has_lvds_alt = true,
1506 .has_lvds_alt = true,
Dsun4i_tcon.h240 bool has_lvds_alt; /* Does the LVDS clock have a parent other than the TCON clock? */ member