vmwgfx_simple_resource.c | 40 * @account_size: How much memory was accounted for this object. 45 size_t account_size; member in struct:vmw_user_simple_resource 107 size_t size = usimple->account_size; 162 size_t account_size; local in function:vmw_simple_resource_create_ioctl 167 account_size = ttm_round_pot(alloc_size) + VMW_IDA_ACC_SIZE + 174 ret = ttm_mem_global_alloc(vmw_mem_glob(dev_priv), account_size, 188 account_size); 194 usimple->account_size = account_size;
|