Home
last modified time | relevance | path

Searched refs:test_active (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_debug.c372 struct dentry *test_active; in dp_debug_init() local
383 test_active = debugfs_create_file("msm_dp_test_active", 0444, in dp_debug_init()
386 if (IS_ERR_OR_NULL(test_active)) { in dp_debug_init()
387 rc = PTR_ERR(test_active); in dp_debug_init()
388 DRM_ERROR("[%s] debugfs test_active failed, rc=%d\n", in dp_debug_init()
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c1284 intel_dp->compliance.test_active = true; in i915_displayport_test_active_write()
1286 intel_dp->compliance.test_active = false; in i915_displayport_test_active_write()
1320 if (intel_dp->compliance.test_active) in i915_displayport_test_active_show()
H A Dintel_display_types.h1262 bool test_active; member
H A Dintel_dp.c5374 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
5421 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c846 intel_dp->compliance.test_active = true; in i915_displayport_test_active_write()
848 intel_dp->compliance.test_active = false; in i915_displayport_test_active_write()
881 if (intel_dp->compliance.test_active) in i915_displayport_test_active_show()
H A Dg4x_dp.c1138 if (intel_dp->compliance.test_active && in intel_dp_hotplug()
H A Dintel_display_types.h1608 bool test_active; member
H A Dintel_dp.c3846 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
3892 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()
4005 intel_dp->compliance.test_active = true; in intel_dp_autotest_phy_pattern()
H A Dintel_ddi.c4406 if (intel_dp->compliance.test_active && in intel_ddi_hotplug()

Completed in 38 milliseconds