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

/linux-master/drivers/gpu/drm/vc4/
H A Dvc4_kms.c218 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state);
260 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state);
344 struct vc4_crtc_state *vc4_crtc_state; local
349 vc4_crtc_state = to_vc4_crtc_state(new_crtc_state);
350 vc4_hvs_mask_underrun(hvs, vc4_crtc_state->assigned_channel);
439 struct vc4_crtc_state *vc4_crtc_state = local
442 vc4_crtc_state->assigned_channel;
536 struct vc4_crtc_state *vc4_crtc_stat local
[all...]
H A Dvc4_crtc.c107 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); local
124 val = HVS_READ(SCALER_DISPSTATX(vc4_crtc_state->assigned_channel));
140 if (vc4_hvs_get_fifo_frame_count(hvs, vc4_crtc_state->assigned_channel) % 2)
144 cob_size = vc4_crtc_get_cob_allocation(vc4, vc4_crtc_state->assigned_channel);
592 struct vc4_crtc_state *old_vc4_state = to_vc4_crtc_state(old_state);
678 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state);
690 * vc4_crtc_atomic_check() which means margins info in vc4_crtc_state
710 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state);
1057 struct vc4_crtc_state *vc4_stat
1091 struct vc4_crtc_state *vc4_crtc_state; local
[all...]
H A Dvc4_hvs.c218 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
353 struct vc4_crtc_state *vc4_crtc_state = to_vc4_crtc_state(crtc->state); local
354 unsigned int chan = vc4_crtc_state->assigned_channel;
444 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc_state);
479 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
495 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
522 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(crtc->state);
550 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(old_state);
565 struct vc4_crtc_state *vc4_stat
[all...]
H A Dvc4_drv.h593 struct vc4_crtc_state { struct
616 container_of_const(_state, struct vc4_crtc_state, base)
H A Dvc4_txp.c238 struct vc4_crtc_state *vc4_state = to_vc4_crtc_state(state);
/linux-master/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c121 static struct vc4_crtc_state *
149 struct vc4_crtc_state *new_vc4_crtc_state;
787 struct vc4_crtc_state *new_vc4_crtc_state;
859 struct vc4_crtc_state *new_vc4_crtc_state;
954 struct vc4_crtc_state *new_vc4_crtc_state;

Completed in 156 milliseconds