Lines Matching defs:encoder
41 container_of(x, struct vmw_screen_target_display_unit, base.encoder)
933 * @encoder: used the get the containing STDU
935 * vmwgfx cleans up crtc/encoder/connector all at the same time so technically
940 static void vmw_stdu_encoder_destroy(struct drm_encoder *encoder)
942 vmw_stdu_destroy(vmw_encoder_to_stdu(encoder));
960 * vmwgfx cleans up crtc/encoder/connector all at the same time so technically
1711 * out encoder and connector, they are represented as part of the STDU as well.
1718 struct drm_encoder *encoder;
1730 encoder = &stdu->base.encoder;
1778 ret = drm_encoder_init(dev, encoder, &vmw_stdu_encoder_funcs,
1781 DRM_ERROR("Failed to initialize encoder\n");
1785 (void) drm_connector_attach_encoder(connector, encoder);
1786 encoder->possible_crtcs = (1 << unit);
1787 encoder->possible_clones = 0;
1818 drm_encoder_cleanup(encoder);