Searched refs:vc4_crtc_state (Results 1 – 6 of 6) sorted by relevance
224 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_hvs_pv_muxing_commit()266 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc5_hvs_pv_muxing_commit()350 struct vc4_crtc_state *vc4_crtc_state; in vc4_atomic_commit_tail() local355 vc4_crtc_state = to_vc4_crtc_state(new_crtc_state); in vc4_atomic_commit_tail()356 vc4_hvs_mask_underrun(hvs, vc4_crtc_state->assigned_channel); in vc4_atomic_commit_tail()445 struct vc4_crtc_state *vc4_crtc_state = in vc4_atomic_commit_setup() local448 vc4_crtc_state->assigned_channel; in vc4_atomic_commit_setup()542 struct vc4_crtc_state *vc4_crtc_state = in vc4_ctm_atomic_check() local546 int fifo = vc4_crtc_state->assigned_channel + 1; in vc4_ctm_atomic_check()956 struct vc4_crtc_state *old_vc4_state = in vc4_core_clock_atomic_check()[all …]
106 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); in vc4_crtc_get_scanout_position() local123 val = HVS_READ(SCALER_DISPSTATX(vc4_crtc_state->assigned_channel)); in vc4_crtc_get_scanout_position()677 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_crtc_get_margins()709 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_crtc_atomic_check()1056 struct vc4_crtc_state *vc4_state, *old_vc4_state; in vc4_crtc_duplicate_state()1074 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_crtc_destroy_state()1090 struct vc4_crtc_state *vc4_crtc_state; in vc4_crtc_reset() local1095 vc4_crtc_state = kzalloc(sizeof(*vc4_crtc_state), GFP_KERNEL); in vc4_crtc_reset()1096 if (!vc4_crtc_state) { in vc4_crtc_reset()1101 vc4_crtc_state->assigned_channel = VC4_HVS_CHANNEL_DISABLED; in vc4_crtc_reset()[all …]
218 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_lut_load()353 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_init_channel() local354 unsigned int chan = vc4_crtc_state->assigned_channel; in vc4_hvs_init_channel()444 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_hvs_atomic_check()479 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_install_dlist()495 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_update_dlist()522 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_atomic_begin()550 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(old_state); in vc4_hvs_atomic_disable()565 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_atomic_flush()
617 struct vc4_crtc_state { struct639 static inline struct vc4_crtc_state * argument642 return container_of(crtc_state, struct vc4_crtc_state, base); in to_vc4_crtc_state()
242 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_txp_armed()
122 static struct vc4_crtc_state *150 struct vc4_crtc_state *new_vc4_crtc_state; in check_channel_for_encoder()807 struct vc4_crtc_state *new_vc4_crtc_state; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()883 struct vc4_crtc_state *new_vc4_crtc_state; in drm_test_vc5_pv_muxing_bugs_stable_fifo()974 struct vc4_crtc_state *new_vc4_crtc_state; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state()
Completed in 21 milliseconds