Subversion Repositories Kolibri OS

Rev

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

Rev 4251 Rev 4281
Line 5324... Line 5324...
5324
	}
5324
	}
Line 5325... Line 5325...
5325
 
5325
 
5326
	bo->domain    = DOMAIN_GTT;
5326
	bo->domain    = DOMAIN_GTT;
5327
	bo->unique_id = kgem_get_unique_id(kgem);
5327
	bo->unique_id = kgem_get_unique_id(kgem);
5328
	bo->pitch     = fb->pitch;
5328
	bo->pitch     = fb->pitch;
5329
    bo->tiling    = I915_TILING_NONE;
5329
    bo->tiling    = I915_TILING_X;
5330
    bo->scanout   = 1;
5330
    bo->scanout   = 1;
Line 5331... Line 5331...
5331
	fb->fb_bo     = bo;
5331
	fb->fb_bo     = bo;
5332
 
5332