Lines Matching refs:drm_encoder
53 struct drm_encoder base;
59 static void tfp410_encoder_dpms(struct drm_encoder *encoder, int mode) in tfp410_encoder_dpms()
77 static void tfp410_encoder_prepare(struct drm_encoder *encoder) in tfp410_encoder_prepare()
82 static void tfp410_encoder_commit(struct drm_encoder *encoder) in tfp410_encoder_commit()
87 static void tfp410_encoder_mode_set(struct drm_encoder *encoder, in tfp410_encoder_mode_set()
105 static struct drm_encoder *tfp410_encoder_create(struct drm_device *dev, in tfp410_encoder_create()
109 struct drm_encoder *encoder; in tfp410_encoder_create()
144 struct drm_encoder *encoder; /* our connected encoder */
194 static struct drm_encoder *tfp410_connector_best_encoder( in tfp410_connector_best_encoder()
217 struct tfp410_module *mod, struct drm_encoder *encoder) in tfp410_connector_create()
262 struct drm_encoder *encoder; in tfp410_modeset_init()