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

  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_probe.h 58 Bool HasCRTC2; /* All cards except original Radeon */
amdgpu_kms.c 1702 pAMDGPUEnt->HasCRTC2 = FALSE;
1704 pAMDGPUEnt->HasCRTC2 = TRUE;
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_probe.h 135 Bool HasCRTC2; /* All cards except original Radeon */
radeon_video.c 142 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2)
radeon_kms.c 1965 pRADEONEnt->HasCRTC2 = FALSE;
1967 pRADEONEnt->HasCRTC2 = TRUE;
1976 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2) {
2893 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2) {
  /xsrc/external/mit/xf86-video-r128/dist/src/
r128_probe.h 154 Bool HasCRTC2;
r128_output.c 324 mask1 = R128_GPIO_MONID_MASK_1 | (pR128Ent->HasCRTC2 ? R128_GPIO_MONID_MASK_3 : R128_GPIO_MONID_MASK_2);
325 mask2 = R128_GPIO_MONID_A_1 | (pR128Ent->HasCRTC2 ? R128_GPIO_MONID_A_3 : R128_GPIO_MONID_A_2);
565 if (otypes[i] == OUTPUT_LVDS || !pR128Ent->HasCRTC2)
572 if (otypes[i] == OUTPUT_VGA && !pR128Ent->HasCRTC2) {
r128_driver.c 842 pR128Ent->HasCRTC2 = FALSE;
896 pR128Ent->HasCRTC2 = TRUE;
2482 if (pR128Ent->HasCRTC2) {
2566 if (pR128Ent->HasCRTC2) {
r128_crtc.c 1094 if (!pR128Ent->HasCRTC2)
  /xsrc/external/mit/xf86-video-ati/dist/src/
radeon_pm.c 178 if (!pRADEONEnt->HasCRTC2) {
412 if ( !pRADEONEnt->HasCRTC2 ) {
519 if ( !pRADEONEnt->HasCRTC2 ) {
radeon_kms.c 751 pRADEONEnt->HasCRTC2 = FALSE;
753 pRADEONEnt->HasCRTC2 = TRUE;
762 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2) {
radeon_probe.h 731 Bool HasCRTC2; /* All cards except original Radeon */
radeon_driver.c 1634 if (!pRADEONEnt->HasCRTC2) {
1884 pRADEONEnt->HasCRTC2 = TRUE;
1898 pRADEONEnt->HasCRTC2 = !card->nocrtc2;
3221 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2) {
4122 if (pRADEONEnt->HasCRTC2) {
4188 if (pRADEONEnt->HasCRTC2) {
4208 if (pRADEONEnt->HasCRTC2)
5810 if (pRADEONEnt->HasCRTC2) {
5863 if (pRADEONEnt->HasCRTC2) {
5899 if (pRADEONEnt->HasCRTC2 && !info->IsSecondary)
    [all...]
radeon_bios.c 279 if (pRADEONEnt->HasCRTC2)
295 if (pRADEONEnt->HasCRTC2)
314 if (pRADEONEnt->HasCRTC2)
radeon_crtc.c 879 if (!pRADEONEnt->HasCRTC2)
legacy_output.c 305 if (!pRADEONEnt->HasCRTC2)
1149 if (IS_R300_VARIANT || (info->ChipFamily == CHIP_FAMILY_R200) || !pRADEONEnt->HasCRTC2)
radeon_accel.c 268 if (info->HasCRTC2) {
legacy_crtc.c 96 if (pRADEONEnt->HasCRTC2 &&
radeon_output.c 544 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2) {
2538 if (!pRADEONEnt->HasCRTC2) {
radeon_video.c 324 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2)
  /xsrc/external/mit/xf86-video-savage/dist/src/
savage_driver.h 538 Bool HasCRTC2; /* MX, IX, Supersavage */
savage_driver.c 1770 psav->HasCRTC2 = TRUE;
1773 psav->HasCRTC2 = FALSE;

Completed in 76 milliseconds