Lines Matching defs:atomic_enable
81 * @atomic_enable and @atomic_disable should be used.
110 * transitions to atomic, but it is deprecated. Instead @atomic_enable
230 * move all their CRTC setup into the @atomic_enable callback.
289 * @disable must be the inverse of @atomic_enable for atomic drivers.
406 * @atomic_enable:
419 * @atomic_enable must be the inverse of @atomic_disable for atomic
424 void (*atomic_enable)(struct drm_crtc *crtc,
724 * @atomic_enable.
730 * @atomic_enable:
734 * &drm_crtc_helper_funcs.atomic_enable hook. If that sequence is
740 * to the driver. If @atomic_enable is implemented, @enable is not
746 * runtime PM handling works @atomic_enable must be the inverse of
749 void (*atomic_enable)(struct drm_encoder *encoder,
1343 * @atomic_enable:
1349 * that use @atomic_enable should set up a plane in @atomic_update and
1350 * afterwards enable the plane in @atomic_enable. If a plane needs to be
1360 * optional. If implemented, @atomic_enable should be the inverse of
1364 void (*atomic_enable)(struct drm_plane *plane,
1387 * optional. It's intended to reverse the effects of @atomic_enable.