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.c150 struct vc4_hvs_state *new_hvs_state; in check_channel_for_encoder() local
153 new_hvs_state = vc4_hvs_get_new_global_state(state); in check_channel_for_encoder()
154 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, new_hvs_state); in check_channel_for_encoder()
162 KUNIT_EXPECT_TRUE(test, new_hvs_state->fifo_state[channel].in_use); in check_channel_for_encoder()
788 struct vc4_hvs_state *new_hvs_state; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() local
811 new_hvs_state = vc4_hvs_get_new_global_state(state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
812 KUNIT_ASSERT_NOT_ERR_OR_NULL(test, new_hvs_state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
820 KUNIT_ASSERT_TRUE(test, new_hvs_state->fifo_state[hdmi0_channel].in_use); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
834 new_hvs_state = vc4_hvs_get_new_global_state(state); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
835 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.c329 struct vc4_hvs_state *new_hvs_state; in vc4_atomic_commit_tail() local
339 new_hvs_state = vc4_hvs_get_new_global_state(state); in vc4_atomic_commit_tail()
340 if (WARN_ON(IS_ERR(new_hvs_state))) in vc4_atomic_commit_tail()
374 new_hvs_state->core_clock_rate); in vc4_atomic_commit_tail()
412 new_hvs_state->core_clock_rate); in vc4_atomic_commit_tail()