Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/display/ !
H A Dintel_dp_test.c170 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
215 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()
348 intel_dp->compliance.test_active = true; in intel_dp_autotest_phy_pattern()
498 if (!intel_dp->compliance.test_active || in intel_dp_test_phy()
594 intel_dp->compliance.test_active = true; in i915_displayport_test_active_write()
596 intel_dp->compliance.test_active = false; in i915_displayport_test_active_write()
629 if (intel_dp->compliance.test_active) in i915_displayport_test_active_show()
H A Dintel_display_types.h1682 bool test_active; member