Searched refs:VC4_HVS_CHANNEL_DISABLED (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_test_pv_muxing.c | 160 KUNIT_EXPECT_NE(test, channel, VC4_HVS_CHANNEL_DISABLED); in check_channel_for_encoder() 819 KUNIT_ASSERT_NE(test, hdmi0_channel, VC4_HVS_CHANNEL_DISABLED); 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() 894 KUNIT_ASSERT_NE(test, old_hdmi0_channel, VC4_HVS_CHANNEL_DISABLED); in drm_test_vc5_pv_muxing_bugs_stable_fifo() 902 KUNIT_ASSERT_NE(test, old_hdmi1_channel, VC4_HVS_CHANNEL_DISABLED); 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()
|
/openbmc/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_kms.c | 281 if (channel == VC4_HVS_CHANNEL_DISABLED) in vc5_hvs_pv_muxing_commit() 293 if (channel == VC4_HVS_CHANNEL_DISABLED) in vc5_hvs_pv_muxing_commit() 306 if (channel == VC4_HVS_CHANNEL_DISABLED) in vc5_hvs_pv_muxing_commit() 444 if (channel == VC4_HVS_CHANNEL_DISABLED) in vc4_atomic_commit_setup() 894 new_vc4_crtc_state->assigned_channel = VC4_HVS_CHANNEL_DISABLED; in vc4_pv_muxing_atomic_check()
|
H A D | vc4_drv.h | 614 #define VC4_HVS_CHANNEL_DISABLED ((unsigned int)-1) macro
|
H A D | vc4_hvs.c | 585 if (vc4_state->assigned_channel == VC4_HVS_CHANNEL_DISABLED) in vc4_hvs_atomic_flush()
|
H A D | vc4_crtc.c | 1102 vc4_crtc_state->assigned_channel = VC4_HVS_CHANNEL_DISABLED; in vc4_crtc_reset()
|