Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_hdmi_state_helper_test.c39 int hdmi_update_failures; member
190 priv->hdmi_update_failures++; in test_encoder_atomic_enable()
2585 old_hdmi_update_failures = priv->hdmi_update_failures; in drm_test_check_infoframes()
2605 KUNIT_EXPECT_GE(test, old_hdmi_update_failures, priv->hdmi_update_failures); in drm_test_check_infoframes()
2690 old_hdmi_update_failures = priv->hdmi_update_failures; in drm_test_check_reject_avi_infoframe()
2710 KUNIT_EXPECT_NE(test, old_hdmi_update_failures, priv->hdmi_update_failures); in drm_test_check_reject_avi_infoframe()
2809 old_hdmi_update_failures = priv->hdmi_update_failures; in drm_test_check_reject_hdr_infoframe_bpc_8()
2829 KUNIT_EXPECT_EQ(test, old_hdmi_update_failures, priv->hdmi_update_failures); in drm_test_check_reject_hdr_infoframe_bpc_8()
2932 old_hdmi_update_failures = priv->hdmi_update_failures; in drm_test_check_reject_hdr_infoframe_bpc_10()
2952 KUNIT_EXPECT_LE(test, old_hdmi_update_failures, priv->hdmi_update_failures); in drm_test_check_reject_hdr_infoframe_bpc_10()
[all …]