Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A 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 …]
H A Ddrm_crtc_internal.h52 struct drm_mode_object;
62 int drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj,
125 struct drm_mode_object **ref);
127 struct drm_mode_object *ref);
140 int __drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj,
143 int drm_mode_object_add(struct drm_device *dev, struct drm_mode_object *obj,
146 struct drm_mode_object *obj);
147 struct drm_mode_object *__drm_mode_object_find(struct drm_device *dev,
151 struct drm_mode_object *object);
152 int drm_mode_object_get_properties(struct drm_mode_object *obj, bool atomic,
[all …]
H A Ddrm_lease.c353 struct drm_mode_object **objects, in validate_lease()
389 struct drm_mode_object **objects; in fill_object_idr()
394 objects = kcalloc(object_count, sizeof(struct drm_mode_object *), in fill_object_idr()
426 struct drm_mode_object *obj = objects[o]; in fill_object_idr()
H A Ddrm_property.c656 struct drm_mode_object *obj; in drm_property_lookup_blob()
697 struct drm_mode_object *obj_holds_id, in drm_property_replace_global_blob()
878 uint64_t value, struct drm_mode_object **ref) in drm_property_change_valid_get()
934 struct drm_mode_object *ref) in drm_property_change_valid_put()
H A Ddrm_atomic_uapi.c859 int drm_atomic_get_property(struct drm_mode_object *obj, in drm_atomic_get_property()
971 struct drm_mode_object *obj, in drm_atomic_set_property()
975 struct drm_mode_object *ref; in drm_atomic_set_property()
1339 struct drm_mode_object *obj; in drm_mode_atomic_ioctl()
H A DMakefile16 drm_encoder.o drm_mode_object.o drm_property.o \
H A Ddrm_crtc.c763 int drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj, in drm_mode_crtc_set_obj_prop()
H A Ddrm_framebuffer.c887 struct drm_mode_object *obj; in drm_framebuffer_lookup()
H A Ddrm_plane.c473 struct drm_mode_object *obj = &plane->base; in drm_mode_plane_set_obj_prop()
H A Ddrm_connector.c2251 int drm_connector_set_obj_prop(struct drm_mode_object *obj, in drm_connector_set_obj_prop()
/OK3568_Linux_fs/kernel/include/drm/
H A Ddrm_mode_object.h55 struct drm_mode_object { struct
117 struct drm_mode_object *drm_mode_object_find(struct drm_device *dev,
120 void drm_mode_object_get(struct drm_mode_object *obj);
121 void drm_mode_object_put(struct drm_mode_object *obj);
123 int drm_object_property_set_value(struct drm_mode_object *obj,
126 int drm_object_property_get_value(struct drm_mode_object *obj,
130 void drm_object_attach_property(struct drm_mode_object *obj,
H A Ddrm_property.h82 struct drm_mode_object base;
210 struct drm_mode_object base;
279 struct drm_mode_object *obj_holds_id,
298 struct drm_mode_object *mo; in drm_property_find()
H A Ddrm_encoder.h103 struct drm_mode_object base;
248 struct drm_mode_object *mo; in drm_encoder_find()
H A Ddrm_crtc.h969 struct drm_mode_object base;
1254 struct drm_mode_object *mo; in drm_crtc_find()
H A Ddrm_plane.h603 struct drm_mode_object base;
790 struct drm_mode_object *mo; in drm_plane_find()
H A Ddrm_framebuffer.h131 struct drm_mode_object base;
H A Ddrm_connector.h1242 struct drm_mode_object base;
1606 struct drm_mode_object *mo; in drm_connector_lookup()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/omapdrm/
H A Domap_plane.h17 struct drm_mode_object;
24 struct drm_mode_object *obj);
H A Domap_plane.c156 struct drm_mode_object *obj) in omap_plane_install_properties()
/OK3568_Linux_fs/kernel/Documentation/gpu/
H A Ddrm-kms.rst172 "drm_property A" -> "drm_mode_object A"
173 "drm_property A" -> "drm_mode_object B"
174 "drm_property B" -> "drm_mode_object A"
177 The base structure for all KMS objects is :c:type:`struct drm_mode_object
178 <drm_mode_object>`. One of the base services it provides is tracking properties,
186 .. kernel-doc:: include/drm/drm_mode_object.h
189 .. kernel-doc:: drivers/gpu/drm/drm_mode_object.c
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_direct_show.c223 rockchip_drm_direct_show_set_property_value(struct drm_mode_object *obj, in rockchip_drm_direct_show_set_property_value()
241 struct drm_mode_object *obj, in rockchip_drm_direct_show_find_prop()
H A Drockchip_drm_vop.c2426 struct drm_mode_object *obj = &plane->base; in vop_atomic_plane_get_property()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp4/
H A Dmdp4_plane.c70 struct drm_mode_object *obj) in mdp4_plane_install_properties()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/armada/
H A Darmada_overlay.c543 struct drm_mode_object *mobj; in armada_overlay_plane_create()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_plane.c59 struct drm_mode_object *obj) in mdp5_plane_install_properties()

12