Searched defs:drm_encoder (Results 1 – 1 of 1) sorted by relevance
98 struct drm_encoder { struct99 struct drm_device *dev;100 struct list_head head;102 struct drm_mode_object base;103 char *name;153 * using drm_encoder_index() as the index into the bitfield. The driver argument154 * must set the bits for all &drm_encoder objects which can clone a argument185 const struct drm_encoder_funcs *funcs; argument186 const struct drm_encoder_helper_funcs *helper_private; argument189 #define obj_to_encoder(x) container_of(x, struct drm_encoder, base) argument