Searched refs:vc4_crtc_state (Results 1 – 2 of 2) sorted by relevance
223 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_hvs_pv_muxing_commit()267 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc5_hvs_pv_muxing_commit()341 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc6_hvs_pv_muxing_commit()401 struct vc4_crtc_state *vc4_crtc_state; in vc4_atomic_commit_tail() local406 vc4_crtc_state = to_vc4_crtc_state(new_crtc_state); in vc4_atomic_commit_tail()407 vc4_hvs_mask_underrun(hvs, vc4_crtc_state->assigned_channel); in vc4_atomic_commit_tail()514 struct vc4_crtc_state *vc4_crtc_state = in vc4_atomic_commit_setup() local517 vc4_crtc_state->assigned_channel; in vc4_atomic_commit_setup()612 struct vc4_crtc_state *vc4_crtc_state = in vc4_ctm_atomic_check() local616 int fifo = vc4_crtc_state->assigned_channel + 1; in vc4_ctm_atomic_check()[all …]
116 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); in vc4_crtc_get_scanout_position() local117 unsigned int channel = vc4_crtc_state->assigned_channel; in vc4_crtc_get_scanout_position()629 struct vc4_crtc_state *old_vc4_state = to_vc4_crtc_state(old_state); in vc4_crtc_atomic_disable()715 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_crtc_get_margins()747 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_crtc_atomic_check()1106 struct vc4_crtc_state *vc4_state, *old_vc4_state; in vc4_crtc_duplicate_state()1124 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_crtc_destroy_state()1140 struct vc4_crtc_state *vc4_crtc_state; in vc4_crtc_reset() local1145 vc4_crtc_state = kzalloc_obj(*vc4_crtc_state); in vc4_crtc_reset()1146 if (!vc4_crtc_state) { in vc4_crtc_reset()[all …]