Searched refs:old_vc4_state (Results 1 – 2 of 2) sorted by relevance
536 struct vc4_crtc_state *old_vc4_state = to_vc4_crtc_state(old_state); in vc4_crtc_atomic_disable() local546 vc4_crtc_disable(crtc, encoder, state, old_vc4_state->assigned_channel); in vc4_crtc_atomic_disable()872 struct vc4_crtc_state *vc4_state, *old_vc4_state; in vc4_crtc_duplicate_state() local878 old_vc4_state = to_vc4_crtc_state(crtc->state); in vc4_crtc_duplicate_state()879 vc4_state->feed_txp = old_vc4_state->feed_txp; in vc4_crtc_duplicate_state()880 vc4_state->margins = old_vc4_state->margins; in vc4_crtc_duplicate_state()881 vc4_state->assigned_channel = old_vc4_state->assigned_channel; in vc4_crtc_duplicate_state()
1212 struct vc4_plane_state *old_vc4_state, *new_vc4_state; in vc4_plane_atomic_async_check() local1220 old_vc4_state = to_vc4_plane_state(plane->state); in vc4_plane_atomic_async_check()1222 if (old_vc4_state->dlist_count != new_vc4_state->dlist_count || in vc4_plane_atomic_async_check()1223 old_vc4_state->pos0_offset != new_vc4_state->pos0_offset || in vc4_plane_atomic_async_check()1224 old_vc4_state->pos2_offset != new_vc4_state->pos2_offset || in vc4_plane_atomic_async_check()1225 old_vc4_state->ptr0_offset != new_vc4_state->ptr0_offset || in vc4_plane_atomic_async_check()1240 if (new_vc4_state->dlist[i] != old_vc4_state->dlist[i]) in vc4_plane_atomic_async_check()