Displaying 4 results from an estimated 4 matches for "0x0730".
Did you mean:
0x0030
2016 Mar 10
0
[PATCH] gr/fuc: Store $r0 in interrupt handler
...0xffb204bd,
@@ -711,15 +712,15 @@ uint32_t gk208_grhub_code[] = {
0x8c8effb2,
0x8f7e41a8,
0x00f80000,
-/* 0x0718: ctx_mem */
+/* 0x071c: ctx_mem */
0x02840080,
0xbd000ff6,
-/* 0x0721: ctx_mem_wait */
+/* 0x0725: ctx_mem_wait */
0x84008f04,
0x00ffcf02,
0xf405fffd,
0x00f8f61b,
-/* 0x0730: ctx_load */
+/* 0x0734: ctx_load */
0x99f094bd,
0x37008005,
0x0009f602,
@@ -733,7 +734,7 @@ uint32_t gk208_grhub_code[] = {
0x02830080,
0xbd0002f6,
0x7e070f04,
- 0x80000718,
+ 0x8000071c,
0xf602c000,
0x04bd0002,
0xf0000bfe,
@@ -779,28 +780,28 @@ uint32_t gk208_grhub_code[] = {...
2016 Nov 21
2
Winbind traffic not encrypted
....e.X.G
0x06f0: 17aa d3dd 7252 9cb5 47cc 9473 0689 6607 ....rR..G..s..f.
0x0700: a3a0 da17 adad 8f69 64b0 b445 817e a119 .......id..E.~..
0x0710: 6393 abed fb70 ed26 0000 7949 24b0 012d c....p.&..yI$..-
0x0720: 706b a19c e86c dd44 b486 fbbc 314a 50a1 pk...l.D....1JP.
0x0730: 0a0a 475f 36b1 7fc3 f1c3 5430 ab40 5c4c ..G_6.....T0.@\L
0x0740: c932 a1ca b7b8 5d30 8b2e 4dcd 8df8 f34f .2....]0..M....O
0x0750: 9126 13f1 8727 b41a 53b5 e3d2 2feb 9770 .&...'..S.../..p
0x0760: 4368 8f72 9a37 5847 91c0 93c0 68b9 2464 Ch.r.7XG....h.$d
0x0770: 3fd7...
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
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