Home
last modified time | relevance | path

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

/openbsd-src/sys/dev/pci/drm/include/drm/
H A Ddrm_encoder.h98 struct drm_encoder { struct
99 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 argument
154 * must set the bits for all &drm_encoder objects which can clone a argument
185 const struct drm_encoder_funcs *funcs; argument
186 const struct drm_encoder_helper_funcs *helper_private; argument
189 #define obj_to_encoder(x) container_of(x, struct drm_encoder, base) argument
/openbsd-src/sys/dev/pci/drm/
H A Ddrm_encoder_slave.c106 void drm_i2c_encoder_destroy(struct drm_encoder *drm_encoder) in drm_i2c_encoder_destroy()