Searched refs:disable_hpd (Results 1 – 5 of 5) sorted by relevance
53 link->link_enc->funcs->disable_hpd(link->link_enc); in link_disable_hpd()
155 void (*disable_hpd)(struct link_encoder *enc); member
116 .disable_hpd = dce110_link_encoder_disable_hpd,1849 .disable_hpd = dce110_link_encoder_disable_hpd,
765 bool disable_hpd = false; in dp_phy_test_pattern_debugfs_write() local821 disable_hpd = true; in dp_phy_test_pattern_debugfs_write()858 if (supports_hpd && !disable_hpd) in dp_phy_test_pattern_debugfs_write()896 if (valid_test_pattern && supports_hpd && disable_hpd) in dp_phy_test_pattern_debugfs_write()
78 link_srv->disable_hpd = link_disable_hpd; in construct_link_service_detection()