Subversion Repositories Kolibri OS

Rev

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

Rev 5270 Rev 6082
Line 117... Line 117...
117
	 * this field any more. So for drivers where this doesn't make sense
117
	 * this field any more. So for drivers where this doesn't make sense
118
	 * (e.g. virtual devices or a displaylink behind an usb bus) they can
118
	 * (e.g. virtual devices or a displaylink behind an usb bus) they can
119
	 * simply leave it as NULL.
119
	 * simply leave it as NULL.
120
	 */
120
	 */
121
	struct dma_buf_attachment *import_attach;
121
	struct dma_buf_attachment *import_attach;
122
 
-
 
123
	/**
-
 
124
	 * dumb - created as dumb buffer
-
 
125
	 * Whether the gem object was created using the dumb buffer interface
-
 
126
	 * as such it may not be used for GPU rendering.
-
 
127
	 */
-
 
128
	bool dumb;
-
 
129
};
122
};
Line 130... Line 123...
130
 
123
 
131
void drm_gem_object_release(struct drm_gem_object *obj);
124
void drm_gem_object_release(struct drm_gem_object *obj);
132
void drm_gem_object_free(struct kref *kref);
125
void drm_gem_object_free(struct kref *kref);