Searched refs:ScreenInit (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/buildroot/package/x11r7/xdriver_xf86-video-fbturbo/ |
| H A D | 0002-Use-own-thunk-functions-instead-of-fbdevHW-Weak.patch | 59 pScrn->ScreenInit = FBDevScreenInit; 76 pScrn->ScreenInit = FBDevScreenInit;
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/doc/ |
| H A D | README.modes | 118 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 D | driver.c | 77 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 D | xf86str.h | 672 xf86ScreenInitProc *ScreenInit; member
|
| H A D | xf86platformBus.c | 654 scr_index = AddGPUScreen(xf86GPUScreens[i]->ScreenInit, 0, NULL); in xf86platformAddDevice()
|
| H A D | xf86Init.c | 303 return pScrn->ScreenInit (pScreen, argc, argv); in xf86ScreenInit()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 2512 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 …]
|