Subversion Repositories Kolibri OS

Rev

Rev 5060 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5060 Rev 6084
Line 34... Line 34...
34
int drm_mode_object_get(struct drm_device *dev,
34
int drm_mode_object_get(struct drm_device *dev,
35
			struct drm_mode_object *obj, uint32_t obj_type);
35
			struct drm_mode_object *obj, uint32_t obj_type);
36
void drm_mode_object_put(struct drm_device *dev,
36
void drm_mode_object_put(struct drm_device *dev,
37
			 struct drm_mode_object *object);
37
			 struct drm_mode_object *object);
Line -... Line 38...
-
 
38
 
-
 
39
/* drm_atomic.c */
-
 
40
int drm_atomic_get_property(struct drm_mode_object *obj,
-
 
41
			   struct drm_property *property, uint64_t *val);
-
 
42
int drm_mode_atomic_ioctl(struct drm_device *dev,
-
 
43
			  void *data, struct drm_file *file_priv);