Searched refs:hvs_new_state (Results 1 – 1 of 1) sorted by relevance
878 struct vc4_hvs_state *hvs_new_state; in vc4_pv_muxing_atomic_check() local885 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_pv_muxing_atomic_check()886 if (IS_ERR(hvs_new_state)) in vc4_pv_muxing_atomic_check()887 return PTR_ERR(hvs_new_state); in vc4_pv_muxing_atomic_check()889 for (i = 0; i < ARRAY_SIZE(hvs_new_state->fifo_state); i++) in vc4_pv_muxing_atomic_check()890 if (!hvs_new_state->fifo_state[i].in_use) in vc4_pv_muxing_atomic_check()969 hvs_new_state->fifo_state[channel].in_use = false; in vc4_pv_muxing_atomic_check()985 hvs_new_state->fifo_state[channel].in_use = true; in vc4_pv_muxing_atomic_check()1001 struct vc4_hvs_state *hvs_new_state; in vc4_core_clock_atomic_check() local1017 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_core_clock_atomic_check()[all …]