Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/vc4/
Dvc4_kms.c343 struct vc4_hvs_state *old_hvs_state; in vc4_atomic_commit_tail() local
359 old_hvs_state = vc4_hvs_get_old_global_state(state); in vc4_atomic_commit_tail()
360 if (!old_hvs_state) in vc4_atomic_commit_tail()
372 if (!old_hvs_state->fifo_state[channel].in_use) in vc4_atomic_commit_tail()
375 ret = drm_crtc_commit_wait(old_hvs_state->fifo_state[channel].pending_commit); in vc4_atomic_commit_tail()