HomeSort by: relevance | last modified time | path
    Searched refs:ATOM_DEVICE_TV_SUPPORT (Results 1 - 13 of 13) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios_encoders.c 332 } else if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)) {
1565 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1614 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1623 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1917 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1926 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1986 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1994 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
2088 (!(radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT)))) {
2294 if (radeon_encoder->active_device & (ATOM_DEVICE_CV_SUPPORT | ATOM_DEVICE_TV_SUPPORT))
    [all...]
radeon_legacy_crtc.c 610 if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
805 if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
radeon_legacy_encoders.c 1053 is_tv = radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT ? true : false;
1172 is_tv = radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT ? true : false;
1565 if (radeon_encoder->active_device && !(radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT))
radeon_atombios_crtc.c 105 if (radeon_encoder->active_device & ATOM_DEVICE_TV_SUPPORT) {
650 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1106 if (radeon_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
2074 (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT))
radeon_connectors.c 532 if (radeon_encoder->devices & (ATOM_DEVICE_TV_SUPPORT)) {
radeon_atombios.c 444 !(supported_device & (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT))) {
762 (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT)) == 0) {
radeon_combios.c 3608 if (radeon_encoder->devices & (ATOM_DEVICE_TV_SUPPORT)) {
atombios.h 3110 #define ATOM_DEVICE_TV_SUPPORT (ATOM_DEVICE_TV1_SUPPORT)
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios_encoders.c 1513 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1522 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1582 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1590 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1651 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1659 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
1714 if (amdgpu_encoder->devices & (ATOM_DEVICE_TV_SUPPORT |
amdgpu_atombios_crtc.c 357 if (amdgpu_encoder->active_device & (ATOM_DEVICE_TV_SUPPORT))
amdgpu_connectors.c 446 if (amdgpu_encoder->devices & (ATOM_DEVICE_TV_SUPPORT)) {
amdgpu_atombios.c 481 (ATOM_DEVICE_TV_SUPPORT | ATOM_DEVICE_CV_SUPPORT)) == 0) {
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atombios.h 3587 #define ATOM_DEVICE_TV_SUPPORT ATOM_DEVICE_TV1_SUPPORT

Completed in 56 milliseconds