Displaying 3 results from an estimated 3 matches for "1243,462".
2016 Feb 26
0
[PATCH 1/4] pmu/fuc: fix imm32 for gk208+
...0bf4e1,
-/* 0x0404: host_recv_wait */
+/* 0x03f4: host_recv_wait */
0xcf04cc41,
0xc8420011,
0x0022cf04,
@@ -1230,7 +1226,7 @@ uint32_t gk208_pmu_code[] = {
0x04bd0002,
0x00004002,
0xbd0002f6,
-/* 0x0447: host_init */
+/* 0x0437: host_init */
0x4100f804,
0x14b60080,
0x7015f110,
@@ -1243,462 +1239,466 @@ uint32_t gk208_pmu_code[] = {
0x0104bd00,
0x04c44001,
0xbd0001f6,
-/* 0x0477: memx_func_enter */
+/* 0x0467: memx_func_enter */
0xf100f804,
0xf1162067,
- 0xf1f55d77,
- 0xb2ffff73,
+ 0xb2f55d77,
0x00047e6e,
0xfdd8b200,
0x60f90487,
0xd0fc80f9,
0x2e7ee0fc,
- 0x77f1...
2016 Mar 02
4
[PATCH v2 0/4] fix pmu code on gk208+
this series fixes the PMU on falcons v5 which fixes memory recklocking on
kepler2 and would also allow us to enable memory recklocking on maxwell
Karol Herbst (4):
pmu/fuc: fix imm32 for gk208+
pmu/fuc: replace mov+sethi with imm32
pmu/fuc: use the call macro instead of using the call instruction
directly
pmu/fuc: use imm32 in ld/st macros
2016 Feb 26
8
[PATCH 0/4] fix pmu code on gk208+
while trying out my pmu_counter patches on a gk208 gpu, I notived that the pmu
is pretty much screwed up there.
Karol Herbst (4):
pmu/fuc: fix imm32 for gk208+
pmu/fuc: replace mov+sethi with imm32
pmu/fuc: call# seems to be broken on gk208
pmu/fuc: movw is somewhat weird on gk208, use mov instead
drm/nouveau/nvkm/subdev/pmu/fuc/gf100.fuc3.h | 1598 +++++++++++------------