Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c762 bool disable_hpd = false; in dp_phy_test_pattern_debugfs_write() local
818 disable_hpd = true; in dp_phy_test_pattern_debugfs_write()
855 if (supports_hpd && !disable_hpd) in dp_phy_test_pattern_debugfs_write()
893 if (valid_test_pattern && supports_hpd && disable_hpd) in dp_phy_test_pattern_debugfs_write()
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_factory.c79 link_srv->disable_hpd = link_disable_hpd; in construct_link_service_detection()