Home
last modified time | relevance | path

Searched refs:ScreenInit (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/
H A D0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch59 pScrn->ScreenInit = FBDevScreenInit;
76 pScrn->ScreenInit = FBDevScreenInit;
/OK3568_Linux_fs/external/xserver/hw/xfree86/doc/
H A DREADME.modes118 need not be re-invoked at each ScreenInit time. An Output should be created
141 3.2 ScreenInit functions
143 These functions should be used during the driver ScreenInit phase.
168 output objects. Call it near the end of the ScreenInit function, after the
180 when the server finally hits ScreenInit, xf86SetDesiredModes is used by the
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.c77 static Bool ScreenInit(ScreenPtr pScreen, int argc, char **argv);
379 scrn->ScreenInit = ScreenInit; in ms_setup_scrn_hooks()
1690 ScreenInit(ScreenPtr pScreen, int argc, char **argv) in ScreenInit() function
/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86str.h672 xf86ScreenInitProc *ScreenInit; member
H A Dxf86platformBus.c654 scr_index = AddGPUScreen(xf86GPUScreens[i]->ScreenInit, 0, NULL); in xf86platformAddDevice()
H A Dxf86Init.c303 return pScrn->ScreenInit (pScreen, argc, argv); in xf86ScreenInit()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog2512 xfree86: Call ScreenInit for protocol screens before GPU screens
2520 InitOutput() calls ScreenInit in the wrong order: for GPU screens first and then
2522 that is tied to the first screen that calls ScreenInit.
16528 - Require power-of-two bpp in ScreenInit
22308 xfree86: Set pScrn->pScreen before driver ScreenInit is called
22310 Any code called from the driver ScreenInit may want to refer to
24484 that, misprite should be wrapping during ScreenInit time and not
26227 ScreenInit, it really isn't necessary and causes us to set a dirty mode
74439 xserver: drop index argument to ScreenInit (ABI/API) (v2)
93986 ScreenInit, almost certainly causing a crash or failure because the X
[all …]