Searched refs:old_vc4_state (Results 1 – 2 of 2) sorted by relevance
1090 struct vc4_plane_state *old_vc4_state, *new_vc4_state; in vc4_plane_atomic_async_check() local1098 old_vc4_state = to_vc4_plane_state(plane->state); in vc4_plane_atomic_async_check()1100 if (old_vc4_state->dlist_count != new_vc4_state->dlist_count || in vc4_plane_atomic_async_check()1101 old_vc4_state->pos0_offset != new_vc4_state->pos0_offset || in vc4_plane_atomic_async_check()1102 old_vc4_state->pos2_offset != new_vc4_state->pos2_offset || in vc4_plane_atomic_async_check()1103 old_vc4_state->ptr0_offset != new_vc4_state->ptr0_offset || in vc4_plane_atomic_async_check()1118 if (new_vc4_state->dlist[i] != old_vc4_state->dlist[i]) in vc4_plane_atomic_async_check()
977 struct vc4_crtc_state *vc4_state, *old_vc4_state; in vc4_crtc_duplicate_state() local983 old_vc4_state = to_vc4_crtc_state(crtc->state); in vc4_crtc_duplicate_state()984 vc4_state->feed_txp = old_vc4_state->feed_txp; in vc4_crtc_duplicate_state()985 vc4_state->margins = old_vc4_state->margins; in vc4_crtc_duplicate_state()