Searched refs:SetDGAMode (Results 1 – 5 of 5) sorted by relevance
85 int (*SetDGAMode) (ScrnInfoPtr, int, DGADevicePtr); member204 pScreenPriv->SetDGAMode = pScrn->SetDGAMode; in xf86HandleColormaps()213 pScrn->SetDGAMode = CMapSetDGAMode; in xf86HandleColormaps()510 ret = (*pScreenPriv->SetDGAMode) (pScrn, num, dev); in CMapSetDGAMode()846 pScrn->SetDGAMode = pScreenPriv->SetDGAMode; in CMapUnwrapScreen()
693 xf86Screens[i]->SetDGAMode = xf86SetDGAMode; in InitOutput()750 pScrn->SetDGAMode = xf86SetDGAMode; in InitOutput()
680 xf86SetDGAModeProc *SetDGAMode; member
603 (void) (*pScrn->SetDGAMode) (pScrn, 0, NULL); in DGAShutdown()618 ret = (*pScrn->SetDGAMode) (pScrn, num, &device); in DGASetMode()
74481 xf86: migrate SetDGAMode from index to ScrnInfoPtr (ABI/API)74483 This migrates the SetDGAMode callback from an index to ScrnInfoPtr.