Lines Matching refs:drm_encoder
430 static bool cirrus_encoder_mode_fixup(struct drm_encoder *encoder, in cirrus_encoder_mode_fixup()
437 static void cirrus_encoder_mode_set(struct drm_encoder *encoder, in cirrus_encoder_mode_set()
443 static void cirrus_encoder_dpms(struct drm_encoder *encoder, int state) in cirrus_encoder_dpms()
448 static void cirrus_encoder_prepare(struct drm_encoder *encoder) in cirrus_encoder_prepare()
452 static void cirrus_encoder_commit(struct drm_encoder *encoder) in cirrus_encoder_commit()
456 void cirrus_encoder_destroy(struct drm_encoder *encoder) in cirrus_encoder_destroy()
475 static struct drm_encoder *cirrus_encoder_init(struct drm_device *dev) in cirrus_encoder_init()
477 struct drm_encoder *encoder; in cirrus_encoder_init()
513 struct drm_encoder *cirrus_connector_best_encoder(struct drm_connector in cirrus_connector_best_encoder()
518 struct drm_encoder *encoder; in cirrus_connector_best_encoder()
580 struct drm_encoder *encoder; in cirrus_modeset_init()