Searched refs:hpd_pin (Results 1 – 3 of 3) sorted by relevance
4918 u32 bit = display->hotplug.pch_hpd[encoder->hpd_pin]; in lpt_digital_port_connected()4926 u32 bit = display->hotplug.hpd[encoder->hpd_pin]; in hsw_digital_port_connected()4934 u32 bit = display->hotplug.hpd[encoder->hpd_pin]; in bdw_digital_port_connected()5015 static enum hpd_pin xelpd_hpd_pin(struct intel_display *display, enum port port) in xelpd_hpd_pin()5025 static enum hpd_pin dg1_hpd_pin(struct intel_display *display, enum port port) in dg1_hpd_pin()5033 static enum hpd_pin tgl_hpd_pin(struct intel_display *display, enum port port) in tgl_hpd_pin()5041 static enum hpd_pin rkl_hpd_pin(struct intel_display *display, enum port port) in rkl_hpd_pin()5052 static enum hpd_pin icl_hpd_pin(struct intel_display *display, enum port port) in icl_hpd_pin()5060 static enum hpd_pin ehl_hpd_pin(struct intel_display *display, enum port port) in ehl_hpd_pin()5071 static enum hpd_pin skl_hpd_pin(struct intel_display *display, enum port port) in skl_hpd_pin()[all …]
298 enum hpd_pin hpd_pin; member
6775 unsigned int hpd_pin = encoder->hpd_pin; in intel_dp_oob_hotplug_event() local6779 if (hpd_high != test_bit(hpd_pin, &display->hotplug.oob_hotplug_last_state)) { in intel_dp_oob_hotplug_event()6780 display->hotplug.event_bits |= BIT(hpd_pin); in intel_dp_oob_hotplug_event()6782 __assign_bit(hpd_pin, in intel_dp_oob_hotplug_event()