Home
last modified time | relevance | path

Searched refs:PreInit (Results 1 – 11 of 11) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch58 pScrn->PreInit = FBDevPreInit;
75 pScrn->PreInit = FBDevPreInit;
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c522 if (xf86Screens[i]->PreInit && in InitOutput()
523 xf86Screens[i]->PreInit(xf86Screens[i], 0)) in InitOutput()
534 if (xf86GPUScreens[i]->PreInit && in InitOutput()
535 xf86GPUScreens[i]->PreInit(xf86GPUScreens[i], 0)) in InitOutput()
H A Dxf86Xinput.h78 int (*PreInit) (struct _InputDriverRec * drv, member
H A Dxf86platformBus.c644 if (xf86GPUScreens[i]->PreInit && in xf86platformAddDevice()
645 xf86GPUScreens[i]->PreInit(xf86GPUScreens[i], 0)) in xf86platformAddDevice()
H A Dxf86Configure.c777 if ((*xf86Screens[dev2screen[j]]->PreInit) && in DoConfigure()
778 (*xf86Screens[dev2screen[j]]->PreInit) (xf86Screens[dev2screen[j]], in DoConfigure()
H A Dxf86str.h671 xf86PreInitProc *PreInit; member
H A Dxf86Xinput.c903 if (!drv->PreInit) { in xf86NewInputDevice()
940 rval = drv->PreInit(drv, pInfo, 0); in xf86NewInputDevice()
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DREADME.modes83 3.1 PreInit functions
85 These functions should be used during the driver PreInit phase, they are
107 contents of the xf86CrtcFuncsRec. Note that this is done in PreInit, so it
117 contents of the xf86OutputFuncsRec. This is also called from PreInit and
179 xf86InitialConfiguration selects the desired configuration at PreInit time;
/OK3568_Linux_fs/external/xserver/hw/xfree86/ddc/
H A DDDC.HOWTO58 in PreInit(). DDC1SetSpeed is a pointer to the SetSpeed()
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c78 static Bool PreInit(ScrnInfoPtr pScrn, int flags);
378 scrn->PreInit = PreInit; in ms_setup_scrn_hooks()
972 PreInit(ScrnInfoPtr pScrn, int flags) in PreInit() function
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2514 During startup, the xfree86 DDX's InitOutput() calls PreInit for
2524 Fix this by simply re-ordering the for loops to call PreInit for
9471 xf86-video-modesetting: Record non-desktop kernel property at PreInit time
9486 xfree86/modes: Check for non-desktop monitors during PreInit [v2]
10259 xfree86: Only call PreInit handler if it exists for device
10261 DoConfigure() attempts to call the PreInit handler on a device without
10264 Check that the PreInit handler exists for a device before attempting to
22363 xfree86: lock input during PreInit
22382 Avoid all this and wrap PreInit into the lock.
29444 xfree86: move check for driver->PreInit up
[all …]