Lines Matching defs:pRADEONEnt
436 RADEONEntPtr pRADEONEnt = RADEONEntPriv(pScrn);
442 if (pRADEONEnt->fd) {
446 info->dri2.drm_fd = pRADEONEnt->fd;
487 pRADEONEnt->fd = info->dri2.drm_fd;
612 RADEONEntPtr pRADEONEnt;
633 pRADEONEnt = pPriv->ptr;
640 pRADEONEnt->pSecondaryScrn = pScrn;
646 pRADEONEnt->pPrimaryScrn = pScrn;
647 pRADEONEnt->HasSecondary = FALSE;
751 pRADEONEnt->HasCRTC2 = FALSE;
753 pRADEONEnt->HasCRTC2 = TRUE;
762 if (info->ChipFamily == CHIP_FAMILY_RV100 && !pRADEONEnt->HasCRTC2) {