search for: sec2

Displaying 20 results from an estimated 29 matches for "sec2".

Did you mean: sec
2017 Mar 10
0
[PATCH] secboot: fix NULL pointer dereference
The msgqueue pointer validity should be checked by its owner, not by the msgqueue code itself to avoid this situation. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> Reported-by: Julia Lawall <julia.lawall at lip6.fr> --- drm/nouveau/nvkm/engine/sec2/base.c | 7 +++++++ drm/nouveau/nvkm/falcon/msgqueue.c | 5 ++--- drm/nouveau/nvkm/subdev/pmu/gm20b.c | 6 ++++++ 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/drm/nouveau/nvkm/engine/sec2/base.c b/drm/nouveau/nvkm/engine/sec2/base.c index 814daf35e21f..f865d2a3e184 100644 --- a/...
2011 Aug 10
2
join columns
...ion(q1,q2){ allNames = sort(union(colnames(q1),colnames(q2))) for (i in 1:length(allNames)){ t1 = which(colnames(q1) == allNames[i]) t2 = which(colnames(q2) == allNames[i]) if (length(t1) == 1){ sec1 = q1[,t1] } else { sec1 = 0 } if (length(t2) == 1){ sec2 = q2[,t2] } else { sec2 = 0 } if (i == 1){ qTable = matrix(c(sec1,sec2)) }else{ qTable = cbind(qTable,c(sec1,sec2)) } } colnames(qTable) = allNames rownames(qTable) = c("q1","q2") qTable }
2020 Apr 30
1
gp104: regression on Linux 5.6
...ndle_init.bin nvidia/gp104/gr/sw_method_init.bin nvidia/gp104/gr/fecs_bl.bin nvidia/gp104/gr/fecs_inst.bin nvidia/gp104/gr/fecs_data.bin nvidia/gp104/gr/fecs_sig.bin nvidia/gp104/gr/gpccs_bl.bin nvidia/gp104/gr/gpccs_inst.bin nvidia/gp104/gr/gpccs_data.bin nvidia/gp104/gr/gpccs_sig.bin nvidia/gp104/sec2/image.bin nvidia/gp104/sec2/desc.bin nvidia/gp104/sec2/sig.bin nvidia/gp104/acr/ucode_load.bin nvidia/gp104/acr/ucode_unload.bin nvidia/gp104/acr/bl.bin nvidia/gp104/acr/unload_bl.bin nvidia/gp104/nvdec/scrubber.bin" > > Bisecting is kinda painful with miscompilation and init/main.c bre...
2018 Sep 16
1
missing firmware report
I just built a linux-4.18.7 kernel from kernel.org for opensuse linux 42.3. When I issued the command "sudo make modules_install install" I received a series of error messages: dracut: Possible missing firmware "nvidia/gv100/sec2/sig.bin" for kernel module "nouveau.ko" dracut: Possible missing firmware "nvidia/gv100/sec2/image.bin" for kernel module "nouveau.ko" 21 of these messages in all. Where does one get the nvidia gv100 firmware? I have firmware from opensuse in /lib/firmware, bu...
2006 Oct 24
0
incorrect number of subscriptions error in user-written function
...binations/permutations across different selections - for example all the combinations of "3 chosen from 6" combined with "5 chosen from 8" combined with "2 chosen from 4". Loading gtools I can generate the combinations for each selection sec1 = combinations(4,2,1:4) sec2 = combinations(6,3,5:10) sec3 = combinations(8,5,11:18) I then wrote a function to combine the combinations for each selection. multiperm <-function(x, y) # function to combine combinations { xdim = nrow(x) xcol = ncol(x) ydim = nrow(y) ycol = ncol(y) v1 = matrix( nrow = xdim*ydim, nco...
2019 Jan 21
7
[Bug 109407] New: GTX 1050 fails to initialise acceleration
...2 (21.10.2013). Jan 21 19:27:18 localhost.localdomain kernel: [drm] Driver supports precise vblank timestamp query. Jan 21 19:27:18 localhost.localdomain kernel: nouveau 0000:43:00.0: DRM: MM: using COPY for buffer copies Jan 21 19:27:18 localhost.localdomain kernel: nouveau 0000:43:00.0: secboot: SEC2 failed to start Jan 21 19:27:18 localhost.localdomain kernel: nouveau 0000:43:00.0: sec2: unhandled intr 00000010 Jan 21 19:27:18 localhost.localdomain kernel: nouveau 0000:43:00.0: gr: init failed, -22 Jan 21 19:27:18 localhost.localdomain kernel: nouveau 0000:43:00.0: DRM: allocated 2560x1600 fb:...
2005 Oct 15
1
Samba ignores write and read list
...UF=8192 encrypt passwords = yes wins support = yes local master = yes domain master = yes preferred master = yes os level = 50 force create mode = 0766 [ALL] path = /data/all public = yes guest ok = yes writeable = yes [SEC1] path = /data/SEC1 public = no writeable = yes valid users = mike bill [SEC2] path = /data/SEC2 public = no valid users = mike john writeable = yes read list = john ========================================== SEC1 works ok, SEC2 has problems described above. Testparm passes with no problems. Thank you in advance for any idea how to solve it. Best regards Roman
2020 Apr 01
2
gp104: regression on Linux 5.6
gp104 refuses to switch to "graphic" mode and show anything past this line: fb0: switching to nouveaufb from EFI VGA Machine is fine, as it I can press Ctrl+Alt+Delete and reboot it normally. 5.5 is OK. 5.6 is broken. Bisecting is kinda painful with miscompilation and init/main.c breakage. BTW do I need all those megabytes of firmware? [ 0.923273] fb0: switching to nouveaufb
2007 Apr 13
3
RJS - replacing html for multiple entries
I have some elements that could show up on the same page multiple times. Can anyone recommend a good way to do a replace_html in this case? I may have, for example, 3 posts that have been repeated on a page, all with the same id (e.g, <div id="post-11">) and I want to perform a replace_html against all of them. Doing it the normal way just replaces the first. Can someone help?
2009 Aug 18
3
Zaptel -> DAHDI: now echo
Hello I have upgraded our asterisk box from zaptel to dhadi two weeks ago... Since, there has been quite a significant amount of echo when making a call. Only for the local outgoing call, the person on the other side doesn't hear any echo. This is with a TE-110P ISDN PRI card .. I've pretty much took the original zaptel configuration and used it as-is with the dahdi one ; to no
2019 Sep 23
8
[PATCH 0/8] Add workaround for fixing runpm
...ngine/gr/nv10.c | 2 +- drm/nouveau/nvkm/engine/gr/nv20.c | 2 +- drm/nouveau/nvkm/engine/gr/nv20.h | 2 +- drm/nouveau/nvkm/engine/gr/nv40.c | 2 +- drm/nouveau/nvkm/engine/mpeg/nv44.c | 2 +- drm/nouveau/nvkm/engine/pm/base.c | 2 +- drm/nouveau/nvkm/engine/sec2/base.c | 2 +- drm/nouveau/nvkm/engine/xtensa.c | 2 +- drm/nouveau/nvkm/subdev/bar/base.c | 2 +- drm/nouveau/nvkm/subdev/clk/base.c | 4 +-- drm/nouveau/nvkm/subdev/devinit/base.c | 2 +- drm/nouveau/nvkm/subdev/fault/base.c | 2 +- drm/nouveau/nvkm/subdev/fault/use...
2017 Apr 04
47
[Bug 100567] New: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT]
https://bugs.freedesktop.org/show_bug.cgi?id=100567 Bug ID: 100567 Summary: Nouveau system freeze fifo: SCHED_ERROR 0a [CTXSW_TIMEOUT] Product: xorg Version: unspecified Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: Driver/nouveau
2001 Sep 30
0
GNU GOOSe apparently needs help (fwd)
...ist might also be interested. John ---------- Forwarded message ---------- Date: 28 Sep 2001 22:36:31 +0100 From: James Youngman <jay at gnu.org> To: John Logsdon <j.logsdon at lancaster.ac.uk> Subject: GNU GOOSe apparently needs help I see from http://www.gnu.org/prep/tasks_2.html#SEC2 (http://www.gnu.org/software/goose/goose.html) needs a new maintainer. I just wondered if you knew of anybody who might be interested. -- James Youngman Manchester, UK. +44 161 226 7339 PGP (GPG) key ID for <jay at gnu.org> is 64A95EE5 (F1B83152). -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-...
2013 Feb 11
1
Quick start configuration sample for "chan_dahdi.conf"
I am really a beginner of PRI ISDN board, I am wondering if there is a "quick start" chan_dahdi.conf configuration I could use. I tried to install two "FreePBX" boxes follow the instructions from "http://www.cadvision.com/blanchas/Asterisk/DahdiT1trunk.html" connected them between PRIs, It worked. And now if I refer the FreePBX "chan_dahdi.conf" it looks
2017 Mar 29
15
[PATCH 00/15] Support for GP10B chipset
GP10B is the chip used in Tegra X2 SoCs. This patchset adds support for its base engines after reworking secboot a bit to accomodate its calling convention better. This patchset has been tested rendering simple off-screen buffers using Mesa and yielded the expected result. Alexandre Courbot (15): secboot: allow to boot multiple falcons secboot: pass instance to LS firmware loaders secboot:
2019 Mar 29
3
[Bug 110280] New: Random slow down the system with Geforce GTX1070 Mobile
https://bugs.freedesktop.org/show_bug.cgi?id=110280 Bug ID: 110280 Summary: Random slow down the system with Geforce GTX1070 Mobile Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: major Priority: medium Component:
2012 Jan 16
3
Using Sweave to generate multiple documents
Hello, I tried looking for a Sweave-specific list but didn't find one, nor did I find an answer via google, so will send this question to the general R list. Please feel free to point me in the right direction. I am using Sweave and would like to have a single .Rnw document that generates 1) a summary report, 2) a full report, 3) slides for a talk. I think my material lends itself to have
2005 Nov 08
4
writing R shell scripts?
I'm new to the list. I've used R and S-PLUS a bit for about 15 years but am now working to make R my main program for all numerical and statistical computing. I also use Octave for this kind of work and I recommend it (it is also under the GPL). Here's my question: In Octave I can write shell scripts in the Linux/UNIX environment that begin with a line like this...
2011 Aug 01
3
Migration hangs on Gentoo with KVM
Hi there, I'm trying to migrate a domain between two Gentoo hosts using KVM as hypervisor, but the migration hangs. I tried both live or offline migration modes without success. Details below. Anyone has an idea of what could be wrong with my setup? The migration is the only thing not working. Host A (initially running the VM) ================================= # uname -a Linux pion
2016 Dec 06
0
[PATCH 3/8] core: add falcon library functions
...is secure Abstractions make it easy to e.g. start a falcon, without having to care about its details. For instance, falcons in secure mode need to be started by writing to a different register. Right now the abstractions variants only cover secure vs. non-secure falcon, but more will come as e.g. SEC2 support is added. This is still a WIP as other functions previously done by engine/falcon.c need to be reimplemented. However this first step allows to keep things simple and to discuss basic design. Signed-off-by: Alexandre Courbot <acourbot at nvidia.com> --- drm/nouveau/include/nvkm/cor...