Lines Matching refs:DisplayModePtr

107 xf86ModeBandwidth(DisplayModePtr mode, int depth)  in xf86ModeBandwidth()
125 xf86SetModeDefaultName(DisplayModePtr mode) in xf86SetModeDefaultName()
144 xf86SetModeCrtc(DisplayModePtr p, int adjustFlags) in xf86SetModeCrtc()
196 xf86SaveModeContents(DisplayModePtr intern, const DisplayModeRec *mode) in xf86SaveModeContents()
209 DisplayModePtr
212 DisplayModePtr pNew; in xf86DuplicateMode()
233 DisplayModePtr
234 xf86DuplicateModes(ScrnInfoPtr pScrn, DisplayModePtr modeList) in xf86DuplicateModes()
236 DisplayModePtr first = NULL, last = NULL; in xf86DuplicateModes()
237 DisplayModePtr mode; in xf86DuplicateModes()
240 DisplayModePtr new; in xf86DuplicateModes()
321 xf86PrintModeline(int scrnIndex, DisplayModePtr mode) in xf86PrintModeline()
399 xf86ValidateModesFlags(ScrnInfoPtr pScrn, DisplayModePtr modeList, int flags) in xf86ValidateModesFlags()
401 DisplayModePtr mode; in xf86ValidateModesFlags()
420 xf86ValidateModesSize(ScrnInfoPtr pScrn, DisplayModePtr modeList, in xf86ValidateModesSize()
423 DisplayModePtr mode; in xf86ValidateModesSize()
464 xf86ValidateModesSync(ScrnInfoPtr pScrn, DisplayModePtr modeList, MonPtr mon) in xf86ValidateModesSync()
466 DisplayModePtr mode; in xf86ValidateModesSync()
509 xf86ValidateModesClocks(ScrnInfoPtr pScrn, DisplayModePtr modeList, in xf86ValidateModesClocks()
512 DisplayModePtr mode; in xf86ValidateModesClocks()
543 xf86ValidateModesUserConfig(ScrnInfoPtr pScrn, DisplayModePtr modeList) in xf86ValidateModesUserConfig()
545 DisplayModePtr mode; in xf86ValidateModesUserConfig()
574 xf86ValidateModesBandwidth(ScrnInfoPtr pScrn, DisplayModePtr modeList, in xf86ValidateModesBandwidth()
577 DisplayModePtr mode; in xf86ValidateModesBandwidth()
603 xf86ValidateModesReducedBlanking(ScrnInfoPtr pScrn, DisplayModePtr modeList) in xf86ValidateModesReducedBlanking()
618 xf86PruneInvalidModes(ScrnInfoPtr pScrn, DisplayModePtr * modeList, in xf86PruneInvalidModes()
621 DisplayModePtr mode; in xf86PruneInvalidModes()
624 DisplayModePtr next = mode->next, first = *modeList; in xf86PruneInvalidModes()
652 DisplayModePtr
653 xf86ModesAdd(DisplayModePtr modes, DisplayModePtr new) in xf86ModesAdd()
659 DisplayModePtr mode = modes; in xf86ModesAdd()
674 static DisplayModePtr
677 DisplayModePtr head = NULL, prev = NULL, mode; in xf86GetConfigModes()
716 DisplayModePtr
719 DisplayModePtr modes = NULL; in xf86GetMonitorModes()
747 DisplayModePtr
750 DisplayModePtr head = NULL, mode; in xf86GetDefaultModes()
773 DisplayModePtr
774 xf86PruneDuplicateModes(DisplayModePtr modes) in xf86PruneDuplicateModes()
776 DisplayModePtr m, n, o; in xf86PruneDuplicateModes()