Lines Matching refs:drm_encoder
51 struct drm_encoder base;
58 static void tfp410_encoder_destroy(struct drm_encoder *encoder) in tfp410_encoder_destroy()
65 static void tfp410_encoder_dpms(struct drm_encoder *encoder, int mode) in tfp410_encoder_dpms()
83 static bool tfp410_encoder_mode_fixup(struct drm_encoder *encoder, in tfp410_encoder_mode_fixup()
91 static void tfp410_encoder_prepare(struct drm_encoder *encoder) in tfp410_encoder_prepare()
97 static void tfp410_encoder_commit(struct drm_encoder *encoder) in tfp410_encoder_commit()
102 static void tfp410_encoder_mode_set(struct drm_encoder *encoder, in tfp410_encoder_mode_set()
121 static struct drm_encoder *tfp410_encoder_create(struct drm_device *dev, in tfp410_encoder_create()
125 struct drm_encoder *encoder; in tfp410_encoder_create()
161 struct drm_encoder *encoder; /* our connected encoder */
213 static struct drm_encoder *tfp410_connector_best_encoder( in tfp410_connector_best_encoder()
234 struct tfp410_module *mod, struct drm_encoder *encoder) in tfp410_connector_create()
282 struct drm_encoder *encoder; in tfp410_modeset_init()