Lines Matching refs:pScrPriv
758 if (pScrPriv->minWidth <= mode->mode.width && in vfbRROutputValidateMode()
759 pScrPriv->maxWidth >= mode->mode.width && in vfbRROutputValidateMode()
760 pScrPriv->minHeight <= mode->mode.height && in vfbRROutputValidateMode()
761 pScrPriv->maxHeight >= mode->mode.height) in vfbRROutputValidateMode()
813 rrScrPrivPtr pScrPriv; in vfbRandRInit() local
824 pScrPriv = rrGetScrPriv(pScreen); in vfbRandRInit()
825 pScrPriv->rrGetInfo = vfbRRGetInfo; in vfbRandRInit()
827 pScrPriv->rrCrtcSet = vfbRRCrtcSet; in vfbRandRInit()
828 pScrPriv->rrScreenSetSize = vfbRRScreenSetSize; in vfbRandRInit()
829 pScrPriv->rrOutputSetProperty = NULL; in vfbRandRInit()
831 pScrPriv->rrOutputGetProperty = NULL; in vfbRandRInit()
833 pScrPriv->rrOutputValidateMode = vfbRROutputValidateMode; in vfbRandRInit()
834 pScrPriv->rrModeDestroy = NULL; in vfbRandRInit()