Subversion Repositories Kolibri OS

Rev

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

Rev 4398 Rev 4539
Line 1358... Line 1358...
1358
     * which also needs to be handled carefully.
1358
     * which also needs to be handled carefully.
1359
     */
1359
     */
Line 1360... Line 1360...
1360
 
1360
 
Line -... Line 1361...
-
 
1361
	aperture_size = dev_priv->gtt.mappable_end;
-
 
1362
 
-
 
1363
	dev_priv->gtt.mappable = AllocKernelSpace(8192);
-
 
1364
	if (dev_priv->gtt.mappable == NULL) {
-
 
1365
		ret = -EIO;
Line 1361... Line 1366...
1361
	aperture_size = dev_priv->gtt.mappable_end;
1366
		goto out_rmmap;
1362
 
1367
	}
1363
 
1368
 
1364
    /* The i915 workqueue is primarily used for batched retirement of
1369
    /* The i915 workqueue is primarily used for batched retirement of