search for: vbeinit

Displaying 2 results from an estimated 2 matches for "vbeinit".

Did you mean: vbe_init
2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
...int flags) MessageType from; int ret, i; - if (flags & PROBE_DETECT) { - EntityInfoPtr pEnt = xf86GetEntityInfo(pScrn->entityList[0]); - - if (!pEnt) - return FALSE; - - i = pEnt->index; - xfree(pEnt); - - if (xf86LoadSubModule(pScrn, "vbe")) { - vbeInfoPtr pVbe = VBEInit(NULL, i); - ConfiguredMonitor = vbeDoEDID(pVbe, NULL); - vbeFree(pVbe); - } - - return TRUE; - } - /* * Note: This function is only called once at server startup, and * not at the start of each server generation. This means that @@ -733,11 +708,6 @@ NVPreInit(ScrnInfoPtr pScrn, int f...
2008 May 01
0
[ANNOUNCE] xf86-video-xgixp 1.7.99.3
...New function XG47GetFramebufferSize to probe installed memory size ~ Version bump for recent changes. ~ Remove unnecessary chipID and chipRev structure fields. ~ Clean up some of the VBE / int10 initialization insanity. ~ Don't explicitly xf86FreeInt10 if it was allocated by VBEInit ~ Clean up VBE usage in XGIProbeDDC ~ Use VBEDPMSSet instead of the open coded version called XG47DPMSSet ~ Trivial change to the interface to fill_ask_mode ~ Remove some dead code. ~ Eliminate g_pScreen ~ Clean up some extraneous debug messages. ~ Remove some unu...