Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_kms.c758 struct vc4_hvs_state *hvs_new_state; in vc4_pv_muxing_atomic_check() local
764 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_pv_muxing_atomic_check()
765 if (!hvs_new_state) in vc4_pv_muxing_atomic_check()
768 for (i = 0; i < ARRAY_SIZE(hvs_new_state->fifo_state); i++) in vc4_pv_muxing_atomic_check()
769 if (!hvs_new_state->fifo_state[i].in_use) in vc4_pv_muxing_atomic_check()
791 hvs_new_state->fifo_state[channel].in_use = false; in vc4_pv_muxing_atomic_check()
827 hvs_new_state->fifo_state[channel].in_use = true; in vc4_pv_muxing_atomic_check()