search for: syncpoint

Displaying 12 results from an estimated 12 matches for "syncpoint".

Did you mean: sync_point
2019 Apr 02
2
Questions on GPU syncpoint handling from inside the GPU
Hi guys how are you doing? I have some questions on how the GPU handles syncpoints from the commandlist. I do know the register 0xB2 is the one written in the Maxwell3D Engine. As far as I know bits 0:15 are the syncpoint id, bit 16 is unknown for me, bit 20 is increment? What other bits are set and what should be done on increment? Thanks in advance. -------------- next part...
2019 Apr 10
0
Questions on GPU syncpoint handling from inside the GPU
bump El mar., 2 abr. 2019 a las 11:11, Fernando Sahmkow (<fsahmkow27 at gmail.com>) escribió: > Hi guys how are you doing? I have some questions on how the GPU handles > syncpoints from the commandlist. > > I do know the register 0xB2 is the one written in the Maxwell3D Engine. As > far as I know bits 0:15 are the syncpoint id, bit 16 is unknown for me, bit > 20 is increment? What other bits are set and what should be done on > increment? > > Thanks in a...
2005 May 06
1
oh323 compile problem in FreeBSD
Hi, I'm trying to compile asterisk-oh323-0.7.1 in FreeBSD 5.3. I tried to use gmake but it exits with too many errors. Did somebody compile before oh323 in FreeBSD? How should I compile it under FreeBSD? thanks, Ganbold
2004 Aug 26
0
chan_oh323 build (resubmit w/ new title)
...er function `BOOL WillBlock()' cannot have `const' method qualifier /root/pwlib/include/ptlib/unix/ptlib/mutex.h:130: parse error before `protected ' In file included from /root/pwlib/include/ptlib.h:226, from ast_h323.cpp:34: /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:65: parse error before `&' token /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:65: virtual outside class declaration /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:66: virtual outside class declaration /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:67: virtual outside c...
2005 May 13
0
[Asterisk-Dev] Re: oh323 compile problem in FreeBSD
...include/ptlib/unix/ptlib/mutex.h:116: error: expected `,' or `;' before "protected" In file included from /usr/home/tsgan/pwlib/include/ptlib.h:217, from wrapper_misc.hxx:35, from wrapper_misc.cxx:34: /usr/home/tsgan/pwlib/include/ptlib/unix/ptlib/syncpoint.h:60: error: expected unqualified-id before "public" /usr/home/tsgan/pwlib/include/ptlib/unix/ptlib/syncpoint.h:60: error: expected `,' or `;' before "public" /usr/home/tsgan/pwlib/include/ptlib/unix/ptlib/syncpoint.h:62: error: expected `,' or `...' before '...
2004 Aug 26
1
chan_oh323: __use_ast_pthread_create_instead __ (was: chan_oh323 loading error)
...er function `BOOL WillBlock()' cannot have `const' method qualifier /root/pwlib/include/ptlib/unix/ptlib/mutex.h:130: parse error before `protected ' In file included from /root/pwlib/include/ptlib.h:226, from ast_h323.cpp:34: /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:65: parse error before `&' token /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:65: virtual outside class declaration /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:66: virtual outside class declaration /root/pwlib/include/ptlib/unix/ptlib/syncpoint.h:67: virtual outside c...
2004 Sep 29
0
astersk-oh323 compile error make
...PINDEX lockCount' previously declared here In file included from /usr/src/pwlib/include/ptlib/syncthrd.h:84, from /usr/src/pwlib/include/ptlib.h:223, from wrapper_misc.hxx:35, from wrapper_misc.cxx:34: /usr/src/pwlib/include/ptlib/unix/ptlib/syncpoint.h:60: parse error before ` public' /usr/src/pwlib/include/ptlib/unix/ptlib/syncpoint.h:62: parse error before `&' token /usr/src/pwlib/include/ptlib/unix/ptlib/syncpoint.h:62: virtual outside class declaration /usr/src/pwlib/include/ptlib/unix/ptlib/syncpoint.h:63: virtual outs...
2019 Jun 09
1
Questions on syncing mechanisms
So I have been implementing syncing mechanisms to yuzu's switch emulator, aka Tegra X1 emulation and I already have: Semaphores, Syncpoints and Queries to some extent. I'm missing the barriers (GPU waits for CPU): I got this from RE: Barrier mode has priority (from highest to lowest): 1) 0x08 sets needsWfi=0 -> highest priority, does puller refcnt + split(0,0) + 0x100 NoOperation + rest of cmds + split(1,1) 2) 0x01 sets needsWf...
2018 Jan 11
0
[PATCH 1/3] gpu: host1x: Add support for DMA fences
From: Mikko Perttunen <mperttunen at nvidia.com> Add an implementation of DMA fences backed by Host1x syncpoints, an interface to specify a prefence for job submissions. Before submission, prefences containing only Host1x syncpoints are waited by pushing wait commands to CDMA, whereas other fences are CPU-waited. Signed-off-by: Mikko Perttunen <mperttunen at nvidia.com> Signed-off-by: Thierry Reding...
2018 Jan 11
6
[PATCH 0/3] drm/tegra: Add support for fence FDs
From: Thierry Reding <treding at nvidia.com> This set of patches adds support for fences to Tegra DRM and complements the fence FD support for Nouveau. Technically this isn't necessary for a fence-based synchronization loop with Nouveau because the KMS core takes care of all that, but engines behind host1x can use the IOCTL extensions provided here to emit fence FDs that in turn can be
2008 Aug 12
7
New Ogg Dirac mapping draft
David Flynn has proposed a new Ogg Dirac mapping. The draft is here: http://davidf.woaf.net/dirac-mapping-ogg.pdf This is a much bigger break from other codecs than my draft (at http://wiki.xiph.org/index.php/OggDirac). We talked a bit about it on IRC today. Below is my summary; hopefully David can correct anything I got wrong or misleading. Comments? There are two main differences
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found