Searched refs:hvs_new_state (Results 1 – 1 of 1) sorted by relevance
809 struct vc4_hvs_state *hvs_new_state; in vc4_pv_muxing_atomic_check() local815 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_pv_muxing_atomic_check()816 if (IS_ERR(hvs_new_state)) in vc4_pv_muxing_atomic_check()817 return PTR_ERR(hvs_new_state); in vc4_pv_muxing_atomic_check()819 for (i = 0; i < ARRAY_SIZE(hvs_new_state->fifo_state); i++) in vc4_pv_muxing_atomic_check()820 if (!hvs_new_state->fifo_state[i].in_use) in vc4_pv_muxing_atomic_check()855 hvs_new_state->fifo_state[channel].in_use = false; in vc4_pv_muxing_atomic_check()893 hvs_new_state->fifo_state[channel].in_use = true; in vc4_pv_muxing_atomic_check()904 struct vc4_hvs_state *hvs_new_state; in vc4_core_clock_atomic_check() local920 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_core_clock_atomic_check()[all …]