GSP Shared Memory: Difference between revisions
Steveice10 (talk | contribs) |
Steveice10 (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 127: | Line 127: | ||
|- | |- | ||
| 7 | | 7 | ||
| | | Flush source (0 = don't flush, 1 = flush) | ||
|} | |} | ||
This command is normally used to DMA data from the application GSP [[Memory_layout|heap]] to VRAM. | This command is normally used to DMA data from the application GSP [[Memory_layout|heap]] to VRAM. When flushing is enabled and the source buffer is not located within VRAM, svcFlushProcessDataCache is used to flush the source buffer. | ||
== Trigger Command List Processing == | == Trigger Command List Processing == | ||
Line 148: | Line 148: | ||
|- | |- | ||
| 3 | | 3 | ||
| | | Update gas additive blend results (0 = don't update, 1 = update) | ||
|- | |- | ||
| 6-4 | | 6-4 | ||
Line 154: | Line 154: | ||
|- | |- | ||
| 7 | | 7 | ||
| | | Flush buffer (0 = don't flush, 1 = flush) | ||
|} | |} | ||
This command converts the specified address to a physical address, then writes the physical address and size to the [[GPU]] registers at 0x1EF018E0. This buffer contains [[GPU/Internal_Registers|GPU commands]]. | This command converts the specified address to a physical address, then writes the physical address and size to the [[GPU]] registers at 0x1EF018E0. This buffer contains [[GPU/Internal_Registers|GPU commands]]. When flushing is enabled, svcFlushProcessDataCache is used to flush the buffer. | ||
== Trigger Memory Fill == | == Trigger Memory Fill == |