Subversion Repositories Kolibri OS

Rev

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

Rev 4103 Rev 4110
Line 34... Line 34...
34
#include 
34
#include 
35
#include 
35
#include 
36
#include 
36
#include 
37
#include 
37
#include 
38
#include 
38
#include 
-
 
39
#include 
39
//#include 
40
//#include 
40
//#include 
41
//#include 
41
#include 
42
#include 
Line 42... Line 43...
42
 
43
 
Line 536... Line 537...
536
	 * Constant after bo device init / atomic.
537
	 * Constant after bo device init / atomic.
537
	 */
538
	 */
538
	struct list_head device_list;
539
	struct list_head device_list;
539
	struct ttm_bo_global *glob;
540
	struct ttm_bo_global *glob;
540
	struct ttm_bo_driver *driver;
541
	struct ttm_bo_driver *driver;
541
	rwlock_t vm_lock;
-
 
542
	struct ttm_mem_type_manager man[TTM_NUM_MEM_TYPES];
542
	struct ttm_mem_type_manager man[TTM_NUM_MEM_TYPES];
543
	spinlock_t fence_lock;
543
	spinlock_t fence_lock;
-
 
544
 
544
	/*
545
	/*
545
	 * Protected by the vm lock.
546
	 * Protected by internal locks.
546
	 */
547
	 */
547
	struct rb_root addr_space_rb;
-
 
548
	struct drm_mm addr_space_mm;
548
	struct drm_vma_offset_manager vma_manager;
Line 549... Line 549...
549
 
549
 
550
	/*
550
	/*
551
	 * Protected by the global:lru lock.
551
	 * Protected by the global:lru lock.
552
	 */
552
	 */