summaryrefslogtreecommitdiff
path: root/src/sna/sna_reg.h
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2012-07-23 14:39:44 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2012-07-23 15:16:47 +0100
commit1af26ea4228a9d7768b475b4f9164d2c7620d4fd (patch)
tree90476690245690b6fc6c84b3089c0ba5eb392bd0 /src/sna/sna_reg.h
parentac182a006732525a921a9c539e5ebfb537ad3b52 (diff)
sna: Flesh out tiled operations using the BLT
Before enabling the RENDER pipeline for this operation, let's just see what is required to fully use the BLT pipeline as well. 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sna/sna_reg.h b/src/sna/sna_reg.h
index 551d64b0..26282361 100644
--- a/src/sna/sna_reg.h
+++ b/src/sna/sna_reg.h
@@ -51,6 +51,7 @@
#define XY_TEXT_IMMEDIATE_BLT ((2<<29)|(0x31<<22)|(1<<16))
#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 ((2<<29)|(0x51<<22)|0x4)
#define XY_PAT_BLT_IMMEDIATE ((2<<29)|(0x72<<22))
#define XY_MONO_PAT ((0x2<<29)|(0x52<<22)|0x7)
#define XY_MONO_SRC_COPY ((0x2<<29)|(0x54<<22)|(0x6))