Subversion Repositories Kolibri OS

Rev

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

Rev 4075 Rev 4112
Line 28... Line 28...
28
 * Authors: Thomas Hellstrom 
28
 * Authors: Thomas Hellstrom 
29
 */
29
 */
Line 30... Line 30...
30
 
30
 
31
#include 
31
#include 
-
 
32
#include 
32
#include 
33
#include 
33
#include 
34
#include 
34
#include 
35
#include 
35
#include 
36
#include 
36
#include 
37
#include 
Line 448... Line 449...
448
 
449
 
449
	INIT_LIST_HEAD(&fbo->ddestroy);
450
	INIT_LIST_HEAD(&fbo->ddestroy);
450
	INIT_LIST_HEAD(&fbo->lru);
451
	INIT_LIST_HEAD(&fbo->lru);
451
	INIT_LIST_HEAD(&fbo->swap);
452
	INIT_LIST_HEAD(&fbo->swap);
452
	INIT_LIST_HEAD(&fbo->io_reserve_lru);
453
	INIT_LIST_HEAD(&fbo->io_reserve_lru);
453
	fbo->vm_node = NULL;
454
	drm_vma_node_reset(&fbo->vma_node);
Line 454... Line 455...
454
	atomic_set(&fbo->cpu_writers, 0);
455
	atomic_set(&fbo->cpu_writers, 0);
455
 
456
 
456
	spin_lock(&bdev->fence_lock);
457
	spin_lock(&bdev->fence_lock);