Subversion Repositories Kolibri OS

Rev

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

Rev 4280 Rev 4539
Line 532... Line 532...
532
struct i915_gtt {
532
struct i915_gtt {
533
	struct i915_address_space base;
533
	struct i915_address_space base;
534
	size_t stolen_size;		/* Total size of stolen memory */
534
	size_t stolen_size;		/* Total size of stolen memory */
Line 535... Line 535...
535
 
535
 
536
	unsigned long mappable_end;	/* End offset that we can CPU map */
536
	unsigned long mappable_end;	/* End offset that we can CPU map */
537
	struct io_mapping *mappable;	/* Mapping to our CPU mappable region */
537
	void *mappable;	/* Mapping to our CPU mappable region */
Line 538... Line 538...
538
	phys_addr_t mappable_base;	/* PA of our GMADR */
538
	phys_addr_t mappable_base;	/* PA of our GMADR */
539
 
539