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.c171 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
216 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()
349 intel_dp->compliance.test_active = true; in intel_dp_autotest_phy_pattern()
499 if (!intel_dp->compliance.test_active || in intel_dp_test_phy()
595 intel_dp->compliance.test_active = true; in i915_displayport_test_active_write()
597 intel_dp->compliance.test_active = false; in i915_displayport_test_active_write()
630 if (intel_dp->compliance.test_active) in i915_displayport_test_active_show()
H A Dintel_display_types.h1586 bool test_active; member