Searched refs:shared_ddc (Results 1 – 2 of 2) sorted by relevance
1049 if (radeon_connector->use_digital && radeon_connector->shared_ddc) { in radeon_vga_detect()1271 if ((!radeon_connector->use_digital) && radeon_connector->shared_ddc) { in radeon_dvi_detect()1282 if (radeon_connector->shared_ddc && (ret == connector_status_connected)) { in radeon_dvi_detect()1289 if (list_radeon_connector->shared_ddc && in radeon_dvi_detect()1850 bool shared_ddc = false; in radeon_add_atom_connector() local1873 radeon_connector->shared_ddc = true; in radeon_add_atom_connector()1874 shared_ddc = true; in radeon_add_atom_connector()1878 radeon_connector->shared_ddc = false; in radeon_add_atom_connector()1879 shared_ddc = false; in radeon_add_atom_connector()1907 radeon_connector->shared_ddc = shared_ddc; in radeon_add_atom_connector()
548 bool shared_ddc; member