Home
last modified time | relevance | path

Searched defs:drm_encoder (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_encoder.h101 struct drm_encoder { struct
102 struct drm_device *dev;
103 struct list_head head;
105 struct drm_mode_object base;
106 char *name;
156 * using drm_encoder_index() as the index into the bitfield. The driver argument
157 * must set the bits for all &drm_encoder objects which can clone a argument
183 const struct drm_encoder_funcs *funcs; argument
184 const struct drm_encoder_helper_funcs *helper_private; argument
187 #define obj_to_encoder(x) container_of(x, struct drm_encoder, base) argument
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_encoder_slave.c115 void drm_i2c_encoder_destroy(struct drm_encoder *drm_encoder) in drm_i2c_encoder_destroy()