Home
last modified time | relevance | path

Searched refs:ATOM_DEVICE_DFP3_SUPPORT (Results 1 – 4 of 4) sorted by relevance

/freebsd-9-stable/sys/dev/drm2/radeon/
Dradeon_encoders.c150 case ATOM_DEVICE_DFP3_SUPPORT: in radeon_get_encoder_enum()
Dradeon_atombios.c289 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
298 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
307 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
2986 if ((radeon_encoder->devices & ATOM_DEVICE_DFP3_SUPPORT) && in radeon_atombios_connected_scratch_regs()
2987 (radeon_connector->devices & ATOM_DEVICE_DFP3_SUPPORT)) { in radeon_atombios_connected_scratch_regs()
3098 if (radeon_encoder->devices & ATOM_DEVICE_DFP3_SUPPORT) { in radeon_atombios_encoder_crtc_scratch_regs()
3167 if (radeon_encoder->devices & ATOM_DEVICE_DFP3_SUPPORT) { in radeon_atombios_encoder_dpms_scratch_regs()
Dradeon_display.c649 if (devices & ATOM_DEVICE_DFP3_SUPPORT) in radeon_print_display_setup()
Datombios.h3034 #define ATOM_DEVICE_DFP3_SUPPORT (0x1L << ATOM_DEVICE_DFP3_INDEX ) macro
3039 … (ATOM_DEVICE_DFP1_SUPPORT | ATOM_DEVICE_DFP2_SUPPORT | ATOM_DEVICE_DFP3_SUPPORT | ATOM_DE…