Subversion Repositories Kolibri OS

Rev

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

Rev 2003 Rev 3031
Line 79... Line 79...
79
 * Structure indicating the placement and space resources used by a
79
 * Structure indicating the placement and space resources used by a
80
 * buffer object.
80
 * buffer object.
81
 */
81
 */
Line 82... Line 82...
82
 
82
 
83
struct ttm_mem_reg {
83
struct ttm_mem_reg {
-
 
84
    void *mm_node;
84
	struct drm_mm_node *mm_node;
85
    unsigned long start;
85
	unsigned long size;
86
    unsigned long size;
86
	unsigned long num_pages;
87
    unsigned long num_pages;
87
	uint32_t page_alignment;
88
    uint32_t page_alignment;
88
	uint32_t mem_type;
89
    uint32_t mem_type;
-
 
90
    uint32_t placement;
89
	uint32_t placement;
91
//    struct ttm_bus_placement bus;
Line -... Line 92...
-
 
92
};
90
};
93
 
91
 
94
 
92
/**
95
/**
93
 * enum ttm_bo_type
96
 * enum ttm_bo_type
94
 *
97
 *