HomeSort by: relevance | last modified time | path
    Searched refs:ATOM_DEVICE_DFP1_SUPPORT (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_output.c 150 if (radeon_output->devices & ATOM_DEVICE_DFP1_SUPPORT)
179 if (radeon_output->devices & ATOM_DEVICE_DFP1_SUPPORT)
180 radeon_output->active_device = ATOM_DEVICE_DFP1_SUPPORT;
855 } else if (radeon_output->active_device & ATOM_DEVICE_DFP1_SUPPORT) {
913 } else if (radeon_output->active_device & ATOM_DEVICE_DFP1_SUPPORT) {
959 } else if (radeon_output->active_device & ATOM_DEVICE_DFP1_SUPPORT) {
986 } else if (radeon_output->active_device & ATOM_DEVICE_DFP1_SUPPORT) {
1051 case ATOM_DEVICE_DFP1_SUPPORT:
1145 case ATOM_DEVICE_DFP1_SUPPORT:
1429 if ((!IS_AVIVO_VARIANT) && (radeon_output->devices & (ATOM_DEVICE_DFP1_SUPPORT))) {
    [all...]
radeon_bios.c 605 info->BiosConnector[i].devices |= ATOM_DEVICE_DFP1_SUPPORT;
608 ATOM_DEVICE_DFP1_SUPPORT,
610 ATOM_DEVICE_DFP1_SUPPORT))
666 info->BiosConnector[i].devices |= ATOM_DEVICE_DFP1_SUPPORT;
669 ATOM_DEVICE_DFP1_SUPPORT,
671 ATOM_DEVICE_DFP1_SUPPORT))
686 info->BiosConnector[i].devices |= ATOM_DEVICE_DFP1_SUPPORT;
689 ATOM_DEVICE_DFP1_SUPPORT,
691 ATOM_DEVICE_DFP1_SUPPORT))
761 info->BiosConnector[0].devices = ATOM_DEVICE_CRT1_SUPPORT | ATOM_DEVICE_DFP1_SUPPORT;
    [all...]
radeon_atombios.c 2477 case ATOM_DEVICE_DFP1_SUPPORT:
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
atombios.h 2384 #define ATOM_DEVICE_DFP1_SUPPORT (0x1L << ATOM_DEVICE_DFP1_INDEX )
2395 #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)
3710 // ATOM_DEVICE_DFP1_SUPPORT 0x0008
6017 #define ATOM_DEVICE_DFP1I_SUPPORT ATOM_DEVICE_DFP1_SUPPORT

Completed in 15 milliseconds