Searched refs:ATOM_DEVICE_CRT_SUPPORT (Results 1 – 5 of 5) sorted by relevance
369 if (radeon_encoder->active_device & (ATOM_DEVICE_CRT_SUPPORT)) in atombios_dac_setup()2333 ATOM_DEVICE_CRT_SUPPORT)) { in atombios_dac_load_detect()2429 if ((radeon_connector->devices & ATOM_DEVICE_CRT_SUPPORT) == 0) in radeon_atom_dig_detect()2808 } else if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT)) { in radeon_add_atom_encoder()2830 else if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT)) in radeon_add_atom_encoder()
401 if (supported_device & (ATOM_DEVICE_CRT_SUPPORT)) { in radeon_atom_apply_quirks()1056 (bios_connectors[j].devices & (ATOM_DEVICE_CRT_SUPPORT))) || in radeon_get_atom_connector_info_from_supported_devices_table()1058 (bios_connectors[i].devices & (ATOM_DEVICE_CRT_SUPPORT)))) { in radeon_get_atom_connector_info_from_supported_devices_table()
1563 if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_CRT_SUPPORT)) { in radeon_legacy_tv_dac_detect()
3597 if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT)) { in radeon_combios_encoder_dpms_scratch_regs()
3106 #define ATOM_DEVICE_CRT_SUPPORT (ATOM_DEVICE_CRT1_SUPPORT | ATOM_DEVICE_C… macro