Lines Matching defs:mode_set
197 * @mode_set:
211 int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode,
244 * the @mode_set callback. Since it can't update other planes it's
299 * @mode_set (like shared PLLs, or again release pinned framebuffers).
301 * Therefore @disable must be the inverse of @mode_set plus @commit for
640 * @mode_set:
661 void (*mode_set)(struct drm_encoder *encoder,
679 * @mode_set callback, if set by the driver. It is optional and should
680 * be used instead of @mode_set if the driver needs to inspect the
777 * @mode_set (like shared PLLs, or again release pinned framebuffers).
779 * Therefore @disable must be the inverse of @mode_set plus @commit for