Home
last modified time | relevance | path

Searched refs:new_hvs_state (Results 1 – 1 of 1) 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 …]