Searched refs:ATOM_DEVICE_TV1_SUPPORT (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_combios.c | 1629 ATOM_DEVICE_TV1_SUPPORT, in radeon_get_legacy_connector_info_from_table() 1631 ATOM_DEVICE_TV1_SUPPORT); in radeon_get_legacy_connector_info_from_table() 1633 ATOM_DEVICE_TV1_SUPPORT, in radeon_get_legacy_connector_info_from_table() 1672 ATOM_DEVICE_TV1_SUPPORT, in radeon_get_legacy_connector_info_from_table() 1674 ATOM_DEVICE_TV1_SUPPORT); in radeon_get_legacy_connector_info_from_table() 1675 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT, in radeon_get_legacy_connector_info_from_table() 1721 ATOM_DEVICE_TV1_SUPPORT, in radeon_get_legacy_connector_info_from_table() 1723 ATOM_DEVICE_TV1_SUPPORT); in radeon_get_legacy_connector_info_from_table() 1724 radeon_add_legacy_connector(dev, 2, ATOM_DEVICE_TV1_SUPPORT, in radeon_get_legacy_connector_info_from_table() 1769 ATOM_DEVICE_TV1_SUPPORT, in radeon_get_legacy_connector_info_from_table() [all …]
|
D | radeon_encoders.c | 93 case ATOM_DEVICE_TV1_SUPPORT: in radeon_get_encoder_enum()
|
D | atombios_encoders.c | 2359 } else if (radeon_connector->devices & ATOM_DEVICE_TV1_SUPPORT) { in atombios_dac_load_detect() 2360 args.sDacload.usDeviceID = cpu_to_le16(ATOM_DEVICE_TV1_SUPPORT); in atombios_dac_load_detect() 2404 if (radeon_connector->devices & ATOM_DEVICE_TV1_SUPPORT) { in radeon_atom_dac_detect() 2451 if (radeon_connector->devices & ATOM_DEVICE_TV1_SUPPORT) { in radeon_atom_dig_detect()
|
D | radeon_atombios.c | 364 if ((supported_device == ATOM_DEVICE_TV1_SUPPORT) && in radeon_atom_apply_quirks() 4172 if ((radeon_encoder->devices & ATOM_DEVICE_TV1_SUPPORT) && in radeon_atombios_connected_scratch_regs() 4173 (radeon_connector->devices & ATOM_DEVICE_TV1_SUPPORT)) { in radeon_atombios_connected_scratch_regs() 4352 if (radeon_encoder->devices & ATOM_DEVICE_TV1_SUPPORT) { in radeon_atombios_encoder_crtc_scratch_regs() 4407 if (radeon_encoder->devices & ATOM_DEVICE_TV1_SUPPORT) { in radeon_atombios_encoder_dpms_scratch_regs()
|
D | radeon_display.c | 807 if (devices & ATOM_DEVICE_TV1_SUPPORT) in radeon_print_display_setup()
|
D | atombios.h | 3095 #define ATOM_DEVICE_TV1_SUPPORT (0x1L << ATOM_DEVICE_TV1_INDEX ) macro 3108 #define ATOM_DEVICE_TV_SUPPORT (ATOM_DEVICE_TV1_SUPPORT)
|