GX Command 0
Index Word
|
Description
|
0
|
u8 CommandID is 0x00
|
1
|
Source address
|
2
|
Destination address
|
3
|
Size
|
This command is normally used to DMA data from the application GSP heap to VRAM.
GX Command 1
Index Word
|
Description
|
0
|
u8 CommandID is 0x01
|
1
|
Buffer address
|
2
|
Buffer size
|
3
|
Flag, bit0 is written to GSP module state
|
6-4
|
Unused
|
7
|
When non-zero, call svcFlushProcessDataCache() with the specified buffer
|
This command converts the specified address to a physical address, then writes the physical address and size to the GPU registers at 0x1EF018E0.
GX Command 2
Index Word
|
Description
|
0
|
u8 CommandID is 0x02
|
1
|
Buf0 address
|
2
|
Buf0 size
|
3
|
Associated buf0 address
|
4
|
Buf1 address
|
5
|
Buf1 size
|
6
|
Associated buf1 address
|
7
|
The low u16 is used with buf0, while the high u16 is used with buf1
|
This commands converts the specified addresses to physical addresses, then writes these addresses and the specified parameters to the GPU registers at 0x1EF00010 and 0x1EF00020. The associated buffer address must not be <= to the main buffer address, thus the associated buffer address must not be zero as well. When the bufX address is zero, processing for the bufX parameters is skipped.
GX Command 3
Index Word
|
Description
|
0
|
u8 CommandID is 0x03
|
GX Command 4
Index Word
|
Description
|
0
|
u8 CommandID is 0x04
|
GX Command 5
Index Word
|
Description
|
0
|
u8 CommandID is 0x05
|
1
|
Buf0 address
|
2
|
Buf0 size
|
3
|
Buf1 address
|
4
|
Buf1 size
|
5
|
Buf2 address
|
6
|
Buf2 size
|
The application buffer addresses specified in the parameters are used with svcFlushProcessDataCache. The input buf0 size must not be zero. When buf1 size is zero, svcFlushProcessDataCache() for buf1 and buf2 are skipped. When buf2 size is zero, svcFlushProcessDataCache() for buf2 is skipped.