Lines Matching defs:radeon_output
768 RADEONOutputPrivatePtr radeon_output = output->driver_private;
771 if (radeon_output->devices & (ATOM_DEVICE_TV_SUPPORT)) {
773 if (radeon_output->ConnectorType == CONNECTOR_STV)
778 if (radeon_output->load_detection)
781 } else if (radeon_output->devices & (ATOM_DEVICE_CRT2_SUPPORT)) {
784 if (radeon_output->load_detection)
787 if (radeon_output->load_detection) {
794 } else if (radeon_output->devices & (ATOM_DEVICE_CRT1_SUPPORT)) {
797 if (radeon_output->load_detection)
800 if (radeon_output->load_detection) {
897 RADEONOutputPrivatePtr radeon_output = output->driver_private;
905 radeon_encoder->devices |= radeon_output->active_device;
969 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
974 radeon_output->tvout.tv_on = TRUE;
996 radeon_encoder->devices &= ~(radeon_output->active_device);
1079 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
1084 radeon_output->tvout.tv_on = FALSE;
1114 RADEONOutputPrivatePtr radeon_output = output->driver_private;
1176 if (radeon_output->Flags & RADEON_USE_RMX)
1206 if (radeon_output->Flags & RADEON_USE_RMX)
1222 RADEONOutputPrivatePtr radeon_output = output->driver_private;
1264 if (radeon_output->Flags & RADEON_USE_RMX)
1292 if (radeon_output->Flags & RADEON_USE_RMX)
1308 RADEONOutputPrivatePtr radeon_output = output->driver_private;
1327 if (radeon_output->Flags & RADEON_USE_RMX)
1346 RADEONOutputPrivatePtr radeon_output = output->driver_private;
1347 radeon_native_mode_ptr native_mode = &radeon_output->native_mode;
1401 if ((radeon_output->active_device & (ATOM_DEVICE_LCD_SUPPORT)) ||
1402 (radeon_output->active_device & (ATOM_DEVICE_DFP_SUPPORT))) {
1419 if ((!Hscale) || (!(radeon_output->Flags & RADEON_USE_RMX)) ||
1420 (radeon_output->rmx_type == RMX_CENTER)) {
1433 if ((!Vscale) || (!(radeon_output->Flags & RADEON_USE_RMX)) ||
1434 (radeon_output->rmx_type == RMX_CENTER)) {
1447 if ((radeon_output->rmx_type == RMX_CENTER) &&
1448 (radeon_output->Flags & RADEON_USE_RMX)) {
1615 RADEONOutputPrivatePtr radeon_output = output->driver_private;
1624 radeon_output->pixel_clock = adjusted_mode->Clock;
1655 if (radeon_output->Flags & RADEON_USE_RMX)
1672 if (radeon_output->active_device & (ATOM_DEVICE_TV_SUPPORT)) {