Subversion Repositories Kolibri OS

Rev

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

Rev 4104 Rev 4293
Line 1245... Line 1245...
1245
		if (ret)
1245
		if (ret)
1246
			return ret;
1246
			return ret;
1247
	}
1247
	}
Line 1248... Line 1248...
1248
 
1248
 
1249
	obj = NULL;
1249
	obj = NULL;
1250
	if (!HAS_LLC(dev))
1250
//   if (!HAS_LLC(dev))
1251
		obj = i915_gem_object_create_stolen(dev, ring->size);
1251
//       obj = i915_gem_object_create_stolen(dev, ring->size);
1252
	if (obj == NULL)
1252
	if (obj == NULL)
1253
    obj = i915_gem_alloc_object(dev, ring->size);
1253
    obj = i915_gem_alloc_object(dev, ring->size);
1254
	if (obj == NULL) {
1254
	if (obj == NULL) {
1255
		DRM_ERROR("Failed to allocate ringbuffer\n");
1255
		DRM_ERROR("Failed to allocate ringbuffer\n");