Home
last modified time | relevance | path

Searched refs:feed_txp (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_crtc.c49 bool feed_txp; member
447 if (vc4_state->feed_txp) in vc4_crtc_mode_set_nofb()
457 if (!vc4_state->feed_txp) in vc4_crtc_mode_set_nofb()
562 if (!vc4_state->feed_txp || vc4_state->txp_armed) { in vc4_crtc_update_dlist()
603 (vc4_state->feed_txp ? SCALER_DISPCTRLX_ONESHOT : 0)); in vc4_crtc_atomic_enable()
608 if (!vc4_state->feed_txp) in vc4_crtc_atomic_enable()
667 vc4_state->feed_txp = true; in vc4_crtc_atomic_check()
670 vc4_state->feed_txp = false; in vc4_crtc_atomic_check()
790 vc4_state->feed_txp)) { in vc4_crtc_handle_page_flip()
973 vc4_state->feed_txp = old_vc4_state->feed_txp; in vc4_crtc_duplicate_state()