Lines Matching full:their

39  * they wish.  Drivers are not forced to use this code in their
85 * running. Most drivers ended up implementing this by calling their
100 * drivers ended up implementing this by calling their @dpms hook with
227 * move all their CRTC setup into the @atomic_enable callback.
276 * been shut off already using their own
278 * simple drivers can just add their own hooks and call it from this
408 * hook. If that sequence is too simple drivers can just add their own
429 * been shut off already using their own
431 * simple drivers can just add their own hooks and call it from this
611 * is running. Most drivers ended up implementing this by calling their
626 * drivers ended up implementing this by calling their @dpms hook with
646 * new "ACTIVE" property. Such drivers should instead move all their
672 * new "ACTIVE" property. Such drivers should instead move all their
693 * their own private callbacks.
708 * using their own &drm_crtc_helper_funcs.atomic_disable hook. If that
709 * sequence is too simple drivers can just add their own driver private
730 * after this encoder's CRTC has been enabled using their own
732 * too simple drivers can just add their own driver private encoder
754 * using their own &drm_crtc_helper_funcs.disable hook. If that
755 * sequence is too simple drivers can just add their own driver private
787 * their own &drm_crtc_helper_funcs.enable hook. If that sequence is
788 * too simple drivers can just add their own driver private encoder
1184 * can call drm_gem_plane_helper_prepare_fb() from their @prepare_fb
1344 * we run this hook. For now drivers must implement their own workers
1382 * can add more waiting calls at the start of their implementation, e.g.