Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/vc4/
Dvc4_crtc.c51 bool feed_txp; member
413 if (vc4_state->feed_txp) in vc4_crtc_mode_set_nofb()
423 if (!vc4_state->feed_txp) in vc4_crtc_mode_set_nofb()
530 if (!vc4_state->feed_txp || vc4_state->txp_armed) { in vc4_crtc_update_dlist()
571 (vc4_state->feed_txp ? SCALER_DISPCTRLX_ONESHOT : 0)); in vc4_crtc_atomic_enable()
576 if (!vc4_state->feed_txp) in vc4_crtc_atomic_enable()
666 vc4_state->feed_txp = true; in vc4_crtc_atomic_check()
669 vc4_state->feed_txp = false; in vc4_crtc_atomic_check()
793 vc4_state->feed_txp)) { in vc4_crtc_handle_page_flip()
984 vc4_state->feed_txp = old_vc4_state->feed_txp; in vc4_crtc_duplicate_state()