Subversion Repositories Kolibri OS

Rev

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

Rev 2005 Rev 2007
Line 338... Line 338...
338
	struct ttm_placement		placement;
338
	struct ttm_placement		placement;
339
	struct ttm_buffer_object	tbo;
339
	struct ttm_buffer_object	tbo;
340
	struct ttm_bo_kmap_obj		kmap;
340
	struct ttm_bo_kmap_obj		kmap;
341
    unsigned                    pin_count;
341
    unsigned                    pin_count;
342
    void                       *kptr;
342
    void                       *kptr;
-
 
343
    void                       *uptr;
343
    u32                         cpu_addr;
344
    u32                         cpu_addr;
344
    u32                         tiling_flags;
345
    u32                         tiling_flags;
345
    u32                         pitch;
346
    u32                         pitch;
346
    int                         surface_reg;
347
    int                         surface_reg;
347
	/* Constant after initialization */
348
	/* Constant after initialization */