Lines Matching full:shall

16  * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
50 * shall not create a drm_connector.
179 * New drivers shall use &drm_bridge_funcs.atomic_disable.
203 * New drivers shall use &drm_bridge_funcs.atomic_post_disable.
230 * New drivers shall set their mode in the
257 * New drivers shall use &drm_bridge_funcs.atomic_pre_enable.
282 * New drivers shall use &drm_bridge_funcs.atomic_enable.
371 * drm_atomic_helper_bridge_duplicate_state() helper function shall be
388 * drm_atomic_helper_bridge_destroy_state() helper function shall be
500 * drm_atomic_helper_bridge_reset() helper function shall be used to
524 * Bridges that implement this callback shall set the
541 * EDID shall leave @get_modes unimplemented and implement the
544 * This callback is optional. Bridges that implement it shall set the
547 * The connector parameter shall be used for the sole purpose of
548 * filling modes, and shall not be stored internally by bridge drivers
565 * that support reading EDID shall implement this callback and leave
568 * The caller of this operation shall first verify the output
572 * This callback is optional. Bridges that implement it shall set the
575 * The connector parameter shall be used for the sole purpose of EDID
576 * retrieval and parsing, and shall not be stored internally by bridge
604 * Enable hot plug detection. From now on the bridge shall call
609 * This callback is optional and shall only be implemented by bridges
611 * implement it shall also implement the @hpd_disable callback and set
620 * shall not call drm_bridge_hpd_notify() when a change in the output
623 * This callback is optional and shall only be implemented by bridges
625 * implement it shall also implement the @hpd_enable callback and set
680 * its output. Bridges that set this flag shall implement the
686 * connected to its output. Bridges that set this flag shall implement
692 * without requiring polling. Bridges that set this flag shall
702 * this flag shall implement the &drm_bridge_funcs->get_modes callback.