Difference between revisions of "GSP Services"
Jump to navigation
Jump to search
(Created page with "= NDM service "gsp::Gpu" = {| class="wikitable" border="1" |- ! Command Header ! Description |- | 0x00010082 | CopyToGpuRam? |}") |
m |
||
Line 7: | Line 7: | ||
| 0x00010082 | | 0x00010082 | ||
| CopyToGpuRam? | | CopyToGpuRam? | ||
+ | |} | ||
+ | |||
+ | ==CopyToGpuRam Request== | ||
+ | {| class="wikitable" border="1" | ||
+ | |- | ||
+ | ! Index Word | ||
+ | ! Description | ||
+ | |- | ||
+ | | 0 | ||
+ | | Header code [0x00010082] | ||
+ | |- | ||
+ | | 1 | ||
+ | | GPU Address - 0x1EB00000 | ||
+ | |- | ||
+ | | 2 | ||
+ | | Size | ||
+ | |- | ||
+ | | 3 | ||
+ | | (Size<<14) | 2 | ||
+ | |- | ||
+ | | 4 | ||
+ | | Data Pointer | ||
|} | |} |
Revision as of 08:57, 10 December 2012
NDM service "gsp::Gpu"
Command Header | Description |
---|---|
0x00010082 | CopyToGpuRam? |
CopyToGpuRam Request
Index Word | Description |
---|---|
0 | Header code [0x00010082] |
1 | GPU Address - 0x1EB00000 |
2 | Size |
3 | 2 |
4 | Data Pointer |