Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/tests/
H A Ddrm_hdmi_state_helper_test.c2539 int old_hdmi_update_failures; in drm_test_check_infoframes() local
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()
2642 int old_hdmi_update_failures; in drm_test_check_reject_avi_infoframe() local
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()
2746 int old_hdmi_update_failures; in drm_test_check_reject_hdr_infoframe_bpc_8() local
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()
2857 int old_hdmi_update_failures; in drm_test_check_reject_hdr_infoframe_bpc_10() local
[all …]