search for: xf86loadsubmodule

Displaying 3 results from an estimated 3 matches for "xf86loadsubmodule".

2010 Feb 09
1
[PATCH] Remove some UMS leftovers.
.../* Mandatory */ @@ -586,24 +579,6 @@ NVPreInit(ScrnInfoPtr pScrn, 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 tha...
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...exaSymbols, fbSymbols, + LoaderRefSymLists(vgahwSymbols, exaSymbols, fbSymbols, wfbSymbols, ramdacSymbols, shadowSymbols, drmSymbols, i2cSymbols, ddcSymbols, vbeSymbols, int10Symbols, NULL); @@ -1510,10 +1516,22 @@ NVPreInit(ScrnInfoPtr pScrn, int flags) * section. */ - if (xf86LoadSubModule(pScrn, "fb") == NULL) - NVPreInitFail("\n"); +#if XORG_VERSION_CURRENT >= XORG_VERSION_NUMERIC(1,6,99,0,0) + if (!pNv->NoAccel && pNv->exa_driver_pixmaps && pNv->Architecture == NV_ARCH_50) { + pNv->wfb_enabled = true; + if (xf86LoadSubModule(pS...
2013 Feb 16
8
Bugfix + dri1 cleanup patches
Had those patches living in my local tree for a while now. Here is a respin on top of latest master Patch 1: regression fix, preventing the ddx from loading if kernel module is not loaded Patches 2-5: Completely nuke dri1, make dri2 hard dependency Patches 6-7: Assist people with first-time build of nouveau Git complains about whitespace errors in patch 7, which for the sake of me I cannot