Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h166 bool test_active; member
H A Danalogix_dp_reg.c436 if (dp->compliance.test_active && in analogix_dp_handle_hpd_event()
H A Danalogix_dp_core.c929 dp->compliance.test_active = true; in analogix_dp_autotest_phy_pattern()
/OK3568_Linux_fs/kernel/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.c5369 intel_dp->compliance.test_active = true; in intel_dp_autotest_video_pattern()
5416 intel_dp->compliance.test_active = true; in intel_dp_autotest_edid()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw-dp.c344 bool test_active; member
3384 dp->compliance.test_active = true; in dw_dp_autotest_phy_pattern()
3592 if (dp->compliance.test_active && in dw_dp_hpd_work()