Lines Matching refs:encoder
687 static void ast_encoder_destroy(struct drm_encoder *encoder) in ast_encoder_destroy() argument
689 drm_encoder_cleanup(encoder); in ast_encoder_destroy()
690 kfree(encoder); in ast_encoder_destroy()
708 static void ast_encoder_dpms(struct drm_encoder *encoder, int mode) in ast_encoder_dpms() argument
713 static bool ast_mode_fixup(struct drm_encoder *encoder, in ast_mode_fixup() argument
720 static void ast_encoder_mode_set(struct drm_encoder *encoder, in ast_encoder_mode_set() argument
726 static void ast_encoder_prepare(struct drm_encoder *encoder) in ast_encoder_prepare() argument
731 static void ast_encoder_commit(struct drm_encoder *encoder) in ast_encoder_commit() argument
879 struct drm_encoder *encoder; in ast_connector_init() local
897 encoder = list_first_entry(&dev->mode_config.encoder_list, struct drm_encoder, head); in ast_connector_init()
898 drm_mode_connector_attach_encoder(connector, encoder); in ast_connector_init()