Subversion Repositories Kolibri OS

Rev

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

Rev 2997 Rev 3120
Line 368... Line 368...
368
	 */
368
	 */
369
	struct list_head		va;
369
	struct list_head		va;
370
	/* Constant after initialization */
370
	/* Constant after initialization */
371
	struct radeon_device		*rdev;
371
	struct radeon_device		*rdev;
372
	struct drm_gem_object		gem_base;
372
	struct drm_gem_object		gem_base;
-
 
373
 
373
    u32                          domain;
374
    u32                          domain;
374
	int vmapping_count;
375
	int vmapping_count;
375
};
376
};
376
#define gem_to_radeon_bo(gobj) container_of((gobj), struct radeon_bo, gem_base)
377
#define gem_to_radeon_bo(gobj) container_of((gobj), struct radeon_bo, gem_base)