Searched refs:active_device (Results 1 - 14 of 14) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_encoders.c74 amdgpu_encoder->active_device = amdgpu_encoder->devices & amdgpu_connector->devices;
76 amdgpu_encoder->active_device, amdgpu_encoder->devices,
95 if (amdgpu_encoder->active_device & amdgpu_connector->devices) {
H A Datombios_encoders.c298 if (amdgpu_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT))
303 if ((amdgpu_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
1380 amdgpu_encoder->active_device);
1474 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1476 else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
1483 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1485 else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
1543 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1545 else if (amdgpu_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
1551 if (amdgpu_encoder->active_device
[all...]
H A Damdgpu_mode.h537 uint32_t active_device; member in struct:amdgpu_encoder
H A Datombios_crtc.c350 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
759 if ((amdgpu_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
H A Ddce_v11_0.c3498 if ((amdgpu_encoder->active_device &
3505 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
3554 amdgpu_encoder->active_device = 0;
H A Ddce_v10_0.c3367 if ((amdgpu_encoder->active_device &
3374 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
3423 amdgpu_encoder->active_device = 0;
H A Ddce_v8_0.c3276 if ((amdgpu_encoder->active_device &
3283 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
3332 amdgpu_encoder->active_device = 0;
H A Ddce_v6_0.c3191 if ((amdgpu_encoder->active_device &
3198 if (amdgpu_encoder->active_device & ATOM_DEVICE_DFP_SUPPORT)
3250 amdgpu_encoder->active_device = 0;
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_encoders.c318 if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT)) {
320 } else if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
335 ((radeon_encoder->active_device & (ATOM_DEVICE_DFP_SUPPORT | ATOM_DEVICE_LCD_SUPPORT)) ||
369 if (radeon_encoder->active_device & (ATOM_DEVICE_CRT_SUPPORT))
371 else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
412 if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
1545 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1548 else if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT))
1594 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1596 else if (radeon_encoder->active_device
[all...]
H A Dradeon_encoders.c241 radeon_encoder->active_device = radeon_encoder->devices & radeon_connector->devices;
243 radeon_encoder->active_device, radeon_encoder->devices,
259 if (radeon_encoder->active_device & radeon_connector->devices)
H A Dradeon_legacy_encoders.c53 radeon_encoder->active_device = 0;
267 if (radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT))
1041 is_tv = radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT ? true : false;
1160 is_tv = radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT ? true : false;
1553 if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT))
1563 if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_CRT_SUPPORT)) {
1564 DRM_INFO("not detecting due to %08x\n", radeon_encoder->active_device);
H A Dradeon_legacy_crtc.c594 if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
789 if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
H A Datombios_crtc.c99 if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
637 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
967 if ((radeon_encoder->active_device & (ATOM_DEVICE_LCD_SUPPORT | ATOM_DEVICE_DFP_SUPPORT)) ||
1091 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
2052 if (radeon_encoder->active_device &
H A Dradeon_mode.h445 uint32_t active_device; member in struct:radeon_encoder

Completed in 528 milliseconds