Searched defs:drm_encoder (Results 1 – 1 of 1) sorted by relevance
99 struct drm_encoder { struct100 struct drm_device *dev;101 struct list_head head;103 struct drm_mode_object base;104 char *name;154 * using drm_encoder_index() as the index into the bitfield. The driver argument155 * must set the bits for all &drm_encoder objects which can clone a argument186 const struct drm_encoder_funcs *funcs; argument187 const struct drm_encoder_helper_funcs *helper_private; argument190 #define obj_to_encoder(x) container_of(x, struct drm_encoder, base) argument