Searched refs:hvs_state (Results 1 – 1 of 1) sorted by relevance
410 struct vc4_hvs_state *hvs_state; in vc4_atomic_commit_setup() local414 hvs_state = vc4_hvs_get_new_global_state(state); in vc4_atomic_commit_setup()415 if (WARN_ON(IS_ERR(hvs_state))) in vc4_atomic_commit_setup()416 return PTR_ERR(hvs_state); in vc4_atomic_commit_setup()427 if (!hvs_state->fifo_state[channel].in_use) in vc4_atomic_commit_setup()430 hvs_state->fifo_state[channel].pending_commit = in vc4_atomic_commit_setup()681 struct vc4_hvs_state *hvs_state = to_vc4_hvs_state(state); in vc4_hvs_channels_destroy_state() local685 if (!hvs_state->fifo_state[i].pending_commit) in vc4_hvs_channels_destroy_state()688 drm_crtc_commit_put(hvs_state->fifo_state[i].pending_commit); in vc4_hvs_channels_destroy_state()691 kfree(hvs_state); in vc4_hvs_channels_destroy_state()
Completed in 5 milliseconds