summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGwenole Beauchesne <gwenole.beauchesne@intel.com>2013-07-26 10:23:39 +0200
committerXiang, Haihao <haihao.xiang@intel.com>2013-09-09 15:04:47 +0800
commit69ccd74f754e22dafc8b090ca724878abb83a661 (patch)
treeab8e77f1beeed30b3c2af8e6087b6d84f607045b
parent7a02d77bd3565817af0dc093722995ab0e2d5418 (diff)
vpp: add basic processing support for packed YUV to packed YUV.
Add support for video processing from packed YUV 4:2:2 formats (YUY2, UYVY) to packed YUV 4:2:2 formats. In particular, add support for HW accelerated vaPutImage() for packed YUV formats. https://bugs.freedesktop.org/show_bug.cgi?id=67338 Signed-off-by: Gwenole Beauchesne <gwenole.beauchesne@intel.com> [Haihao: the shader for IVB+ has been added in 0eb2288] Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
-rwxr-xr-xsrc/i965_post_processing.c2
-rwxr-xr-xsrc/shaders/post_processing/gen5_6/Makefile.am5
-rw-r--r--src/shaders/post_processing/gen5_6/pa_load_save_pa.asm17
-rw-r--r--src/shaders/post_processing/gen5_6/pa_load_save_pa.g4b.gen5115
-rw-r--r--src/shaders/post_processing/gen5_6/pa_load_save_pa.g6b188
5 files changed, 326 insertions, 1 deletions
diff --git a/src/i965_post_processing.c b/src/i965_post_processing.c
index 0fe36ac..cfc4aac 100755
--- a/src/i965_post_processing.c
+++ b/src/i965_post_processing.c
@@ -113,6 +113,7 @@ static const uint32_t pp_pa_load_save_pl3_gen5[][4] = {
};
static const uint32_t pp_pa_load_save_pa_gen5[][4] = {
+#include "shaders/post_processing/gen5_6/pa_load_save_pa.g4b.gen5"
};
static const uint32_t pp_rgbx_load_save_nv12_gen5[][4] = {
@@ -413,6 +414,7 @@ static const uint32_t pp_pa_load_save_pl3_gen6[][4] = {
};
static const uint32_t pp_pa_load_save_pa_gen6[][4] = {
+#include "shaders/post_processing/gen5_6/pa_load_save_pa.g6b"
};
static const uint32_t pp_rgbx_load_save_nv12_gen6[][4] = {
diff --git a/src/shaders/post_processing/gen5_6/Makefile.am b/src/shaders/post_processing/gen5_6/Makefile.am
index bb8caa4..4a13d9d 100755
--- a/src/shaders/post_processing/gen5_6/Makefile.am
+++ b/src/shaders/post_processing/gen5_6/Makefile.am
@@ -16,6 +16,7 @@ INTEL_PP_G4B_GEN5 = \
nv12_load_save_pl3.g4b.gen5 \
nv12_load_save_rgbx.g4b.gen5 \
nv12_scaling_nv12.g4b.gen5 \
+ pa_load_save_pa.g4b.gen5 \
pa_load_save_nv12.g4b.gen5 \
pa_load_save_pl3.g4b.gen5 \
pl3_load_save_nv12.g4b.gen5 \
@@ -33,6 +34,7 @@ INTEL_PP_G6B = \
nv12_load_save_pl3.g6b \
nv12_load_save_rgbx.g6b \
nv12_scaling_nv12.g6b \
+ pa_load_save_pa.g6b \
pa_load_save_nv12.g6b \
pa_load_save_pl3.g6b \
pl3_load_save_nv12.g6b \
@@ -50,6 +52,7 @@ INTEL_PP_ASM = \
nv12_load_save_pl3.asm \
nv12_load_save_rgbx.asm \
nv12_scaling_nv12.asm \
+ pa_load_save_pa.asm \
pa_load_save_nv12.asm \
pa_load_save_pl3.asm \
pl3_load_save_nv12.asm \
@@ -178,7 +181,7 @@ endif
all-local: $(TARGETS)
-SUFFIXES = .g4a .g4b .g6a .g6b .g5s .g6s .asm
+SUFFIXES = .g4a .g4b .g4b.gen5 .g6a .g6b .g5s .g6s .asm
if HAVE_GEN4ASM
.g4a.g4b:
diff --git a/src/shaders/post_processing/gen5_6/pa_load_save_pa.asm b/src/shaders/post_processing/gen5_6/pa_load_save_pa.asm
new file mode 100644
index 0000000..72c2a8a
--- /dev/null
+++ b/src/shaders/post_processing/gen5_6/pa_load_save_pa.asm
@@ -0,0 +1,17 @@
+// Module name: PA_LOAD_SAVE_PA
+.kernel PA_LOAD_SAVE_PA
+.code
+
+#include "SetupVPKernel.asm"
+#include "Multiple_Loop_Head.asm"
+#include "PA_Load_8x8.asm"
+#include "PL8x8_Save_PA.asm"
+#include "Multiple_Loop.asm"
+
+END_THREAD // End of Thread
+
+.end_code
+
+.end_kernel
+
+// end of pa_load_save_pa.asm
diff --git a/src/shaders/post_processing/gen5_6/pa_load_save_pa.g4b.gen5 b/src/shaders/post_processing/gen5_6/pa_load_save_pa.g4b.gen5
new file mode 100644
index 0000000..a75c75a
--- /dev/null
+++ b/src/shaders/post_processing/gen5_6/pa_load_save_pa.g4b.gen5
@@ -0,0 +1,115 @@
+ { 0x00600001, 0x21000021, 0x008d0000, 0x00000000 },
+ { 0x00000441, 0x20842e2d, 0x000000b7, 0x00100010 },
+ { 0x00000c01, 0x2086022d, 0x000000bb, 0x00000000 },
+ { 0x00000801, 0x208a01ad, 0x000000a0, 0x00000000 },
+ { 0x00200001, 0x209403bd, 0x006600a4, 0x00000000 },
+ { 0x00000040, 0x208435ad, 0x00000084, 0x000000a0 },
+ { 0x00200040, 0x210035a5, 0x004500a0, 0x00450074 },
+ { 0x00000009, 0x21003da5, 0x00000100, 0x00010001 },
+ { 0x00000001, 0x21080061, 0x00000000, 0x0007001f },
+ { 0x00600001, 0x20200022, 0x008d0100, 0x00000000 },
+ { 0x01600031, 0x27000c01, 0x408d0000, 0x0288a001 },
+ { 0x00400040, 0x22083e28, 0x00690024, 0x07000700 },
+ { 0x00800001, 0x21400229, 0x00d29000, 0x00000000 },
+ { 0x00600001, 0x22400229, 0x00cf9400, 0x00000000 },
+ { 0x00600001, 0x23400229, 0x00cf9800, 0x00000000 },
+ { 0x00800001, 0x21600229, 0x00d29020, 0x00000000 },
+ { 0x00600001, 0x22500229, 0x00cf9420, 0x00000000 },
+ { 0x00600001, 0x23500229, 0x00cf9820, 0x00000000 },
+ { 0x00800001, 0x21800229, 0x00d29040, 0x00000000 },
+ { 0x00600001, 0x22600229, 0x00cf9440, 0x00000000 },
+ { 0x00600001, 0x23600229, 0x00cf9840, 0x00000000 },
+ { 0x00800001, 0x21a00229, 0x00d29060, 0x00000000 },
+ { 0x00600001, 0x22700229, 0x00cf9460, 0x00000000 },
+ { 0x00600001, 0x23700229, 0x00cf9860, 0x00000000 },
+ { 0x00800001, 0x21c00229, 0x00d29080, 0x00000000 },
+ { 0x00600001, 0x22800229, 0x00cf9480, 0x00000000 },
+ { 0x00600001, 0x23800229, 0x00cf9880, 0x00000000 },
+ { 0x00800001, 0x21e00229, 0x00d290a0, 0x00000000 },
+ { 0x00600001, 0x22900229, 0x00cf94a0, 0x00000000 },
+ { 0x00600001, 0x23900229, 0x00cf98a0, 0x00000000 },
+ { 0x00800001, 0x22000229, 0x00d290c0, 0x00000000 },
+ { 0x00600001, 0x22a00229, 0x00cf94c0, 0x00000000 },
+ { 0x00600001, 0x23a00229, 0x00cf98c0, 0x00000000 },
+ { 0x00800001, 0x22200229, 0x00d290e0, 0x00000000 },
+ { 0x00600001, 0x22b00229, 0x00cf94e0, 0x00000000 },
+ { 0x00600001, 0x23b00229, 0x00cf98e0, 0x00000000 },
+ { 0x00400040, 0x22083e28, 0x00690028, 0x07000700 },
+ { 0x00800001, 0xd0000231, 0x00d20140, 0x00000000 },
+ { 0x00800001, 0xd0200231, 0x00d20160, 0x00000000 },
+ { 0x00800001, 0xd0400231, 0x00d20180, 0x00000000 },
+ { 0x00800001, 0xd0600231, 0x00d201a0, 0x00000000 },
+ { 0x00800001, 0xd0800231, 0x00d201c0, 0x00000000 },
+ { 0x00800001, 0xd0a00231, 0x00d201e0, 0x00000000 },
+ { 0x00800001, 0xd0c00231, 0x00d20200, 0x00000000 },
+ { 0x00800001, 0xd0e00231, 0x00d20220, 0x00000000 },
+ { 0x00600001, 0xf4000231, 0x00ae0240, 0x00000000 },
+ { 0x00600001, 0xf8000231, 0x00ae0340, 0x00000000 },
+ { 0x00600001, 0xf4200231, 0x00ae0250, 0x00000000 },
+ { 0x00600001, 0xf8200231, 0x00ae0350, 0x00000000 },
+ { 0x00600001, 0xf4400231, 0x00ae0260, 0x00000000 },
+ { 0x00600001, 0xf8400231, 0x00ae0360, 0x00000000 },
+ { 0x00600001, 0xf4600231, 0x00ae0270, 0x00000000 },
+ { 0x00600001, 0xf8600231, 0x00ae0370, 0x00000000 },
+ { 0x00600001, 0xf4800231, 0x00ae0280, 0x00000000 },
+ { 0x00600001, 0xf8800231, 0x00ae0380, 0x00000000 },
+ { 0x00600001, 0xf4a00231, 0x00ae0290, 0x00000000 },
+ { 0x00600001, 0xf8a00231, 0x00ae0390, 0x00000000 },
+ { 0x00600001, 0xf4c00231, 0x00ae02a0, 0x00000000 },
+ { 0x00600001, 0xf8c00231, 0x00ae03a0, 0x00000000 },
+ { 0x00600001, 0xf4e00231, 0x00ae02b0, 0x00000000 },
+ { 0x00600001, 0xf8e00231, 0x00ae03b0, 0x00000000 },
+ { 0x00000409, 0x21003da5, 0x000000a0, 0x00010001 },
+ { 0x00000c01, 0x210401a5, 0x000000a2, 0x00000000 },
+ { 0x00000801, 0x21080061, 0x00000000, 0x0007001f },
+ { 0x00600001, 0x20200022, 0x008d0100, 0x00000000 },
+ { 0x00000005, 0x24000c20, 0x000000b8, 0x00ffffff },
+ { 0x04000010, 0x20000c04, 0x00000400, 0x00ffffff },
+ { 0x00010220, 0x34001c00, 0x00001400, 0x0000002a },
+ { 0x01600031, 0x21400c01, 0x408d0000, 0x0288a007 },
+ { 0x00600001, 0x20200022, 0x008d0100, 0x00000000 },
+ { 0x00000001, 0x26000228, 0x000000ba, 0x00000000 },
+ { 0x00610001, 0x24400129, 0x000000b8, 0x00000000 },
+ { 0x00710001, 0x24400169, 0x00000000, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000440, 0x00000000 },
+ { 0x00910001, 0x27000129, 0x02b10140, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000442, 0x00000000 },
+ { 0x00910001, 0x27200129, 0x02b10160, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000444, 0x00000000 },
+ { 0x00910001, 0x27400129, 0x02b10180, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000446, 0x00000000 },
+ { 0x00910001, 0x27600129, 0x02b101a0, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000448, 0x00000000 },
+ { 0x00910001, 0x27800129, 0x02b101c0, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x0000044a, 0x00000000 },
+ { 0x00910001, 0x27a00129, 0x02b101e0, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x0000044c, 0x00000000 },
+ { 0x00910001, 0x27c00129, 0x02b10200, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x0000044e, 0x00000000 },
+ { 0x00910001, 0x27e00129, 0x02b10220, 0x00000000 },
+ { 0x00600001, 0x20400022, 0x008d0700, 0x00000000 },
+ { 0x00600001, 0x20600022, 0x008d0720, 0x00000000 },
+ { 0x00600001, 0x20800022, 0x008d0740, 0x00000000 },
+ { 0x00600001, 0x20a00022, 0x008d0760, 0x00000000 },
+ { 0x00600001, 0x20c00022, 0x008d0780, 0x00000000 },
+ { 0x00600001, 0x20e00022, 0x008d07a0, 0x00000000 },
+ { 0x00600001, 0x21000022, 0x008d07c0, 0x00000000 },
+ { 0x00600001, 0x21200022, 0x008d07e0, 0x00000000 },
+ { 0x01600031, 0x20000c04, 0x508d0000, 0x12082007 },
+ { 0x01000040, 0x20863dad, 0x00000086, 0xffffffff },
+ { 0x00000040, 0x20a03dad, 0x000000a0, 0x00100010 },
+ { 0x05000010, 0x200035ac, 0x020000a0, 0x00000084 },
+ { 0x00010220, 0x34001c00, 0x00001400, 0x00000010 },
+ { 0x00000001, 0x20b80129, 0x000000c8, 0x00000000 },
+ { 0x01000010, 0x20003dac, 0x00000086, 0x00010001 },
+ { 0x00010001, 0x20b80129, 0x000000c4, 0x00000000 },
+ { 0x00010001, 0x20ba0231, 0x000000c6, 0x00000000 },
+ { 0x00010220, 0x34001c00, 0x02001400, 0xffffff36 },
+ { 0x00000001, 0x20a001ad, 0x0000008a, 0x00000000 },
+ { 0x00000040, 0x20a23dad, 0x000000a2, 0x00080008 },
+ { 0x00000220, 0x34001c00, 0x00001400, 0xffffff30 },
+ { 0x0000007e, 0x00000000, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21e00022, 0x008d0000, 0x00000000 },
+ { 0x0f000031, 0x20000c04, 0x708d0000, 0x82000000 },
+ { 0x00600001, 0x21e00022, 0x008d0000, 0x00000000 },
+ { 0x0f000031, 0x20000c04, 0x708d0000, 0x82000000 },
diff --git a/src/shaders/post_processing/gen5_6/pa_load_save_pa.g6b b/src/shaders/post_processing/gen5_6/pa_load_save_pa.g6b
new file mode 100644
index 0000000..5d9fe48
--- /dev/null
+++ b/src/shaders/post_processing/gen5_6/pa_load_save_pa.g6b
@@ -0,0 +1,188 @@
+ { 0x00600001, 0x20e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x22e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x23e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x24e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x25e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x26e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x27e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x28e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29000061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29200061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29400061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29600061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29800061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29a00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29c00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x29e00061, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21000021, 0x008d0000, 0x00000000 },
+ { 0x00000441, 0x20842e2d, 0x000000b7, 0x00100010 },
+ { 0x00000c01, 0x2086022d, 0x000000bb, 0x00000000 },
+ { 0x00000801, 0x208a01ad, 0x000000a0, 0x00000000 },
+ { 0x00200001, 0x209403bd, 0x006600a4, 0x00000000 },
+ { 0x00000040, 0x208435ad, 0x00000084, 0x000000a0 },
+ { 0x00200040, 0x210035a5, 0x004500a0, 0x00450074 },
+ { 0x00000009, 0x21003da5, 0x00000100, 0x00010001 },
+ { 0x00000001, 0x21080061, 0x00000000, 0x0007001f },
+ { 0x00600001, 0x20200022, 0x008d0100, 0x00000000 },
+ { 0x04600031, 0x27000cc1, 0x00000020, 0x02898001 },
+ { 0x00400040, 0x22083e28, 0x00690024, 0x07000700 },
+ { 0x00800001, 0x21400229, 0x00d29000, 0x00000000 },
+ { 0x00600001, 0x22400229, 0x00cf9400, 0x00000000 },
+ { 0x00600001, 0x23400229, 0x00cf9800, 0x00000000 },
+ { 0x00800001, 0x21600229, 0x00d29020, 0x00000000 },
+ { 0x00600001, 0x22500229, 0x00cf9420, 0x00000000 },
+ { 0x00600001, 0x23500229, 0x00cf9820, 0x00000000 },
+ { 0x00800001, 0x21800229, 0x00d29040, 0x00000000 },
+ { 0x00600001, 0x22600229, 0x00cf9440, 0x00000000 },
+ { 0x00600001, 0x23600229, 0x00cf9840, 0x00000000 },
+ { 0x00800001, 0x21a00229, 0x00d29060, 0x00000000 },
+ { 0x00600001, 0x22700229, 0x00cf9460, 0x00000000 },
+ { 0x00600001, 0x23700229, 0x00cf9860, 0x00000000 },
+ { 0x00800001, 0x21c00229, 0x00d29080, 0x00000000 },
+ { 0x00600001, 0x22800229, 0x00cf9480, 0x00000000 },
+ { 0x00600001, 0x23800229, 0x00cf9880, 0x00000000 },
+ { 0x00800001, 0x21e00229, 0x00d290a0, 0x00000000 },
+ { 0x00600001, 0x22900229, 0x00cf94a0, 0x00000000 },
+ { 0x00600001, 0x23900229, 0x00cf98a0, 0x00000000 },
+ { 0x00800001, 0x22000229, 0x00d290c0, 0x00000000 },
+ { 0x00600001, 0x22a00229, 0x00cf94c0, 0x00000000 },
+ { 0x00600001, 0x23a00229, 0x00cf98c0, 0x00000000 },
+ { 0x00800001, 0x22200229, 0x00d290e0, 0x00000000 },
+ { 0x00600001, 0x22b00229, 0x00cf94e0, 0x00000000 },
+ { 0x00600001, 0x23b00229, 0x00cf98e0, 0x00000000 },
+ { 0x00400040, 0x22083e28, 0x00690028, 0x07000700 },
+ { 0x00800001, 0xd0000231, 0x00d20140, 0x00000000 },
+ { 0x00800001, 0xd0200231, 0x00d20160, 0x00000000 },
+ { 0x00800001, 0xd0400231, 0x00d20180, 0x00000000 },
+ { 0x00800001, 0xd0600231, 0x00d201a0, 0x00000000 },
+ { 0x00800001, 0xd0800231, 0x00d201c0, 0x00000000 },
+ { 0x00800001, 0xd0a00231, 0x00d201e0, 0x00000000 },
+ { 0x00800001, 0xd0c00231, 0x00d20200, 0x00000000 },
+ { 0x00800001, 0xd0e00231, 0x00d20220, 0x00000000 },
+ { 0x00600001, 0xf4000231, 0x00ae0240, 0x00000000 },
+ { 0x00600001, 0xf8000231, 0x00ae0340, 0x00000000 },
+ { 0x00600001, 0xf4200231, 0x00ae0250, 0x00000000 },
+ { 0x00600001, 0xf8200231, 0x00ae0350, 0x00000000 },
+ { 0x00600001, 0xf4400231, 0x00ae0260, 0x00000000 },
+ { 0x00600001, 0xf8400231, 0x00ae0360, 0x00000000 },
+ { 0x00600001, 0xf4600231, 0x00ae0270, 0x00000000 },
+ { 0x00600001, 0xf8600231, 0x00ae0370, 0x00000000 },
+ { 0x00600001, 0xf4800231, 0x00ae0280, 0x00000000 },
+ { 0x00600001, 0xf8800231, 0x00ae0380, 0x00000000 },
+ { 0x00600001, 0xf4a00231, 0x00ae0290, 0x00000000 },
+ { 0x00600001, 0xf8a00231, 0x00ae0390, 0x00000000 },
+ { 0x00600001, 0xf4c00231, 0x00ae02a0, 0x00000000 },
+ { 0x00600001, 0xf8c00231, 0x00ae03a0, 0x00000000 },
+ { 0x00600001, 0xf4e00231, 0x00ae02b0, 0x00000000 },
+ { 0x00600001, 0xf8e00231, 0x00ae03b0, 0x00000000 },
+ { 0x00000409, 0x21003da5, 0x000000a0, 0x00010001 },
+ { 0x00000c01, 0x210401a5, 0x000000a2, 0x00000000 },
+ { 0x00000801, 0x21080061, 0x00000000, 0x0007001f },
+ { 0x00600001, 0x20200022, 0x008d0100, 0x00000000 },
+ { 0x00000005, 0x24000c20, 0x000000b8, 0x00ffffff },
+ { 0x04000010, 0x20000c04, 0x00000400, 0x00ffffff },
+ { 0x00010220, 0x34001c00, 0x00001400, 0x0000002a },
+ { 0x04600031, 0x21400cc1, 0x00000020, 0x02898007 },
+ { 0x00600001, 0x20200022, 0x008d0100, 0x00000000 },
+ { 0x00000001, 0x26000228, 0x000000ba, 0x00000000 },
+ { 0x00610001, 0x24400129, 0x000000b8, 0x00000000 },
+ { 0x00710001, 0x24400169, 0x00000000, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000440, 0x00000000 },
+ { 0x00910001, 0x27000129, 0x02b10140, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000442, 0x00000000 },
+ { 0x00910001, 0x27200129, 0x02b10160, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000444, 0x00000000 },
+ { 0x00910001, 0x27400129, 0x02b10180, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000446, 0x00000000 },
+ { 0x00910001, 0x27600129, 0x02b101a0, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x00000448, 0x00000000 },
+ { 0x00910001, 0x27800129, 0x02b101c0, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x0000044a, 0x00000000 },
+ { 0x00910001, 0x27a00129, 0x02b101e0, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x0000044c, 0x00000000 },
+ { 0x00910001, 0x27c00129, 0x02b10200, 0x00000000 },
+ { 0x00000001, 0x26020128, 0x0000044e, 0x00000000 },
+ { 0x00910001, 0x27e00129, 0x02b10220, 0x00000000 },
+ { 0x00600001, 0x20400022, 0x008d0700, 0x00000000 },
+ { 0x00600001, 0x20600022, 0x008d0720, 0x00000000 },
+ { 0x00600001, 0x20800022, 0x008d0740, 0x00000000 },
+ { 0x00600001, 0x20a00022, 0x008d0760, 0x00000000 },
+ { 0x00600001, 0x20c00022, 0x008d0780, 0x00000000 },
+ { 0x00600001, 0x20e00022, 0x008d07a0, 0x00000000 },
+ { 0x00600001, 0x21000022, 0x008d07c0, 0x00000000 },
+ { 0x00600001, 0x21200022, 0x008d07e0, 0x00000000 },
+ { 0x05600031, 0x20000cc4, 0x00000020, 0x12094007 },
+ { 0x01000040, 0x20863dad, 0x00000086, 0xffffffff },
+ { 0x00000040, 0x20a03dad, 0x000000a0, 0x00100010 },
+ { 0x05000010, 0x200035ac, 0x020000a0, 0x00000084 },
+ { 0x00010220, 0x34001c00, 0x00001400, 0x00000010 },
+ { 0x00000001, 0x20b80129, 0x000000c8, 0x00000000 },
+ { 0x01000010, 0x20003dac, 0x00000086, 0x00010001 },
+ { 0x00010001, 0x20b80129, 0x000000c4, 0x00000000 },
+ { 0x00010001, 0x20ba0231, 0x000000c6, 0x00000000 },
+ { 0x00010220, 0x34001c00, 0x02001400, 0xffffff36 },
+ { 0x00000001, 0x20a001ad, 0x0000008a, 0x00000000 },
+ { 0x00000040, 0x20a23dad, 0x000000a2, 0x00080008 },
+ { 0x00000220, 0x34001c00, 0x00001400, 0xffffff30 },
+ { 0x0000007e, 0x00000000, 0x00000000, 0x00000000 },
+ { 0x00600001, 0x21e00022, 0x008d0000, 0x00000000 },
+ { 0x07000031, 0x20001cc4, 0x000001e0, 0x82000010 },
+ { 0x00600001, 0x21e00022, 0x008d0000, 0x00000000 },
+ { 0x07000031, 0x20001cc4, 0x000001e0, 0x82000010 },