Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/drm2/radeon/
HDradeon_encoders.c150 case ATOM_DEVICE_DFP3_SUPPORT: in radeon_get_encoder_enum()
HDradeon_atombios.c317 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
326 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
335 (supported_device == ATOM_DEVICE_DFP3_SUPPORT)) in radeon_atom_apply_quirks()
3021 if ((radeon_encoder->devices & ATOM_DEVICE_DFP3_SUPPORT) && in radeon_atombios_connected_scratch_regs()
3022 (radeon_connector->devices & ATOM_DEVICE_DFP3_SUPPORT)) { in radeon_atombios_connected_scratch_regs()
3133 if (radeon_encoder->devices & ATOM_DEVICE_DFP3_SUPPORT) { in radeon_atombios_encoder_crtc_scratch_regs()
3202 if (radeon_encoder->devices & ATOM_DEVICE_DFP3_SUPPORT) { in radeon_atombios_encoder_dpms_scratch_regs()
HDradeon_display.c649 if (devices & ATOM_DEVICE_DFP3_SUPPORT) in radeon_print_display_setup()
HDatombios.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…