search for: nouveau_init_screen2

Displaying 10 results from an estimated 10 matches for "nouveau_init_screen2".

2013 Nov 02
5
[Bug 71172] New: Segfault when running glxinfo. NV25GL [Quadro4 900 XGL]
...(no debugging symbols found)...done. (gdb) r Starting program: /usr/bin/glxinfo [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". name of display: :0.0 Program received signal SIGSEGV, Segmentation fault. 0xb79ff07d in nouveau_init_screen2 (dri_screen=0x806d1f8) at ../../../../../../../src/mesa/drivers/dri/nouveau/nouveau_screen.c:105 105 ../../../../../../../src/mesa/drivers/dri/nouveau/nouveau_screen.c: No such file or directory. (gdb) bt #0 0xb79ff07d in nouveau_init_screen2 (dri_screen=0x806d1f8) at ../../../../../../...
2017 Jun 07
5
[Bug 101335] New: build failure: nouveau_screen.c:105:8: error: implicit declaration of function ‘nouveau_drm_new’;
...uveau Assignee: nouveau at lists.freedesktop.org Reporter: David.Ronis at McGill.CA QA Contact: nouveau at lists.freedesktop.org I'm trying to build the git master on an 32 bit machine. The build dies with: CC nouveau_surface.lo nouveau_screen.c: In function ‘nouveau_init_screen2’: nouveau_screen.c:105:8: error: implicit declaration of function ‘nouveau_drm_new’; did you mean ‘nouveau_bo_new’? [-Werror=implicit-function-declaration] ret = nouveau_drm_new(dri_screen->fd, &screen->drm); ^~~~~~~~~~~~~~~ nouveau_bo_new nouveau_screen.c:111:8: error:...
2015 Nov 27
0
[mesa v2 9/9] nouveau: enable use of new kernel interfaces
...nv_device_v0) { .device = ~0ULL, diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c index 1a74ae2..6f61f66 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c @@ -108,8 +108,6 @@ nouveau_init_screen2(__DRIscreen *dri_screen) goto fail; } - screen->drm->nvif = false; - ret = nouveau_device_new(&screen->drm->client, NV_DEVICE, &(struct nv_device_v0) { .device = ~0ULL, -- 2.6.3
2015 Dec 28
0
[PATCH] Revert "nouveau: enable use of new kernel interfaces"
...nv_device_v0) { .device = ~0ULL, diff --git a/src/mesa/drivers/dri/nouveau/nouveau_screen.c b/src/mesa/drivers/dri/nouveau/nouveau_screen.c index 6f61f66..1a74ae2 100644 --- a/src/mesa/drivers/dri/nouveau/nouveau_screen.c +++ b/src/mesa/drivers/dri/nouveau/nouveau_screen.c @@ -108,6 +108,8 @@ nouveau_init_screen2(__DRIscreen *dri_screen) goto fail; } + screen->drm->nvif = false; + ret = nouveau_device_new(&screen->drm->client, NV_DEVICE, &(struct nv_device_v0) { .device = ~0ULL, -- 2.4.10
2016 Sep 23
2
[Bug 97900] New: [regression] nouveau_screen.c:230:2: error: implicit declaration of function ‘nouveau_drm_del’
...Reporter: David.Ronis at McGill.CA QA Contact: nouveau at lists.freedesktop.org I'm building git-master versions of X and mesa on an x86_64 box running slackware. I've been doing this for a long time. My build fails with: CC nouveau_screen.lo nouveau_screen.c: In function ‘nouveau_init_screen2’: nouveau_screen.c:105:8: error: implicit declaration of function ‘nouveau_drm_new’ [-Werror=implicit-function-declaration] ret = nouveau_drm_new(dri_screen->fd, &screen->drm); ^~~~~~~~~~~~~~~ nouveau_screen.c:111:8: error: implicit declaration of function ‘nouveau_device_new’ [...
2017 May 26
4
[Bug 101199] New: nouveau_screen.c: undefined reference to `nouveau_drm_del'
...freedesktop.org Reporter: andrewponomarenko at yandex.ru QA Contact: nouveau at lists.freedesktop.org The build of mesa 17.1.1 has failed with error: nouveau_screen.c:230: undefined reference to `nouveau_drm_del' nouveau/.libs/libnouveau_dri.a(nouveau_screen.o): In function `nouveau_init_screen2': nouveau/nouveau_screen.c:105: undefined reference to `nouveau_drm_new' nouveau/nouveau_screen.c:111: undefined reference to `nouveau_device_new' The library is configured with the following parameters: ./configure --enable-shared --enable-glx --disable-osmesa --enable-debug --enable...
2012 May 23
5
[Bug 50280] New: Mesa 8.0.3 fails to build dri/nouveau against libdrm 2.4.34
...r: nouveau_channel.h: No such file or directory nouveau_driver.h:44:24: error: nouveau_bo.h: No such file or directory nouveau_driver.h:45:30: error: nouveau_notifier.h: No such file or directory nouveau_driver.h:49:26: error: nv04_pushbuf.h: No such file or directory nouveau_screen.c: In function ?nouveau_init_screen2?: nouveau_screen.c:131: warning: implicit declaration of function ?nouveau_device_open_existing? nouveau_screen.c:144: error: dereferencing pointer to incomplete type nouveau_screen.c: In function ?nouveau_destroy_screen?: nouveau_screen.c:178: warning: implicit declaration of function ?nouveau_dev...
2015 Nov 27
13
[mesa v2 1/9] nouveau: bump required libdrm version to 2.4.66
From: Ben Skeggs <bskeggs at redhat.com> Signed-off-by: Ben Skeggs <bskeggs at redhat.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4016871..c02ee61 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ LIBDRM_RADEON_REQUIRED=2.4.56 LIBDRM_AMDGPU_REQUIRED=2.4.63 LIBDRM_INTEL_REQUIRED=2.4.61
2015 Nov 26
9
[mesa 1/9] nouveau: bump required libdrm version to 2.4.66
From: Ben Skeggs <bskeggs at redhat.com> Signed-off-by: Ben Skeggs <bskeggs at redhat.com> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 4016871..c02ee61 100644 --- a/configure.ac +++ b/configure.ac @@ -73,7 +73,7 @@ LIBDRM_RADEON_REQUIRED=2.4.56 LIBDRM_AMDGPU_REQUIRED=2.4.63 LIBDRM_INTEL_REQUIRED=2.4.61
2015 Dec 16
11
[mesa v3 1/9] nouveau: bump required libdrm version to 2.4.66
From: Ben Skeggs <bskeggs at redhat.com> v2. forgot bump for non-gallium driver Signed-off-by: Ben Skeggs <bskeggs at redhat.com> --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index b6680d0..965c6f7 100644 --- a/configure.ac +++ b/configure.ac @@ -72,8 +72,8 @@ LIBDRM_REQUIRED=2.4.60