-
Notifications
You must be signed in to change notification settings - Fork 20
Command stream
Erik Faye-Lund edited this page Nov 23, 2015
·
5 revisions
See NVIDIA's Host1x documentation
Bits | Meaning |
---|---|
31 | 0 |
28..30 | opcode |
0..27 | opcode dependent |
Value | Mnemonic |
---|---|
0 | setclass |
1 | incr |
2 | nonincr |
3 | mask |
4 | imm |
5 | restart |
6 | gather |
Bits | Meaning |
---|---|
28..31 | 0 |
16..27 | offset |
6..15 | class id |
0..5 | mask |
Bits | Meaning |
---|---|
28..31 | incr = 1, nonincr = 2 |
16..27 | offset |
0..15 | count |
Bits | Meaning |
---|---|
28..31 | 3 |
16..27 | offset |
0..15 | mask |
Bits | Meaning |
---|---|
28..31 | 4 |
16..27 | offset |
0..15 | value |
Bits | Meaning |
---|---|
28..31 | 5 |
0..27 | address |
Bits | Meaning |
---|---|
28..31 | 6 |
16..27 | offset |
15 | insert |
14 | incr |
0..13 | count |