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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_encoders.c379 if (radeon_encoder->active_device & (ATOM_DEVICE_CRT_SUPPORT))
2178 ATOM_DEVICE_CRT_SUPPORT)) {
2274 if ((radeon_connector->devices & ATOM_DEVICE_CRT_SUPPORT) == 0)
2637 } else if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT)) {
2659 else if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT))
H A Dradeon_atombios.c423 if (supported_device & (ATOM_DEVICE_CRT_SUPPORT)) {
1073 (bios_connectors[j].devices & (ATOM_DEVICE_CRT_SUPPORT))) ||
1075 (bios_connectors[i].devices & (ATOM_DEVICE_CRT_SUPPORT)))) {
H A Dradeon_legacy_encoders.c1565 if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_CRT_SUPPORT)) {
H A Dradeon_combios.c3674 if (radeon_encoder->devices & (ATOM_DEVICE_CRT_SUPPORT)) {
H A Datombios.h3038 #define ATOM_DEVICE_CRT_SUPPORT (ATOM_DEVICE_CRT1_SUPPORT | ATOM_DEVICE_CRT2_SUPPORT) macro

Completed in 266 milliseconds