/openbmc/linux/include/drm/ |
H A D | drm_mode_object.h | 55 struct drm_mode_object { struct 121 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, 124 void drm_mode_object_get(struct drm_mode_object *obj); 125 void drm_mode_object_put(struct drm_mode_object *obj); 127 int drm_object_property_set_value(struct drm_mode_object *obj, 130 int drm_object_property_get_value(struct drm_mode_object *obj, 133 int drm_object_property_get_default_value(struct drm_mode_object *obj, 137 void drm_object_attach_property(struct drm_mode_object *obj,
|
H A D | drm_property.h | 89 struct drm_mode_object base; 217 struct drm_mode_object base; 286 struct drm_mode_object *obj_holds_id, 305 struct drm_mode_object *mo; in drm_property_find()
|
H A D | drm_encoder.h | 102 struct drm_mode_object base; 301 struct drm_mode_object *mo; in drm_encoder_find()
|
H A D | drm_crtc.h | 962 struct drm_mode_object base; 1299 struct drm_mode_object *mo; in drm_crtc_find()
|
H A D | drm_plane.h | 631 struct drm_mode_object base; 907 struct drm_mode_object *mo; in drm_plane_find()
|
H A D | drm_framebuffer.h | 131 struct drm_mode_object base;
|
H A D | drm_connector.h | 1529 struct drm_mode_object base; 1931 struct drm_mode_object *mo; in drm_connector_lookup()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_mode_object.c | 39 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj, in __drm_mode_object_add() 80 struct drm_mode_object *obj, uint32_t obj_type) in drm_mode_object_add() 86 struct drm_mode_object *obj) in drm_mode_object_register() 105 struct drm_mode_object *object) in drm_mode_object_unregister() 136 struct drm_mode_object *__drm_mode_object_find(struct drm_device *dev, in __drm_mode_object_find() 140 struct drm_mode_object *obj = NULL; in __drm_mode_object_find() 175 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, in drm_mode_object_find() 179 struct drm_mode_object *obj = NULL; in drm_mode_object_find() 194 void drm_mode_object_put(struct drm_mode_object *obj) in drm_mode_object_put() 211 void drm_mode_object_get(struct drm_mode_object *obj) in drm_mode_object_get() [all …]
|
H A D | drm_crtc_internal.h | 53 struct drm_mode_object; 65 int drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj, 131 struct drm_mode_object **ref); 133 struct drm_mode_object *ref); 146 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj, 149 int drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj, 152 struct drm_mode_object *obj); 153 struct drm_mode_object *__drm_mode_object_find(struct drm_device *dev, 157 struct drm_mode_object *object); 158 int drm_mode_object_get_properties(struct drm_mode_object *obj, bool atomic, [all …]
|
H A D | drm_lease.c | 348 struct drm_mode_object **objects, in validate_lease() 384 struct drm_mode_object **objects; in fill_object_idr() 389 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), in fill_object_idr() 421 struct drm_mode_object *obj = objects[o]; in fill_object_idr()
|
H A D | drm_property.c | 653 struct drm_mode_object *obj; in drm_property_lookup_blob() 694 struct drm_mode_object *obj_holds_id, in drm_property_replace_global_blob() 875 uint64_t value, struct drm_mode_object **ref) in drm_property_change_valid_get() 931 struct drm_mode_object *ref) in drm_property_change_valid_put()
|
H A D | drm_atomic_uapi.c | 898 int drm_atomic_get_property(struct drm_mode_object *obj, in drm_atomic_get_property() 1011 struct drm_mode_object *obj, in drm_atomic_set_property() 1015 struct drm_mode_object *ref; in drm_atomic_set_property() 1395 struct drm_mode_object *obj; in drm_mode_atomic_ioctl()
|
H A D | Makefile | 35 drm_mode_object.o \
|
H A D | drm_crtc.c | 914 int drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj, in drm_mode_crtc_set_obj_prop()
|
H A D | drm_framebuffer.c | 887 struct drm_mode_object *obj; in drm_framebuffer_lookup()
|
H A D | drm_plane.c | 644 struct drm_mode_object *obj = &plane->base; in drm_mode_plane_set_obj_prop()
|
H A D | drm_connector.c | 2798 int drm_connector_set_obj_prop(struct drm_mode_object *obj, in drm_connector_set_obj_prop()
|
/openbmc/linux/drivers/gpu/drm/omapdrm/ |
H A D | omap_plane.h | 17 struct drm_mode_object; 24 struct drm_mode_object *obj);
|
H A D | omap_overlay.h | 15 struct drm_mode_object;
|
H A D | omap_plane.c | 383 struct drm_mode_object *obj) in omap_plane_install_properties()
|
/openbmc/linux/Documentation/gpu/ |
H A D | drm-kms.rst | 174 "drm_property A" -> "drm_mode_object A" 175 "drm_property A" -> "drm_mode_object B" 176 "drm_property B" -> "drm_mode_object A" 179 The base structure for all KMS objects is :c:type:`struct drm_mode_object 180 <drm_mode_object>`. One of the base services it provides is tracking properties, 188 .. kernel-doc:: include/drm/drm_mode_object.h 191 .. kernel-doc:: drivers/gpu/drm/drm_mode_object.c
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_plane.c | 73 struct drm_mode_object *obj) in mdp4_plane_install_properties()
|
/openbmc/linux/drivers/gpu/drm/armada/ |
H A D | armada_overlay.c | 544 struct drm_mode_object *mobj; in armada_overlay_plane_create()
|
/openbmc/linux/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_plane.c | 52 struct drm_mode_object *obj) in mdp5_plane_install_properties()
|
/openbmc/linux/ |
H A D | opengrok2.0.log | [all...] |