Subversion Repositories Kolibri OS

Rev

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

Rev 4304 Rev 4315
Line 878... Line 878...
878
}
878
}
Line 879... Line 879...
879
 
879
 
880
 
880
 
881
static bool kgem_init_pinned_batches(struct kgem *kgem)
881
static bool kgem_init_pinned_batches(struct kgem *kgem)
882
{
882
{
883
	int count[2] = { 2, 1 };
883
	int count[2] = { 2, 2 };
Line 884... Line 884...
884
	int size[2] = { 1, 2 };
884
	int size[2] = { 1, 2 };
885
	int n, i;
885
	int n, i;