search for: wfb

Displaying 20 results from an estimated 27 matches for "wfb".

Did you mean: web
2009 Mar 29
1
nv50: wfb patches
...pendent on software rendering (in pixman) then things are fine (better?). I will be away for some time in a few weeks, so i'm not sure if i will see the proper solution to patch 2. Maarten. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-nv50-implement-wfb.patch Type: text/x-patch Size: 17718 bytes Desc: not available Url : http://lists.freedesktop.org/archives/nouveau/attachments/20090330/b9277731/attachment-0006.bin -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-exa-smarter-initial-mapping-of-driver-alloca...
2019 Jan 21
2
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
Fixes warning with xserver 1.20 and gcc 8.2: nv_driver.c:1443:9: warning: implicit declaration of function ‘wfbScreenInit’; did you mean ‘fbScreenInit’? [-Wimplicit-function-declaration] ret = wfbScreenInit(pScreen, FBStart, pScrn->virtualX, ^~~~~~~~~~~~~ fbScreenInit (See xserver 706e6d9cd074da606016ed4ecff51e9c2a822087) Signed-off-by: Rhys Kidd <rhyskidd at gmail.com> --- s...
2019 Jan 23
0
[PATCH xf86-video-nouveau] wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER
This causes nouveau_drv.so to not be loadable due to a missing wfbPictureInit. I'm not 100% sure what causes it -- it happens at runtime in the middle of probe, and I don't have wfb enabled. Either way, I'm going to revert this until we get a better idea of what's going on. On Sun, Jan 20, 2019 at 7:20 PM Rhys Kidd <rhyskidd at gmail.com> wr...
2009 Mar 07
1
preliminary nv50 wfb patch
...suck now (gtkperf for which had it's performance halved), and qt4 is definitely faster than gtk (gtk has some odd rendering scenarios). This is by no means finished, but i wanted to share what i have. Maarten. -------------- next part -------------- A non-text attachment was scrubbed... Name: wfb_test13.patch Type: application/octet-stream Size: 9645 bytes Desc: not available Url : http://lists.freedesktop.org/archives/nouveau/attachments/20090307/fd85dd1c/attachment-0001.obj
2009 Mar 08
1
wfb patches
These patches are pretty much done, except for a compile warning somewhere. The major remaining bottleneck is this line (as far as i can tell): offset -= (unsigned long) pPixmap->devPrivate.ptr; A significant amount of samples is spent on that, so suggestions on how to improve that are appreciated. I'm out of time for the moment. I'm curious how this performs for other people
2009 Jun 12
17
[Bug 22253] New: KMS Nouveau - wfb crash
http://bugs.freedesktop.org/show_bug.cgi?id=22253 Summary: KMS Nouveau - wfb crash Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: major Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org...
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...ix) static void * nouveau_exa_pixmap_map(PixmapPtr ppix) { + ScrnInfoPtr pScrn = xf86Screens[ppix->drawable.pScreen->myNum]; + NVPtr pNv = NVPTR(pScrn); struct nouveau_bo *bo = nouveau_pixmap_bo(ppix); unsigned delta = nouveau_pixmap_offset(ppix); - if (bo->tiled) { + if (!pNv->wfb_enabled && bo->tiled) { struct nouveau_pixmap *nvpix = nouveau_pixmap(ppix); nvpix->linear = xcalloc(1, ppix->devKind * ppix->drawable.height); @@ -426,9 +434,11 @@ nouveau_exa_pixmap_map(PixmapPtr ppix) static void nouveau_exa_pixmap_unmap(PixmapPtr ppix) { + ScrnInf...
2009 Mar 13
1
[EXA] Updated wfb'ish patches
...e rendering ops acceptable again (the regression was more than an order of magnitude). These are not a 100% commit ready obviously, but i wouldn't want to loose the patches either. Maarten. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-nv50-implement-wfb.patch Type: application/octet-stream Size: 17448 bytes Desc: not available Url : http://lists.freedesktop.org/archives/nouveau/attachments/20090313/2598baec/attachment-0002.obj -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-exa-smarter-initial-mapping-of-d...
2019 Jan 29
0
[ANNOUNCE] xf86-video-nouveau 1.0.16
...nv50/xv: add support for depth 30 xv output dri3: don't check permissions on render node drmmode: provide better error when failing to set gamma drmmode: update logic for dynamic connectors, paths, and tiles present: rotated crtc's work fine Revert "wfb: Fix missing init function decls behind FB_ACCESS_WRAPPER" update known chipsets list Bump version to 1.0.16 Mario Kleiner (1): Fix colormap handling at screen depth 30. (v2) Rhys Kidd (27): Check for xf86CursorResetCursor() xv: Silence build warning regarding c...
2011 Feb 07
20
[Bug 33977] New: X core font rendering is "laggy"
https://bugs.freedesktop.org/show_bug.cgi?id=33977 Summary: X core font rendering is "laggy" Product: xorg Version: unspecified Platform: Other OS/Version: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2019 Jan 21
5
[PATCH xf86-video-nouveau 0/4] Compiler warnings series
A short series of compiler visibility warning fixes that I prepared whilst trialing improvements to xf86-video-nouveau's use of the core xorg-server utility macros. Rhys Kidd (4): wfb: Remove declaration for undefined function nouveau_wfb_init() dri2: Mark local create/destroy buffer and copy region functions as static xv: Mark local NVSetupTexturedVideo function as static xv/nv30,nv40: Mark local NV30GetSurfaceFormat and NV40GetSurfaceFormat as static src/nouvea...
2013 Mar 03
17
[Bug 61731] New: Nouveau not working on second monitor
https://bugs.freedesktop.org/show_bug.cgi?id=61731 Priority: medium Bug ID: 61731 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau not working on second monitor QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS: Linux (All) Reporter: rvhbox-freedesktop at
2012 Jul 27
1
[PATCH] nvc0: Add and enable vblank support
...FFSET_HIGH/LOW instead of something relative to notifier_bo. Signed-off-by: Maarten Lankhorst <maarten.lankhorst at canonical.com> --- diff --git a/man/nouveau.man b/man/nouveau.man index 7c72907..8765569 100644 --- a/man/nouveau.man +++ b/man/nouveau.man @@ -79,7 +79,7 @@ Enable or disable wfb, only affects nv50+. Useful for some legacy configurations .BI "Option \*qGLXVBlank\*q \*q" boolean \*q Synchronize GLX clients to VBlank. Useful where tearing is a problem, harmful if the GPU isn't fast enough to keep up with the monitor -refresh rate. Default: off. +refresh rate....
2008 Dec 23
0
A few patches for ng
...making the bo copy stuff in kernel functional with tiled memory. Then the simple start would be to copy the bo upon map and and copy back upon unmap, the downside of this is a syncing requirement (the tiled copy musn't be accessed at the same time). Another attempt would to be finally try that wfb stuff in xorg and get that going. And i have some more ideas floating around. Anyway, i'll have some more stuff ready once you (darktama) are done moving. Maarten. -------------- next part -------------- A non-text attachment was scrubbed... Name: 0001-nv50-properly-handle-gart.patch Type: app...
2009 Mar 05
0
NV50 texture layout added to http://nouveau.freedesktop.org/wiki/Surface_Layouts
I've got a preliminary wfb implementation, but it still has issues. In the meantime i've added what i know to the wiki. Maarten.
2011 May 03
12
36 FPS using ubuntu-classic desktop, drops to 4 FPS xubuntu
Hello Recently upgraded to Ubuntu 11.04 and not liking unity I swtiched to xubuntu but was perturbed to find my World of Warcraft FPS drop from 36 FPS in Ubuntu 10.10 and Ubuntu 11.04 'ubuntu classic' down to 3/4 FPS xubuntu. Again, to confirm it wasn't anything in the upgrade I made sure that the FPS is as normal in 11.04 when I select 'Ubuntu Classic' when logging in rather
2008 Jun 22
2
cant change settings in wine.cfg
...A GPU found (II) Loading sub module "fb" (II) LoadModule: "fb" (II) Loading /usr/lib/xorg/modules//libfb.so (II) Module fb: vendor="X.Org Foundation" compiled for 1.3.0, module version = 1.0.0 ABI class: X.Org ANSI C Emulation, version 0.3 (II) Loading sub module "wfb" (II) LoadModule: "wfb" (II) Loading /usr/lib/xorg/modules//libwfb.so (II) Module wfb: vendor="NVIDIA Corporation" compiled for 7.1.99.2, module version = 1.0.0 (II) Loading sub module "ramdac" (II) LoadModule: "ramdac"(II) Module already built-in (II) r...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.3
...nteger overflow in GetBuffers* Andrea Canciani (1):       render: Allow single-stop gradients Andrew Eikum (2):       xace: Add XaceHookIsSet helper function       dix: Send KeyPress and KeyRelease events to the XACE_KEY_AVAIL hook Arcady Goldmints-Orlov (1):       Fix alphamap interactions with wfb Chris Wilson (4):       randr/prime: Don't stop on the first pipe when disabling ReplaceScanoutPixmap       render: Fix leak of filter params       render: Propagate allocation failure from createSourcePicture()       present: Fix missed notify MSC computation Cyril Brulebois (1):       man:...
2015 Oct 26
0
[ANNOUNCE] xorg-server 1.17.99.902 (1.18 RC2)
...Keyboard mouse button emulation should not suppress other keyboard events Andy Ritger (2):       Remove static qualifier on mieqProcessInputEvents()'s 'event'       mi: Log an error if mieqProcessInputEvents() recurses. Arcady Goldmints-Orlov (1):       Fix alphamap interactions with wfb Boyan Ding (1):       xwayland: Activate and enable device on first capability reporting Bryce Harrington (1):       test: Fix typo and drop documentation references to glib. Carlos Garnacho (3):       xwayland: Add xwl_touch struct       xwayland: Implement the wl_touch interface       xwayland...
2013 Oct 28
46
[Bug 70972] New: Nouveau fails with broken screen on nv40 with kernel 3.12
https://bugs.freedesktop.org/show_bug.cgi?id=70972 Priority: medium Bug ID: 70972 Assignee: nouveau at lists.freedesktop.org Summary: Nouveau fails with broken screen on nv40 with kernel 3.12 QA Contact: xorg-team at lists.x.org Severity: major Classification: Unclassified OS: Linux (All)