Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/vc4/
A Dvc4_kms.c224 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() local
355 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() local
448 vc4_crtc_state->assigned_channel; in vc4_atomic_commit_setup()
542 struct vc4_crtc_state *vc4_crtc_state = in vc4_ctm_atomic_check() local
546 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 …]
A Dvc4_crtc.c106 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); in vc4_crtc_get_scanout_position() local
123 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() local
1095 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 …]
A Dvc4_hvs.c218 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() local
354 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()
A Dvc4_drv.h617 struct vc4_crtc_state { struct
639 static inline struct vc4_crtc_state * argument
642 return container_of(crtc_state, struct vc4_crtc_state, base); in to_vc4_crtc_state()
A Dvc4_txp.c242 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_txp_armed()
/linux-6.3-rc2/drivers/gpu/drm/vc4/tests/
A Dvc4_test_pv_muxing.c122 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