Home
last modified time | relevance | path

Searched refs:DriverFunc (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86RandR.c88 if (scrp->DriverFunc) { in xf86RandRGetInfo()
89 (*scrp->DriverFunc) (scrp, RR_GET_MODE_MM, &RRModeMM); in xf86RandRGetInfo()
115 if (scrp->DriverFunc) { in xf86RandRGetInfo()
116 (*scrp->DriverFunc) (scrp, RR_GET_MODE_MM, &RRModeMM); in xf86RandRGetInfo()
132 if (scrp->DriverFunc) { in xf86RandRGetInfo()
136 if (!(*scrp->DriverFunc) (scrp, RR_GET_INFO, &RRRotation)) in xf86RandRGetInfo()
175 if (scrp->DriverFunc) { in xf86RandRSetMode()
184 (*scrp->DriverFunc) (scrp, RR_GET_MODE_MM, &RRModeMM); in xf86RandRSetMode()
267 if (scrp->DriverFunc) { in xf86RandRSetConfig()
278 if (!(*scrp->DriverFunc) (scrp, RR_SET_CONFIG, &RRRotation)) in xf86RandRSetConfig()
[all …]
H A Dxf86Init.c698 xf86Screens[i]->DriverFunc = NULL; in InitOutput()
755 pScrn->DriverFunc = NULL; in InitOutput()
H A Dxf86str.h687 xorgDriverFuncProc *DriverFunc; member
H A Dxf86Helper.c198 pScrn->DriverFunc = drv->driverFunc; in xf86AllocateScreen()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog185130 Don't fail calling function when DriverFunc() for RandR fails as
185131 DriverFunc() also returns FALSE when the specific sub function isn't