Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/
H A Dvc4_crtc.c116 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); in vc4_crtc_get_scanout_position() local
117 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() local
1145 vc4_crtc_state = kzalloc_obj(*vc4_crtc_state); in vc4_crtc_reset()
1146 if (!vc4_crtc_state) { in vc4_crtc_reset()
[all …]