NV services: Difference between revisions
Correct the NVMAP_IOC_FREE struct by changing it's 'refcount' field to 'address' |
mNo edit summary |
||
Line 958: | Line 958: | ||
__in u16 kind; | __in u16 kind; | ||
__in u32 nvmap_handle; | __in u32 nvmap_handle; | ||
__in u32 | __in u32 map_offset; | ||
__in u32 | __in u32 gpu_offset; // (alloc_space_offset >> 0x10) | ||
__in u32 pages; // alloc_space_pages | __in u32 pages; // alloc_space_pages | ||
}; | }; |