Lines Matching refs:encoder
685 static void ast_encoder_destroy(struct drm_encoder *encoder) in ast_encoder_destroy() argument
687 drm_encoder_cleanup(encoder); in ast_encoder_destroy()
688 kfree(encoder); in ast_encoder_destroy()
706 static void ast_encoder_dpms(struct drm_encoder *encoder, int mode) in ast_encoder_dpms() argument
711 static bool ast_mode_fixup(struct drm_encoder *encoder, in ast_mode_fixup() argument
718 static void ast_encoder_mode_set(struct drm_encoder *encoder, in ast_encoder_mode_set() argument
724 static void ast_encoder_prepare(struct drm_encoder *encoder) in ast_encoder_prepare() argument
729 static void ast_encoder_commit(struct drm_encoder *encoder) in ast_encoder_commit() argument
877 struct drm_encoder *encoder; in ast_connector_init() local
895 encoder = list_first_entry(&dev->mode_config.encoder_list, struct drm_encoder, head); in ast_connector_init()
896 drm_mode_connector_attach_encoder(connector, encoder); in ast_connector_init()