Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
A Dvc4_kms.c754 struct vc4_hvs_state *hvs_new_state; in vc4_pv_muxing_atomic_check() local
760 hvs_new_state = vc4_hvs_get_global_state(state); in vc4_pv_muxing_atomic_check()
761 if (IS_ERR(hvs_new_state)) in vc4_pv_muxing_atomic_check()
762 return PTR_ERR(hvs_new_state); in vc4_pv_muxing_atomic_check()
764 for (i = 0; i < ARRAY_SIZE(hvs_new_state->fifo_state); i++) in vc4_pv_muxing_atomic_check()
765 if (!hvs_new_state->fifo_state[i].in_use) in vc4_pv_muxing_atomic_check()
787 hvs_new_state->fifo_state[channel].in_use = false; in vc4_pv_muxing_atomic_check()
823 hvs_new_state->fifo_state[channel].in_use = true; in vc4_pv_muxing_atomic_check()

Completed in 7 milliseconds