Searched refs:ATOM_DEVICE_DFP_SUPPORT (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/radeon/
H A Datombios_encoders.c335 ((radeon_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
1127 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1169 } else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1228 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1290 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1343 else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
2428 (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
2436 if (radeon_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT) {
H A Datombios_crtc.c608 if ((radeon_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
711 } else if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
967 if ((radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
H A Dradeon_atombios.c1046 if (((bios_connectors[i].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1048 ((bios_connectors[j].devices & (ATOM_DEVICE_DFP_SUPPORT)) &&
1054 if (bios_connectors[j].devices & (ATOM_DEVICE_DFP_SUPPORT))
H A Dradeon_combios.c3621 if (radeon_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
H A Datombios.h3107 #define ATOM_DEVICE_DFP_SUPPORT (ATOM_DEVICE_DFP1_SUPPORT | ATOM_DEVICE_DFP2_SUPPORT | ATOM_DEVICE_DFP3_SUPPORT | ATOM_DEVICE_DFP4_SUPPORT | ATOM_DEVICE_DFP5_SUPPORT | ATOM_DEVICE_DFP6_SUPPORT) macro
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Datombios_crtc.c325 if ((amdgpu_encoder->devices & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
414 } else if (amdgpu_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
759 if ((amdgpu_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
H A Datombios_encoders.c303 if ((amdgpu_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
854 else if (amdgpu_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
896 } else if (amdgpu_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
955 else if (amdgpu_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1017 else if (amdgpu_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
1070 else if (amdgpu_encoder->devices & (ATOM_DEVICE_DFP_SUPPORT)) {
H A Ddce_v11_0.c3497 (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
3503 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
H A Ddce_v10_0.c3366 (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
3372 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
H A Ddce_v8_0.c3275 (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
3281 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
H A Ddce_v6_0.c3190 (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
3196 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
/linux-master/drivers/gpu/drm/amd/include/
H A Datombios.h3584 #define ATOM_DEVICE_DFP_SUPPORT (ATOM_DEVICE_DFP1_SUPPORT | ATOM_DEVICE_DFP2_SUPPORT | ATOM_DEVICE_DFP3_SUPPORT | ATOM_DEVICE_DFP4_SUPPORT | ATOM_DEVICE_DFP5_SUPPORT | ATOM_DEVICE_DFP6_SUPPORT) macro

Completed in 350 milliseconds