summaryrefslogtreecommitdiff
path: root/src/freedreno/afuc/afuc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/freedreno/afuc/afuc.h')
-rw-r--r--src/freedreno/afuc/afuc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/freedreno/afuc/afuc.h b/src/freedreno/afuc/afuc.h
index 8233db04402..6ec268e3dcc 100644
--- a/src/freedreno/afuc/afuc.h
+++ b/src/freedreno/afuc/afuc.h
@@ -129,7 +129,8 @@ typedef union PACKED {
} movi;
struct PACKED {
uint32_t alu : 5;
- uint32_t pad : 6;
+ uint32_t pad : 4;
+ uint32_t xmov : 2; /* execute eXtra mov's based on $rem */
uint32_t dst : 5;
uint32_t src2 : 5;
uint32_t src1 : 5;