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

  /xsrc/external/mit/xf86-video-ati/dist/src/
atombios_output.c 211 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
261 if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
575 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
1284 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
1420 } else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT)) {
1445 if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT | ATOM_DEVICE_TV_SUPPORT)
1508 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
1521 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
1664 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
1673 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
    [all...]
radeon_output.c 162 if (radeon_output->devices & ATOM_DEVICE_CV_SUPPORT)
214 if (radeon_output->devices & ATOM_DEVICE_CV_SUPPORT)
215 radeon_output->active_device = ATOM_DEVICE_CV_SUPPORT;
678 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT)) {
835 } else if (radeon_output->active_device & ATOM_DEVICE_CV_SUPPORT) {
947 } else if (radeon_output->active_device & ATOM_DEVICE_CV_SUPPORT) {
1016 case ATOM_DEVICE_CV_SUPPORT:
1380 if (radeon_output->devices & (ATOM_DEVICE_CRT_SUPPORT | ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT)) {
radeon_modes.c 507 } else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT)) {
atombios_crtc.c 411 (ATOM_DEVICE_CV_SUPPORT | ATOM_DEVICE_TV_SUPPORT)) {
radeon_atombios.c 1959 if (le16_to_cpu(path->usDeviceTag) == ATOM_DEVICE_CV_SUPPORT) {
2015 if ((le16_to_cpu(path->usDeviceTag) & (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT)) == 0) {
2438 case ATOM_DEVICE_CV_SUPPORT:
  /xsrc/external/mit/xf86-video-ati/dist/src/AtomBios/includes/
atombios.h 2389 #define ATOM_DEVICE_CV_SUPPORT (0x1L << ATOM_DEVICE_CV_INDEX )

Completed in 16 milliseconds