Lines Matching full:it

11  * about the suitability of this software for any purpose.  It is provided "as
68 * restriction in the modes it can display. For example, a given bridge
75 * drm_helper_probe_single_connector_modes(), and it is used by the
84 * commit, and the mode validation in the probe paths it is not allowed
85 * to look at anything else but the passed-in mode, and validate it
104 * requires. It can be modified by this callback and does not need to
138 * This callback should disable the bridge. It is called right before
140 * preceding element is a bridge this means it's called before that
142 * it's called right before the &drm_encoder_helper_funcs.disable,
147 * signals) feeding it is still running when this callback is called.
156 * This callback should disable the bridge. It is called right after the
158 * element is a bridge this means it's called after that bridge's
160 * it's called right after the encoder's
165 * singals) feeding it is no longer running when this callback is
175 * This callback should set the given mode on the bridge. It is called
183 * first bridge in the chain. It can be different from the mode
204 * This callback should enable the bridge. It is called right before
206 * preceding element is a bridge this means it's called before that
208 * &drm_encoder it's called right before the encoder's
224 * This callback should enable the bridge. It is called right after
226 * preceding element is a bridge this means it's called after that
228 * &drm_encoder it's called right after the encoder's
233 * signals) feeding it is running when this callback is called. This
244 * This callback should enable the bridge. It is called right before
246 * preceding element is a bridge this means it's called before that
248 * element is a &drm_encoder it's called right before the encoder's
257 * atomic commit. It will not be invoked from &drm_bridge_pre_enable. It
269 * This callback should enable the bridge. It is called right after
271 * preceding element is a bridge this means it's called after that
273 * is a &drm_encoder it's called right after the encoder's
277 * signals) feeding it is running when this callback is called. This
282 * atomic commit. It will not be invoked from &drm_bridge_enable. It
293 * This callback should disable the bridge. It is called right before
295 * preceding element is a bridge this means it's called before that
297 * is a &drm_encoder it's called right before the
301 * signals) feeding it is still running when this callback is called.
304 * atomic commit. It will not be invoked from &drm_bridge_disable. It
316 * This callback should disable the bridge. It is called right after the
318 * element is a bridge this means it's called after that bridge's
320 * element is a &drm_encoder it's called right after the encoder's
324 * signals) feeding it is no longer running when this callback is
328 * atomic commit. It will not be invoked from &drm_bridge_post_disable.
329 * It would be prudent to also provide an implementation of