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

/freebsd-11-stable/sys/dev/drm2/radeon/
H A Datombios_encoders.c345 ((radeon_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
1078 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1120 } else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1179 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1241 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1291 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
2324 (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
2330 if (radeon_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT) {
H A Datombios_crtc.c578 if ((radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
661 } else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
912 if ((radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
H A Dradeon_atombios.c1072 if (((bios_connectors[i].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1074 ((bios_connectors[j].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1080 if (bios_connectors[j].devices & (ATOM_DEVICE_DFP_SUPPORT))
H A Dradeon_combios.c3686 if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
H A Datombios.h3039 #define ATOM_DEVICE_DFP_SUPPORT (ATOM_DEVICE_DFP1_SUPPORT | ATOM_DEVICE_DFP2_SUPPORT | ATOM_DEVICE_DFP3_SUPPORT | ATOM_DEVICE_DFP4_SUPPORT | ATOM_DEVICE_DFP5_SUPPORT | ATOM_DEVICE_DFP6_SUPPORT) macro

Completed in 380 milliseconds