Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c149 struct vc4_crtc_state *new_vc4_crtc_state; in check_channel_for_encoder() local
157 KUNIT_ASSERT_NOT_NULL(test, new_vc4_crtc_state); in check_channel_for_encoder()
159 channel = new_vc4_crtc_state->assigned_channel; in check_channel_for_encoder()
787 struct vc4_crtc_state *new_vc4_crtc_state; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() local
816 KUNIT_ASSERT_NOT_NULL(test, new_vc4_crtc_state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
839 KUNIT_ASSERT_NOT_NULL(test, new_vc4_crtc_state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
859 struct vc4_crtc_state *new_vc4_crtc_state; in drm_test_vc5_pv_muxing_bugs_stable_fifo() local
891 KUNIT_ASSERT_NOT_NULL(test, new_vc4_crtc_state); in drm_test_vc5_pv_muxing_bugs_stable_fifo()
923 if (new_vc4_crtc_state) { in drm_test_vc5_pv_muxing_bugs_stable_fifo()
954 struct vc4_crtc_state *new_vc4_crtc_state; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable_too_many_crtc_state() local
[all …]
/openbmc/linux/drivers/gpu/drm/vc4/
H A Dvc4_kms.c849 struct vc4_crtc_state *old_vc4_crtc_state, *new_vc4_crtc_state; in vc4_pv_muxing_atomic_check() local
868 new_vc4_crtc_state = to_vc4_crtc_state(new_crtc_state); in vc4_pv_muxing_atomic_check()
876 crtc->name, new_vc4_crtc_state->assigned_channel); in vc4_pv_muxing_atomic_check()
884 new_vc4_crtc_state->update_muxing = true; in vc4_pv_muxing_atomic_check()
894 new_vc4_crtc_state->assigned_channel = VC4_HVS_CHANNEL_DISABLED; in vc4_pv_muxing_atomic_check()
907 new_vc4_crtc_state->assigned_channel = channel; in vc4_pv_muxing_atomic_check()