Lines Matching full:shall
16 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
52 * shall not create a drm_connector.
181 * New drivers shall use &drm_bridge_funcs.atomic_disable.
205 * New drivers shall use &drm_bridge_funcs.atomic_post_disable.
232 * New drivers shall set their mode in the
259 * New drivers shall use &drm_bridge_funcs.atomic_pre_enable.
284 * New drivers shall use &drm_bridge_funcs.atomic_enable.
373 * drm_atomic_helper_bridge_duplicate_state() helper function shall be
390 * drm_atomic_helper_bridge_destroy_state() helper function shall be
502 * drm_atomic_helper_bridge_reset() helper function shall be used to
526 * Bridges that implement this callback shall set the
543 * EDID shall leave @get_modes unimplemented and implement the
546 * This callback is optional. Bridges that implement it shall set the
549 * The connector parameter shall be used for the sole purpose of
550 * filling modes, and shall not be stored internally by bridge drivers
567 * that support reading EDID shall implement this callback and leave
570 * The caller of this operation shall first verify the output
574 * This callback is optional. Bridges that implement it shall set the
577 * The connector parameter shall be used for the sole purpose of EDID
578 * retrieval, and shall not be stored internally by bridge drivers for
607 * Enable hot plug detection. From now on the bridge shall call
612 * This callback is optional and shall only be implemented by bridges
614 * implement it shall also implement the @hpd_disable callback and set
623 * shall not call drm_bridge_hpd_notify() when a change in the output
626 * This callback is optional and shall only be implemented by bridges
628 * implement it shall also implement the @hpd_enable callback and set
641 * that implement it shall set the DRM_BRIDGE_OP_HDMI flag in their
729 * its output. Bridges that set this flag shall implement the
735 * connected to its output. Bridges that set this flag shall implement
741 * without requiring polling. Bridges that set this flag shall
751 * this flag shall implement the &drm_bridge_funcs->get_modes callback.