Lines Matching refs:drm_encoder
46 struct drm_encoder base;
52 static void tfp410_encoder_dpms(struct drm_encoder *encoder, int mode) in tfp410_encoder_dpms()
70 static void tfp410_encoder_prepare(struct drm_encoder *encoder) in tfp410_encoder_prepare()
75 static void tfp410_encoder_commit(struct drm_encoder *encoder) in tfp410_encoder_commit()
80 static void tfp410_encoder_mode_set(struct drm_encoder *encoder, in tfp410_encoder_mode_set()
98 static struct drm_encoder *tfp410_encoder_create(struct drm_device *dev, in tfp410_encoder_create()
102 struct drm_encoder *encoder; in tfp410_encoder_create()
137 struct drm_encoder *encoder; /* our connected encoder */
179 static struct drm_encoder *tfp410_connector_best_encoder( in tfp410_connector_best_encoder()
201 struct tfp410_module *mod, struct drm_encoder *encoder) in tfp410_connector_create()
246 struct drm_encoder *encoder; in tfp410_modeset_init()