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

  /xsrc/external/mit/xf86-video-ati/dist/src/
atombios_output.c 209 if (radeon_output->active_device & (ATOM_DEVICE_CRT_SUPPORT))
211 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
261 if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT))
394 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
414 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT))
436 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
469 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
538 if (radeon_output->active_device & (ATOM_DEVICE_DFP_SUPPORT))
573 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT))
575 else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT)
    [all...]
radeon_modes.c 279 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
345 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
454 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
502 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
507 } else if (radeon_output->active_device & (ATOM_DEVICE_CV_SUPPORT)) {
514 if (radeon_output->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT))
520 (radeon_output->active_device & ATOM_DEVICE_CRT1_SUPPORT) &&
525 if ((radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) && info->IsAtomBios) {
536 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT))
546 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)
    [all...]
radeon_output.c 174 radeon_output->active_device = 0;
180 radeon_output->active_device = ATOM_DEVICE_DFP1_SUPPORT;
182 radeon_output->active_device = ATOM_DEVICE_DFP2_SUPPORT;
184 radeon_output->active_device = ATOM_DEVICE_DFP3_SUPPORT;
186 radeon_output->active_device = ATOM_DEVICE_DFP4_SUPPORT;
188 radeon_output->active_device = ATOM_DEVICE_DFP5_SUPPORT;
190 radeon_output->active_device = ATOM_DEVICE_LCD1_SUPPORT;
192 radeon_output->active_device = ATOM_DEVICE_LCD2_SUPPORT;
196 radeon_output->active_device = ATOM_DEVICE_CRT1_SUPPORT;
198 radeon_output->active_device = ATOM_DEVICE_CRT2_SUPPORT
    [all...]
legacy_output.c 905 radeon_encoder->devices |= radeon_output->active_device;
969 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
996 radeon_encoder->devices &= ~(radeon_output->active_device);
1079 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
1401 if ((radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) ||
1402 (radeon_output->active_device & (ATOM_DEVICE_DFP_SUPPORT))) {
1672 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
atombios_crtc.c 410 if (radeon_output->active_device &
416 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT |
419 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT))
legacy_crtc.c 1792 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT |
1795 if (radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT))
1840 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
radeon_probe.h 326 uint32_t active_device; member in struct:_RADEONOutputPrivateRec
radeon_atombios.c 1783 if (radeon_output->active_device)
1784 return info->encoders[radeon_get_device_index(radeon_output->active_device)];

Completed in 14 milliseconds