summaryrefslogtreecommitdiff
path: root/src/sna/sna_reg.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-10-02 12:57:53 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2011-10-02 23:23:51 +0100
commitd8c96a6a1d50cd3dd40fd4b78958c8f78337a2fb (patch)
tree6e0fc009c0b9a74f669a11d9ab6803bde5d2c297 /src/sna/sna_reg.h
parent4d227d43f0dfca1fa1822207d68539635aac37b3 (diff)
sna/blt: Use SETUP_MONO to reduce the number of fill relocations
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna_reg.h')
-rw-r--r--src/sna/sna_reg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sna/sna_reg.h b/src/sna/sna_reg.h
index f6e53979..f16c64dc 100644
--- a/src/sna/sna_reg.h
+++ b/src/sna/sna_reg.h
@@ -78,7 +78,10 @@
#define COLOR_BLT_CMD ((2<<29)|(0x40<<22)|(0x3))
#define XY_COLOR_BLT_CMD ((2<<29)|(0x50<<22)|(0x4))
+#define XY_SETUP_BLT_CMD ((2<<29)|(1<<22)|6)
+#define XY_SETUP_MONO_PATTERN_SL_BLT ((2<<29)|(0x11<<22)|7)
#define XY_SETUP_CLIP_BLT_CMD ((2<<29)|(3<<22)|1)
+#define XY_SCANLINE_BLT ((2<<29)|(0x25<<22)|1)
#define XY_SRC_COPY_BLT_CMD ((2<<29)|(0x53<<22)|6)
#define SRC_COPY_BLT_CMD ((2<<29)|(0x43<<22)|0x4)
#define XY_PAT_BLT_IMMEDIATE ((2<<29)|(0x72<<22))