Searched refs:hvs_new_state (Results 1 – 1 of 1) sorted by relevance
802 struct vc4_hvs_state *hvs_new_state; in vc4_pv_muxing_atomic_check() local809 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_pv_muxing_atomic_check()810 if (IS_ERR(hvs_new_state)) in vc4_pv_muxing_atomic_check()811 return PTR_ERR(hvs_new_state); in vc4_pv_muxing_atomic_check()813 for (i = 0; i < ARRAY_SIZE(hvs_new_state->fifo_state); i++) in vc4_pv_muxing_atomic_check()814 if (!hvs_new_state->fifo_state[i].in_use) in vc4_pv_muxing_atomic_check()893 hvs_new_state->fifo_state[channel].in_use = false; in vc4_pv_muxing_atomic_check()909 hvs_new_state->fifo_state[channel].in_use = true; in vc4_pv_muxing_atomic_check()925 struct vc4_hvs_state *hvs_new_state; in vc4_core_clock_atomic_check() local941 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_core_clock_atomic_check()[all …]