HomeSort by: relevance | last modified time | path
    Searched defs:drm_property (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_property.h 1 /* $NetBSD: drm_property.h,v 1.2 2021/12/18 23:45:46 riastradh Exp $ */
37 * @head: list of enum values, linked to &drm_property.enum_list
50 * struct drm_property - modeset object property
75 struct drm_property { struct
196 * struct drm_property_blob - Blob data for &drm_property
206 * bits available for a &drm_property.
225 #define obj_to_property(x) container_of(x, struct drm_property, base)
236 static inline bool drm_property_type_is(struct drm_property *property,
245 struct drm_property *drm_property_create(struct drm_device *dev,
248 struct drm_property *drm_property_create_enum(struct drm_device *dev
    [all...]
drm_property.h 1 /* $NetBSD: drm_property.h,v 1.2 2021/12/18 23:45:46 riastradh Exp $ */
37 * @head: list of enum values, linked to &drm_property.enum_list
50 * struct drm_property - modeset object property
75 struct drm_property { struct
196 * struct drm_property_blob - Blob data for &drm_property
206 * bits available for a &drm_property.
225 #define obj_to_property(x) container_of(x, struct drm_property, base)
236 static inline bool drm_property_type_is(struct drm_property *property,
245 struct drm_property *drm_property_create(struct drm_device *dev,
248 struct drm_property *drm_property_create_enum(struct drm_device *dev
    [all...]

Completed in 21 milliseconds