GSP Shared Memory: Difference between revisions
Steveice10 (talk | contribs) mNo edit summary |
Steveice10 (talk | contribs) |
||
Line 187: | Line 187: | ||
|- | |- | ||
| 7 | | 7 | ||
| | | Control0 <nowiki>|</nowiki> (Control1 << 16) | ||
|} | |} | ||
Line 193: | Line 193: | ||
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. | 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. | ||
The values of | The values of Control0 and Control1 give information about the type of memory fill. See [[GPU/External_Registers#Memory Fill|here]] for more information about memory fill parameters. | ||
== Trigger Display Transfer == | == Trigger Display Transfer == |