Searched defs:drm_encoder (Results 1 – 1 of 1) sorted by relevance
105 struct drm_encoder { struct106 struct drm_device *dev;107 struct list_head head;109 struct drm_mode_object base;110 char *name;160 * using drm_encoder_index() as the index into the bitfield. The driver argument161 * must set the bits for all &drm_encoder objects which can clone a argument192 const struct drm_encoder_funcs *funcs; argument193 const struct drm_encoder_helper_funcs *helper_private; argument203 #define obj_to_encoder(x) container_of(x, struct drm_encoder, base) argument
Completed in 769 milliseconds