Subversion Repositories Kolibri OS

Rev

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

Rev 5270 Rev 6082
Line 247... Line 247...
247
	 * Special members that are protected by the reserve lock
247
	 * Special members that are protected by the reserve lock
248
	 * and the bo::lock when written to. Can be read with
248
	 * and the bo::lock when written to. Can be read with
249
	 * either of these locks held.
249
	 * either of these locks held.
250
	 */
250
	 */
Line 251... Line 251...
251
 
251
 
252
	unsigned long offset;
252
	uint64_t offset; /* GPU address space is independent of CPU word size */
Line 253... Line 253...
253
	uint32_t cur_placement;
253
	uint32_t cur_placement;
Line 254... Line 254...
254
 
254