search for: nouveau_notifi

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

Did you mean: nouveau_notifier
2012 Apr 22
2
[RFC PATCH 5/5] drm/nouveau: gpu lockup recovery
...rivers/gpu/drm/nouveau/nouveau_channel.c | 5 +- drivers/gpu/drm/nouveau/nouveau_drv.c | 3 +- drivers/gpu/drm/nouveau/nouveau_drv.h | 33 ++++++- drivers/gpu/drm/nouveau/nouveau_fence.c | 7 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 14 +++- drivers/gpu/drm/nouveau/nouveau_notifier.c | 3 + drivers/gpu/drm/nouveau/nouveau_object.c | 6 + drivers/gpu/drm/nouveau/nouveau_reset.c | 144 ++++++++++++++++++++++++++++ drivers/gpu/drm/nouveau/nouveau_state.c | 5 + drivers/gpu/drm/nouveau/nv50_graph.c | 11 +- 12 files changed, 221 insertions(+), 14 delet...
2012 May 23
5
[Bug 50280] New: Mesa 8.0.3 fails to build dri/nouveau against libdrm 2.4.34
...or: nouveau_device.h: No such file or directory nouveau_driver.h:42:27: error: nouveau_grobj.h: No such file or directory nouveau_driver.h:43:29: error: 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 In file included from nouveau_screen.c:27: nouveau_driver.h:41:28: error: nouveau_device.h: No such file or directory nouveau_driver.h:42:27: error: nouveau_grobj.h: No such file or directory nou...
2010 Mar 12
1
[PATCH 3/3] libdrm: Move all noninstalled headers to noinst_HEADERS.
...+noinst_HEADERS = \ + intel_bufmgr_priv.h \ + intel_chipset.h \ + mm.h + pkgconfig_DATA = libdrm_intel.pc diff --git a/nouveau/Makefile.am b/nouveau/Makefile.am index 5d759c5..53099eb 100644 --- a/nouveau/Makefile.am +++ b/nouveau/Makefile.am @@ -18,7 +18,6 @@ libdrm_nouveau_la_SOURCES = \ nouveau_notifier.c \ nouveau_bo.c \ nouveau_resource.c \ - nouveau_private.h \ nouveau_reloc.c libdrm_nouveaucommonincludedir = ${includedir}/nouveau @@ -38,5 +37,8 @@ libdrm_nouveauincludedir = ${includedir}/drm libdrm_nouveauinclude_HEADERS = \ nouveau_drmif.h +noinst_HE...
2012 Apr 25
5
[PATCH v2 4/4] drm/nouveau: gpu lockup recovery
...drm/nouveau/nouveau_channel.c | 5 +- drivers/gpu/drm/nouveau/nouveau_drv.c | 56 ++++++++++- drivers/gpu/drm/nouveau/nouveau_drv.h | 45 ++++++++- drivers/gpu/drm/nouveau/nouveau_fence.c | 7 +- drivers/gpu/drm/nouveau/nouveau_gem.c | 14 +++- drivers/gpu/drm/nouveau/nouveau_notifier.c | 3 + drivers/gpu/drm/nouveau/nouveau_object.c | 6 + drivers/gpu/drm/nouveau/nouveau_reset.c | 148 ++++++++++++++++++++++++++++ drivers/gpu/drm/nouveau/nouveau_state.c | 6 + drivers/gpu/drm/nouveau/nv50_graph.c | 11 +- 12 files changed, 290 insertions(+), 15 delet...
2010 Jan 18
0
[PATCH] nv30-nv40: support unlimited queries (v2)
...gt;screen->query_list.next, list); + pipe->get_query_result(pipe, (struct pipe_query*)oldestq, 1, &tmp); } - if (nouveau_resource_alloc(nv30->screen->query_heap, 1, NULL, &q->object)) - assert(0); + LIST_ADDTAIL(&q->list, &nv30->screen->query_list); + nouveau_notifier_reset(nv30->screen->query, q->object->start); BEGIN_RING(chan, rankine, NV34TCL_QUERY_RESET, 1); @@ -90,8 +101,6 @@ nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, struct nv30_context *nv30 = nv30_context(pipe); struct nv30_query *q = nv30_query(pq); - as...
2010 Jan 18
2
[PATCH 1/2] nv30-nv40: support unlimited queries
...gt;screen->query_list.next, list); + pipe->get_query_result(pipe, (struct pipe_query*)oldestq, 1, &tmp); } - if (nouveau_resource_alloc(nv30->screen->query_heap, 1, NULL, &q->object)) - assert(0); + LIST_ADDTAIL(&q->list, &nv30->screen->query_list); + nouveau_notifier_reset(nv30->screen->query, q->object->start); BEGIN_RING(chan, rankine, NV34TCL_QUERY_RESET, 1); @@ -90,8 +101,6 @@ nv30_query_result(struct pipe_context *pipe, struct pipe_query *pq, struct nv30_context *nv30 = nv30_context(pipe); struct nv30_query *q = nv30_query(pq); - as...
2009 Feb 18
1
[PATCH] Add in-kernel backlight control support
....kernel b/linux-core/Makefile.kernel index 1e03347..0bea35d 100644 --- a/linux-core/Makefile.kernel +++ b/linux-core/Makefile.kernel @@ -22,6 +22,7 @@ i810-objs := i810_drv.o i810_dma.o nouveau-objs := nouveau_drv.o nouveau_state.o nouveau_fifo.o nouveau_mem.o \ nouveau_object.o nouveau_irq.o nouveau_notifier.o nouveau_swmthd.o \ nouveau_sgdma.o nouveau_dma.o nouveau_bo.o nouveau_fence.o \ + nouveau_backlight.o \ nv04_timer.o \ nv04_mc.o nv40_mc.o nv50_mc.o \ nv04_fb.o nv10_fb.o nv40_fb.o \ diff --git a/linux-core/nouveau_backlight.c b/linux-core/nouveau_backlight.c new file mode 100644 i...
2007 Jul 30
0
Nouveau and Debian Unstable
...28: warning: unused variable 'pmc_e' CC [M] /home/michael/drm/linux-core/nouveau_fifo.o CC [M] /home/michael/drm/linux-core/nouveau_mem.o CC [M] /home/michael/drm/linux-core/nouveau_object.o CC [M] /home/michael/drm/linux-core/nouveau_irq.o CC [M] /home/michael/drm/linux-core/nouveau_notifier.o CC [M] /home/michael/drm/linux-core/nouveau_sgdma.o CC [M] /home/michael/drm/linux-core/nv04_timer.o CC [M] /home/michael/drm/linux-core/nv04_mc.o CC [M] /home/michael/drm/linux-core/nv40_mc.o CC [M] /home/michael/drm/linux-core/nv50_mc.o CC [M] /home/michael/drm/linux-core/nv...
2009 May 06
2
nv50: shader generation patches
Hi ! I've been trying to improve NV50 shader generation a bit the last couple of weeks, so here is what I've produced. I don't know if it's usable for you or just a pile of horrible hacks, but at least it makes some mesa demos render more correcly, p.e. the teapot (aside from mip-mapping issues of the floor texture), arbfplight, and I think the gears also didn't appear as they
2010 Aug 06
4
nv vpe video decoder
Hello, I have my work on the nv vpe video decoder in a functional state. In case you didn't know this decoder accelerates mpeg2 video at the idct/mc level. I have verified that it works on nv40 hardware. I believe it works on nv30 hardware (and maybe some earlier hardware), but I cannot verify since I have none. I will reply with patches against the kernel, drm, ddx and mesa for