Lines Matching full:shall
16 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
49 * shall not create a drm_connector.
178 * New drivers shall use &drm_bridge_funcs.atomic_disable.
202 * New drivers shall use &drm_bridge_funcs.atomic_post_disable.
229 * New drivers shall set their mode in the
256 * New drivers shall use &drm_bridge_funcs.atomic_pre_enable.
281 * New drivers shall use &drm_bridge_funcs.atomic_enable.
394 * drm_atomic_helper_bridge_duplicate_state() helper function shall be
411 * drm_atomic_helper_bridge_destroy_state() helper function shall be
523 * drm_atomic_helper_bridge_reset() helper function shall be used to
547 * Bridges that implement this callback shall set the
564 * EDID shall leave @get_modes unimplemented and implement the
567 * This callback is optional. Bridges that implement it shall set the
570 * The connector parameter shall be used for the sole purpose of
571 * filling modes, and shall not be stored internally by bridge drivers
588 * that support reading EDID shall implement this callback and leave
591 * The caller of this operation shall first verify the output
595 * This callback is optional. Bridges that implement it shall set the
598 * The connector parameter shall be used for the sole purpose of EDID
599 * retrieval and parsing, and shall not be stored internally by bridge
627 * Enable hot plug detection. From now on the bridge shall call
632 * This callback is optional and shall only be implemented by bridges
634 * implement it shall also implement the @hpd_disable callback and set
643 * shall not call drm_bridge_hpd_notify() when a change in the output
646 * This callback is optional and shall only be implemented by bridges
648 * implement it shall also implement the @hpd_enable callback and set
696 * its output. Bridges that set this flag shall implement the
702 * connected to its output. Bridges that set this flag shall implement
708 * without requiring polling. Bridges that set this flag shall
718 * this flag shall implement the &drm_bridge_funcs->get_modes callback.