Home
last modified time | relevance | path

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

/drivers/gpu/drm/vc4/
Dvc4_kms.c237 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_hvs_pv_muxing_commit()
278 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc5_hvs_pv_muxing_commit()
348 struct vc4_crtc_state *vc4_crtc_state; in vc4_atomic_commit_tail() local
353 vc4_crtc_state = to_vc4_crtc_state(new_crtc_state); in vc4_atomic_commit_tail()
354 vc4_hvs_mask_underrun(dev, vc4_crtc_state->assigned_channel); in vc4_atomic_commit_tail()
420 struct vc4_crtc_state *vc4_crtc_state = in vc4_atomic_commit_setup() local
423 vc4_crtc_state->assigned_channel; in vc4_atomic_commit_setup()
513 struct vc4_crtc_state *vc4_crtc_state = in vc4_ctm_atomic_check() local
517 int fifo = vc4_crtc_state->assigned_channel + 1; in vc4_ctm_atomic_check()
770 struct vc4_crtc_state *old_vc4_crtc_state = in vc4_pv_muxing_atomic_check()
[all …]
Dvc4_crtc.c93 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); in vc4_crtc_get_scanout_position() local
110 val = HVS_READ(SCALER_DISPSTATX(vc4_crtc_state->assigned_channel)); in vc4_crtc_get_scanout_position()
126 if (vc4_hvs_get_fifo_frame_count(dev, vc4_crtc_state->assigned_channel) % 2) in vc4_crtc_get_scanout_position()
130 cob_size = vc4_crtc_get_cob_allocation(vc4, vc4_crtc_state->assigned_channel); in vc4_crtc_get_scanout_position()
557 struct vc4_crtc_state *old_vc4_state = to_vc4_crtc_state(old_state); in vc4_crtc_atomic_disable()
638 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_crtc_get_margins()
670 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_crtc_atomic_check()
894 struct vc4_crtc_state *vc4_state, *old_vc4_state; in vc4_crtc_duplicate_state()
912 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_crtc_destroy_state()
928 struct vc4_crtc_state *vc4_crtc_state; in vc4_crtc_reset() local
[all …]
Dvc4_hvs.c165 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_lut_load()
279 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_init_channel() local
280 unsigned int chan = vc4_crtc_state->assigned_channel; in vc4_hvs_init_channel()
355 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state); in vc4_hvs_atomic_check()
390 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_update_dlist()
423 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_atomic_begin()
449 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(old_state); in vc4_hvs_atomic_disable()
462 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state); in vc4_hvs_atomic_flush()
Dvc4_drv.h547 struct vc4_crtc_state { struct
567 static inline struct vc4_crtc_state * argument
570 return container_of(crtc_state, struct vc4_crtc_state, base); in to_vc4_crtc_state()
Dvc4_txp.c231 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state); in vc4_txp_armed()