Home
last modified time | relevance | path

Searched refs:drm_mode_object (Results 1 – 12 of 12) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/
Ddrm_crtc_internal.h35 struct drm_mode_object *obj, uint32_t obj_type);
37 struct drm_mode_object *object);
40 int drm_atomic_get_property(struct drm_mode_object *obj,
Ddrm_crtc.c276 struct drm_mode_object *obj, in drm_mode_object_get_reg()
313 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_get()
319 struct drm_mode_object *obj) in drm_mode_object_register()
336 struct drm_mode_object *object) in drm_mode_object_put()
343 static struct drm_mode_object *_object_find(struct drm_device *dev, in _object_find()
346 struct drm_mode_object *obj = NULL; in _object_find()
373 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, in drm_mode_object_find()
376 struct drm_mode_object *obj = NULL; in drm_mode_object_find()
462 struct drm_mode_object *obj = NULL; in __drm_framebuffer_lookup()
2060 static int get_properties(struct drm_mode_object *obj, bool atomic, in get_properties()
[all …]
Ddrm_atomic.c695 int drm_atomic_get_property(struct drm_mode_object *obj, in drm_atomic_get_property()
1125 struct drm_mode_object *obj, struct drm_property *prop, in atomic_set_prop()
1128 struct drm_mode_object *ref; in atomic_set_prop()
1245 struct drm_mode_object *obj; in drm_mode_atomic_ioctl()
/linux-4.1.27/include/drm/
Ddrm_crtc.h58 struct drm_mode_object { struct
200 struct drm_mode_object base;
218 struct drm_mode_object base;
232 struct drm_mode_object base;
436 struct drm_mode_object base;
590 struct drm_mode_object base;
673 struct drm_mode_object base;
848 struct drm_mode_object base;
1324 extern int drm_object_property_set_value(struct drm_mode_object *obj,
1327 extern int drm_object_property_get_value(struct drm_mode_object *obj,
[all …]
Ddrm_modes.h102 struct drm_mode_object base;
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_kms.h227 struct drm_mode_object *obj);
Dmdp5_plane.c87 struct drm_mode_object *obj) in mdp5_plane_install_properties()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp4/
Dmdp4_kms.h200 struct drm_mode_object *obj);
Dmdp4_plane.c63 struct drm_mode_object *obj) in mdp4_plane_install_properties()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Domap_drv.h176 struct drm_mode_object *obj);
Domap_plane.c296 struct drm_mode_object *obj) in omap_plane_install_properties()
/linux-4.1.27/drivers/gpu/drm/armada/
Darmada_overlay.c429 struct drm_mode_object *mobj; in armada_overlay_plane_create()