My Project
Public Attributes | List of all members
base_jit_alloc_info Struct Reference

#include <mali_base_kernel.h>

Public Attributes

u64 gpu_alloc_addr
 
u64 va_pages
 
u64 commit_pages
 
u64 extent
 
u8 id
 

Detailed Description

struct base_jit_alloc_info - Structure which describes a JIT allocation request. : The GPU virtual address to write the JIT allocated GPU virtual address to. : The minimum number of virtual pages required. : The minimum number of physical pages which should back the allocation. : Granularity of physical pages to grow the allocation by during a fault. : Unique ID provided by the caller, this is used to pair allocation and free requests. Zero is not a valid value.


The documentation for this struct was generated from the following file: