search for: 0x00000000

Displaying 20 results from an estimated 2777 matches for "0x00000000".

2015 Oct 26
0
[PATCH 1/4] subdev/pmu/fuc: add gk104
...--git a/drm/nouveau/nvkm/subdev/pmu/fuc/gk104.fuc4.h b/drm/nouveau/nvkm/subdev/pmu/fuc/gk104.fuc4.h new file mode 100644 index 0000000..ca7f2b8 --- /dev/null +++ b/drm/nouveau/nvkm/subdev/pmu/fuc/gk104.fuc4.h @@ -0,0 +1,1795 @@ +uint32_t gk104_pmu_data[] = { +/* 0x0000: proc_kern */ + 0x52544e49, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, +/* 0x0058: proc_l...
2005 Oct 23
1
[Fwd: Segfault in Samba] and NOW?
...p_r.so.2 #13 0x4003ee0f in ldap_send_initial_request () from /usr/lib/libldap_r.so.2 #14 0x40035137 in ldap_sasl_bind () from /usr/lib/libldap_r.so.2 #15 0x40035b50 in ldap_simple_bind () from /usr/lib/libldap_r.so.2 #16 0x4063fc32 in ?? () from /lib/security/pam_ldap.so #17 0x08376938 in ?? () #18 0x00000000 in ?? () #19 0x00000000 in ?? () #20 0x00000000 in ?? () #21 0x00000000 in ?? () #22 0x00000000 in ?? () #23 0x00000000 in ?? () #24 0x00000000 in ?? () #25 0x00000000 in ?? () #26 0x00000000 in ?? () #27 0x00000000 in ?? () #28 0x00000000 in ?? () #29 0x40646804 in ?? () from /lib/security/pam_lda...
2016 Feb 16
4
[PATCH v2 0/4] PMU engine counters
these are usually used for dynamic reclocking on gt215 and newer The counters are used to get the load of the core, memory, video and pcie loads currently I expose the loads through a debugfs "current_load" file, but I want to move that to nvif and just add a wrapper around that in debugfs for convenience. Using nvif would have the advantage, that userspace tools can easily get loads
2016 Feb 08
4
[PATCH 0/4] PMU engine counters
these are usually used for dynamic reclocking on gt215 and newer The counters are used to get the load of the core, memory, video and pcie loads currently I expose the loads through a debugfs "current_load" file, but I want to move that to nvif and just add a wrapper around that in debugfs for convenience Anyway there are still some issues I would like to discuss: 1. currently the
2015 Oct 26
9
[PATCH 0/4] Add pdaemon load counters
this series makes use of the load counters we can use to get information about the current load of the gpu. This series includes the needed pmu bits and a debugfs interface to read them out. Currently the values are between 0 and 255, because it is much easier to implement it this way on the pmu. Karol Herbst (4): subdev/pmu/fuc: add gk104 pmu/fuc: add macros for pdaemon pwr counters
2011 Oct 06
1
OpenSSH hanging
...ful, but eventually, the session is hung and the CRTL-Z does not put the process into background. The ssh -v output OpenSSH_5.4p1, OpenSSL 0.9.8m 25 Feb 2010 and when I run a truss: [snipped] kwrite(4, " ?9E ? d ? ? e 9 ? O\b ?".., 576) = 576 _select(5, 0x2005DC28, 0x00000000, 0x00000000, 0x00000000) = 1 kread(4, " ?8E07 y ? ? ? } ? < ? ?".., 8192) = 32 kfcntl(0, F_DUPFD, 0x00000000) = 5 kfcntl(1, F_DUPFD, 0x00000000) = 6 kfcntl(2, F_DUPFD, 0x00000000) = 7 kioctl(5, 22528, 0x00000000, 0x00...
2015 Oct 12
48
[Bug 92438] New: Segfault in pushbuf_kref when running the android emulator (qemu) on nv50
https://bugs.freedesktop.org/show_bug.cgi?id=92438 Bug ID: 92438 Summary: Segfault in pushbuf_kref when running the android emulator (qemu) on nv50 Product: Mesa Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2015 Oct 26
0
[PATCH 3/4] subdev/pmu/fuc: implement perf
...eletions(-) diff --git a/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h b/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h index 302557c..cd1c8e5 100644 --- a/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h +++ b/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h @@ -68,7 +68,7 @@ uint32_t gf100_pmu_data[] = { 0x00000000, 0x00000000, 0x46524550, - 0x00000762, + 0x00000875, 0x00000760, 0x00000000, 0x00000000, @@ -90,8 +90,8 @@ uint32_t gf100_pmu_data[] = { 0x00000000, 0x00000000, 0x5f433249, - 0x00000b92, - 0x00000a35, + 0x00000d51, + 0x00000bf4, 0x00000000, 0x00000000, 0x00000000, @@ -112,8 +1...
2017 May 07
6
[RFC v2 0/6] PMU engine counters
reworked this series quite a lot. Now we want the Host to configure the counters through the PMU. The series isn't complete though because it needs: 1. reordering 2. better commit messages but I felt like sending those out before doing a final version. I also found some weird register overwriting issue on the PMU I have to track down, because it interfers with the counter read out. I am
2002 Apr 24
2
RSA_verify question on OpenSSH Client w/ OpenSSL0.9.6a
...220??,e#?\2150\025K\em?\022Wn\177[@?\fQ?4w3g?yX???\024\b\2222????F[p??n??r?(??\017?\214\177\220;qI?Z,.Bv\026$R?", siglen=128, rsa=0x198b700) at bsd/tools/openssl/crypto/rsa/rsa_sign.c:147 147 if (siglen != (unsigned int)RSA_size(rsa)) (gdb) x/40x 0x198b7a0: 0x00000041 0x00000000 0x00008000 0x00000000 0x198b7b0: 0x00000000 0x00000000 0x00000000 0x00008000 0x198b7c0: 0xe5b83d65 0x00000001 0x5555686d 0x61632d6d 0x198b7d0: 0x64352d39 0x36005555 0x00000000 0x00000000 0x198b7e0: 0x00000000 0x00000000...
2014 Aug 17
9
[PATCH 01/10] bios/fan: add support for maxwell's fan management table v2
Re-use the therm-exported fan structure with only two minor modifications: - pwm_freq: u16 -> u32; - add fan_type (toggle or PWM) v2: - Do not memset the table to 0 as it erases the pre-set default values Signed-off-by: Martin Peres <martin.peres at free.fr> --- drm/Kbuild | 1 + drm/core/include/subdev/bios/fan.h | 1 + drm/core/subdev/bios/fan.c | 1
2017 Jun 05
7
[PATCH v3 0/7] PMU engine counters
I think I am done reworking the series and getting to a point where I think it is basically finished. The configuration of the slots could be improved later on when working on dynamic reclocking, but for now it's good enough to report the current GPU utilization to userspace. Patches 1-4 imeplement PMU commands to setup and readout the counters. Patches 5-6 lets Nouveau make use of 1-4. Patch
2016 Jan 26
2
help with signal from monitor
On 01/26/2016 03:24 PM, Ilia Mirkin wrote: > sleep 1 && xset dpms force off Could you confirm exactly how to add the drm.debug=0x1e option. Is it another parameter on the kernel command line? Where does the output data go? Is there a way to get it into a file? Thanks Don
2007 Jul 15
2
[LLVMdev] JIT Leaks?
...duleProvider *MP = new ExistingModuleProvider(M); ExecutionEngine *EE = ExecutionEngine::create(MP, false); GenericValue GV = EE->runFunction(F, Args); delete EE; } } The memory goes up, and OS X leaks command returns pages of: Leak: 0x011036b0 size=16 0x00000000 0x00000000 0x00000000 0x01102988 .............).. Leak: 0x011036a0 size=16 0x00000000 0x00000000 0x00000000 0x01102988 .............).. Leak: 0x01103680 size=16 0x00000000 0x00000000 0x00000000 0x01102c78 ............x,.. Leak: 0x01103670 size=16 0x00...
2010 Feb 12
7
Bonzai 3D - SketchUp with nurbs
Hi, I use SketchUp under wine and it runs really well, so first off many thanks to all those here who helped make that happen. Recentlly I've been looking for a SketchUp-ish app which can handle nurbs, and Bonzai3D appears to fit the bill. However, although though it currently runs under wine, menu icons are invisible. I am neither wine nor Bonzai competent, (under the hood), but if
2004 Jan 12
0
nmbd eats near of 40% of cpu with Samba 3.01
...151.184.34.194: code = 0x7 I have done this trace of nmbd for a few seconds: truss -d -p pid-nmbd, and I obtain this trace: Base time stamp: 1073918670.1997 [ Mon Jan 12 15:44:30 MET 2004 ] 0.0273 poll(0xFFBED498, 5, 10000) = 1 0.0279 sigprocmask(SIG_BLOCK, 0xFFBEF590, 0x00000000) = 0 0.0283 recvfrom(7, "8DF60110\001\0\0\0\0\0\0".., 576, 0, 0xFFBEF2D8, 0xFFBEF2D0 ) = 50 0.0288 time() = 1073918670 0.0765 time() = 1073918670 0.0769 sigprocmask(SIG_UNBLOCK, 0xFFBEF590, 0x00000000)...
2016 Oct 16
2
[PATCH] exa: add GM10x acceleration support
...ed -e '/^#/d' | $(ENVYAS) -w -m gm107 -o $@ diff --git a/src/shader/exac8nv110.fp b/src/shader/exac8nv110.fp new file mode 100644 index 0000000..ce78036 --- /dev/null +++ b/src/shader/exac8nv110.fp @@ -0,0 +1,47 @@ +#ifndef ENVYAS +static uint32_t +NV110FP_Composite_A8[] = { + 0x00001462, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x80000000, + 0x00000a0a, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x00000000, + 0x0000000f, + 0x00000000, +#include "exac8nv110.fpc" +}; +#els...
2016 Jan 26
3
help with signal from monitor
...RS[0] ENCODERS[0] [ 39.573154] [drm:drm_mode_getresources] CRTC[0] CONNECTORS[0] ENCODERS[0] [ 41.578273] nouveau E[ PGRAPH][0000:07:00.0] HUB_INIT timed out [ 41.578277] nouveau E[ PGRAPH][0000:07:00.0] 409000 - done 0x00000240 [ 41.578281] nouveau E[ PGRAPH][0000:07:00.0] 409000 - stat 0x00000000 0x00000000 0x00000000 0x00000000 [ 41.578285] nouveau E[ PGRAPH][0000:07:00.0] 409000 - stat 0x00000000 0x00000000 0x00000006 0x00000001 [ 41.578287] nouveau E[ PGRAPH][0000:07:00.0] 502000 - done 0x00000340 [ 41.578293] nouveau E[ PGRAPH][0000:07:00.0] 502000 - stat 0x80000000 0x00008e00...
2017 Nov 06
0
[PATCH v3] pmu/fuc: don't use movw directly anymore
...ouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h index 0bcf0b30..d66e0e76 100644 --- a/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h +++ b/drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h @@ -1,4 +1,4 @@ -static uint32_t gf100_pmu_data[] = { +uint32_t gf100_pmu_data[] = { /* 0x0000: proc_kern */ 0x52544e49, 0x00000000, @@ -46,8 +46,8 @@ static uint32_t gf100_pmu_data[] = { 0x00000000, 0x00000000, 0x584d454d, - 0x00000756, - 0x00000748, + 0x00000754, + 0x00000746, 0x00000000, 0x00000000, 0x00000000, @@ -68,8 +68,8 @@ static uint32_t gf100_pmu_data[] = { 0x00000000, 0x00000000, 0x46524550, - 0x00...
2008 Jun 19
3
Comport Serial Port Card (8 Ports)
It is some time that I using AirMail3 with wine. I have the latest version of Wine but after I configure the Ports from ttyR0 to ttyR7 and running AirMail3 this application is not able to comunicate using the equivalent COM1 .... COM4 ports. I'm not sure if Wine is converting correctly ttyR0 to COM1 and so forth. The result is that for the Hurricane season I can NOT use E-Mail under