Lines Matching defs:encoder
40 container_of(x, struct vmw_screen_target_display_unit, base.encoder)
791 * @encoder: used the get the containing STDU
793 * vmwgfx cleans up crtc/encoder/connector all at the same time so technically
798 static void vmw_stdu_encoder_destroy(struct drm_encoder *encoder)
800 vmw_stdu_destroy(vmw_encoder_to_stdu(encoder));
818 * vmwgfx cleans up crtc/encoder/connector all at the same time so technically
1467 * out encoder and connector, they are represented as part of the STDU as well.
1474 struct drm_encoder *encoder;
1486 encoder = &stdu->base.encoder;
1534 ret = drm_encoder_init(dev, encoder, &vmw_stdu_encoder_funcs,
1537 DRM_ERROR("Failed to initialize encoder\n");
1541 (void) drm_connector_attach_encoder(connector, encoder);
1542 encoder->possible_crtcs = (1 << unit);
1543 encoder->possible_clones = 0;
1574 drm_encoder_cleanup(encoder);