search for: wfb_pixmap

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

Did you mean: wfb_pixmaps
2009 Mar 08
4
[PATCH 1/5] nv50: implement wfb
...gned long offset = (unsigned long) src, subpixel_offset; + PixmapPtr pPixmap = NULL; + FbBits bits = 0; + void *new_src; + + if (!last_wfb_pNv) + return nouveau_exa_wfb_read_memory_linear(src, size); + + /* Find the right pixmap. */ + for (i = 0; i < 6; i++) + if (offset >= last_wfb_pNv->wfb_pixmaps[i].start && offset < last_wfb_pNv->wfb_pixmaps[i].end) { + pPixmap = last_wfb_pNv->wfb_pixmaps[i].ppix; + break; + } + + if (!pPixmap || !last_wfb_pNv->wfb_pixmaps[i].tiled) + return nouveau_exa_wfb_read_memory_linear(src, size); + + /* Now comes the decoding. */ + offset...
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