Subversion Repositories Kolibri OS

Rev

Rev 5270 | Rev 6295 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5270 Rev 6082
Line 275... Line 275...
275
	 */
275
	 */
Line 276... Line 276...
276
 
276
 
277
	bool has_type;
277
	bool has_type;
278
	bool use_type;
278
	bool use_type;
279
	uint32_t flags;
279
	uint32_t flags;
280
	unsigned long gpu_offset;
280
	uint64_t gpu_offset; /* GPU address space is independent of CPU word size */
281
	uint64_t size;
281
	uint64_t size;
282
	uint32_t available_caching;
282
	uint32_t available_caching;
283
	uint32_t default_caching;
283
	uint32_t default_caching;
284
	const struct ttm_mem_type_manager_func *func;
284
	const struct ttm_mem_type_manager_func *func;