Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/vc4/tests/
H A Dvc4_test_pv_muxing.c790 unsigned int hdmi1_channel; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable() local
841 hdmi1_channel = new_vc4_crtc_state->assigned_channel; in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
842 KUNIT_ASSERT_NE(test, hdmi1_channel, VC4_HVS_CHANNEL_DISABLED); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
843 KUNIT_ASSERT_TRUE(test, new_hvs_state->fifo_state[hdmi1_channel].in_use); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
845 KUNIT_EXPECT_NE(test, hdmi0_channel, hdmi1_channel); in drm_test_vc5_pv_muxing_bugs_subsequent_crtc_enable()
924 unsigned int hdmi1_channel; in drm_test_vc5_pv_muxing_bugs_stable_fifo() local
926 hdmi1_channel = new_vc4_crtc_state->assigned_channel; in drm_test_vc5_pv_muxing_bugs_stable_fifo()
927 KUNIT_ASSERT_NE(test, hdmi1_channel, VC4_HVS_CHANNEL_DISABLED); in drm_test_vc5_pv_muxing_bugs_stable_fifo()
928 KUNIT_ASSERT_TRUE(test, new_hvs_state->fifo_state[hdmi1_channel].in_use); in drm_test_vc5_pv_muxing_bugs_stable_fifo()
930 KUNIT_EXPECT_EQ(test, old_hdmi1_channel, hdmi1_channel); in drm_test_vc5_pv_muxing_bugs_stable_fifo()