Home
last modified time | relevance | path

Searched refs:ATOM_DEVICE_CRT_SUPPORT (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Datombios_encoders.c369 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()
Dradeon_atombios.c401 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()
Dradeon_legacy_encoders.c1563 if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_CRT_SUPPORT)) { in radeon_legacy_tv_dac_detect()
Dradeon_combios.c3597 if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT)) { in radeon_combios_encoder_dpms_scratch_regs()
Datombios.h3106 #define ATOM_DEVICE_CRT_SUPPORT (ATOM_DEVICE_CRT1_SUPPORT | ATOM_DEVICE_C… macro