search for: nouveau_wfb_setup_wrap

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

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 Dec 11
2
[PATCH 1/2] exa: Pre-G80 tiling support.
...,7 @@ void NVTakedownDma(ScrnInfoPtr pScrn); /* in nouveau_exa.c */ Bool nouveau_exa_init(ScreenPtr pScreen); Bool nouveau_exa_pixmap_is_onscreen(PixmapPtr pPixmap); -bool nouveau_exa_pixmap_is_tiled(PixmapPtr ppix); +bool nv50_style_tiled_pixmap(PixmapPtr ppix); /* in nouveau_wfb.c */ void nouveau_wfb_setup_wrap(ReadMemoryProcPtr *, WriteMemoryProcPtr *, diff --git a/src/nv_type.h b/src/nv_type.h index 0c13dac..6face1f 100644 --- a/src/nv_type.h +++ b/src/nv_type.h @@ -279,6 +279,7 @@ typedef struct _NVPortPrivRec { /* EXA driver-controlled pixmaps */ #define NOUVEAU_CREATE_PIXMAP_ZETA 0x10000000 +#def...
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