Subversion Repositories Kolibri OS

Rev

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

Rev 4104 Rev 4246
Line 482... Line 482...
482
 * Create a global name for an object, returning the name.
482
 * Create a global name for an object, returning the name.
483
 *
483
 *
484
 * Note that the name does not hold a reference; when the object
484
 * Note that the name does not hold a reference; when the object
485
 * is freed, the name goes away.
485
 * is freed, the name goes away.
486
 */
486
 */
487
 
-
 
488
#if 0
-
 
489
int
487
int
490
drm_gem_flink_ioctl(struct drm_device *dev, void *data,
488
drm_gem_flink_ioctl(struct drm_device *dev, void *data,
491
		    struct drm_file *file_priv)
489
		    struct drm_file *file_priv)
492
{
490
{
493
	struct drm_gem_flink *args = data;
491
	struct drm_gem_flink *args = data;
Line 570... Line 568...
570
	args->size = obj->size;
568
	args->size = obj->size;
Line 571... Line 569...
571
 
569
 
572
	return 0;
570
	return 0;
Line -... Line 571...
-
 
571
}
573
}
572
 
574
 
573
#if 0
575
/**
574
/**
576
 * Called at device open time, sets up the structure for handling refcounting
575
 * Called at device open time, sets up the structure for handling refcounting
577
 * of mm objects.
576
 * of mm objects.