Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/msm/dp/
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()
/Linux-v5.10/drivers/gpu/drm/i915/display/
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()
Dintel_display_types.h1262 bool test_active; member
Dintel_dp.c5355 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
5402 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()