search for: nouveau_drm_header_patchlevel

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

2010 Jan 29
2
[PATCH 1/2] libdrm/nouveau: new optimized libdrm pushbuffer ABI
...-- 7 files changed, 34 insertions(+), 49 deletions(-) diff --git a/include/drm/nouveau_drm.h b/include/drm/nouveau_drm.h index 1e67c44..f764174 100644 --- a/include/drm/nouveau_drm.h +++ b/include/drm/nouveau_drm.h @@ -25,7 +25,7 @@ #ifndef __NOUVEAU_DRM_H__ #define __NOUVEAU_DRM_H__ -#define NOUVEAU_DRM_HEADER_PATCHLEVEL 15 +#define NOUVEAU_DRM_HEADER_PATCHLEVEL 16 struct drm_nouveau_channel_alloc { uint32_t fb_ctxdma_handle; diff --git a/nouveau/nouveau_bo.c b/nouveau/nouveau_bo.c index 10cc8a6..ac1b37f 100644 --- a/nouveau/nouveau_bo.c +++ b/nouveau/nouveau_bo.c @@ -565,7 +565,7 @@ nouveau_bo_pending(str...
2008 Aug 03
7
[Bug 16978] New: "tile offscreen pixmaps" causing graphics corruption on NV50?
...33fad279e935a5a134ee5cc1777b8ed7510101d0 nv50: tile offscreen pixmaps Ben Skeggs <skeggsb at gmail.com> I don't know whether it is nouveau or drm commit that is causing the issue - the "bad" nouveau commit requires a newer drm than its working neighbour (bumps NOUVEAU_DRM_HEADER_PATCHLEVEL). I would guess it was the "tile offscreen pixmaps" commit though. Am running Linux 2.6.25/2.6.26 on x86_64. Regards, -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.