Home
last modified time | relevance | path

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

/linux-5.19.10/include/drm/
Ddrm_mode_object.h55 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,
Ddrm_property.h89 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()
Ddrm_encoder.h102 struct drm_mode_object base;
295 struct drm_mode_object *mo; in drm_encoder_find()
Ddrm_crtc.h980 struct drm_mode_object base;
1308 struct drm_mode_object *mo; in drm_crtc_find()
Ddrm_plane.h621 struct drm_mode_object base;
859 struct drm_mode_object *mo; in drm_plane_find()
Ddrm_framebuffer.h131 struct drm_mode_object base;
Ddrm_connector.h1324 struct drm_mode_object base;
1706 struct drm_mode_object *mo; in drm_connector_lookup()
/linux-5.19.10/drivers/gpu/drm/
Ddrm_mode_object.c39 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()
173 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev, in drm_mode_object_find()
177 struct drm_mode_object *obj = NULL; in drm_mode_object_find()
192 void drm_mode_object_put(struct drm_mode_object *obj) in drm_mode_object_put()
209 void drm_mode_object_get(struct drm_mode_object *obj) in drm_mode_object_get()
[all …]
Ddrm_crtc_internal.h53 struct drm_mode_object;
64 int drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj,
130 struct drm_mode_object **ref);
132 struct drm_mode_object *ref);
145 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj,
148 int drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj,
151 struct drm_mode_object *obj);
152 struct drm_mode_object *__drm_mode_object_find(struct drm_device *dev,
156 struct drm_mode_object *object);
157 int drm_mode_object_get_properties(struct drm_mode_object *obj, bool atomic,
[all …]
Ddrm_lease.c345 struct drm_mode_object **objects, in validate_lease()
381 struct drm_mode_object **objects; in fill_object_idr()
386 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), in fill_object_idr()
418 struct drm_mode_object *obj = objects[o]; in fill_object_idr()
Ddrm_property.c653 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()
DMakefile15 drm_encoder.o drm_mode_object.o drm_property.o \
Ddrm_atomic_uapi.c856 int drm_atomic_get_property(struct drm_mode_object *obj, in drm_atomic_get_property()
968 struct drm_mode_object *obj, in drm_atomic_set_property()
972 struct drm_mode_object *ref; in drm_atomic_set_property()
1349 struct drm_mode_object *obj; in drm_mode_atomic_ioctl()
Ddrm_crtc.c841 int drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj, in drm_mode_crtc_set_obj_prop()
Ddrm_framebuffer.c887 struct drm_mode_object *obj; in drm_framebuffer_lookup()
Ddrm_plane.c633 struct drm_mode_object *obj = &plane->base; in drm_mode_plane_set_obj_prop()
Ddrm_connector.c2540 int drm_connector_set_obj_prop(struct drm_mode_object *obj, in drm_connector_set_obj_prop()
/linux-5.19.10/drivers/gpu/drm/omapdrm/
Domap_plane.h17 struct drm_mode_object;
24 struct drm_mode_object *obj);
Domap_overlay.h15 struct drm_mode_object;
Domap_plane.c382 struct drm_mode_object *obj) in omap_plane_install_properties()
/linux-5.19.10/Documentation/gpu/
Ddrm-kms.rst174 "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
/linux-5.19.10/drivers/gpu/drm/msm/disp/mdp4/
Dmdp4_plane.c72 struct drm_mode_object *obj) in mdp4_plane_install_properties()
/linux-5.19.10/drivers/gpu/drm/armada/
Darmada_overlay.c548 struct drm_mode_object *mobj; in armada_overlay_plane_create()
/linux-5.19.10/drivers/gpu/drm/msm/disp/mdp5/
Dmdp5_plane.c50 struct drm_mode_object *obj) in mdp5_plane_install_properties()