Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_kms.c384 struct vc4_hvs_state *old_hvs_state; in vc4_atomic_commit_tail() local
387 old_hvs_state = vc4_hvs_get_old_global_state(state); in vc4_atomic_commit_tail()
388 if (WARN_ON(IS_ERR(old_hvs_state))) in vc4_atomic_commit_tail()
415 if (!old_hvs_state->fifo_state[channel].in_use) in vc4_atomic_commit_tail()
418 commit = old_hvs_state->fifo_state[channel].pending_commit; in vc4_atomic_commit_tail()
427 old_hvs_state->fifo_state[channel].pending_commit = NULL; in vc4_atomic_commit_tail()
431 unsigned long state_rate = max(old_hvs_state->core_clock_rate, in vc4_atomic_commit_tail()