Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c149 struct vc4_hvs_state *new_hvs_state; in check_channel_for_encoder() local
152 new_hvs_state = vc4_hvs_get_new_global_state(state); in check_channel_for_encoder()
153 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, new_hvs_state); in check_channel_for_encoder()
161 KUNIT_EXPECT_TRUE(test, new_hvs_state->fifo_state[channel].in_use); in check_channel_for_encoder()
831 struct vc4_hvs_state *new_hvs_state; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() local
866 new_hvs_state = vc4_hvs_get_new_global_state(state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
867 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, new_hvs_state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
875 KUNIT_ASSERT_TRUE(test, new_hvs_state->fifo_state[hdmi0_channel].in_use); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
902 new_hvs_state = vc4_hvs_get_new_global_state(state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
903 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, new_hvs_state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
[all …]
/linux/drivers/gpu/drm/vc4/
H A Dvc4_kms.c383 struct vc4_hvs_state *new_hvs_state; in vc4_atomic_commit_tail() local
391 new_hvs_state = vc4_hvs_get_new_global_state(state); in vc4_atomic_commit_tail()
392 if (WARN_ON(IS_ERR(new_hvs_state))) in vc4_atomic_commit_tail()
432 new_hvs_state->core_clock_rate); in vc4_atomic_commit_tail()
486 new_hvs_state->core_clock_rate); in vc4_atomic_commit_tail()