Home
last modified time | relevance | path

Searched refs:hpd_pulse (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c2246 static bool cdns_mhdp_detect_hpd(struct cdns_mhdp_device *mhdp, bool *hpd_pulse) in cdns_mhdp_detect_hpd() argument
2250 *hpd_pulse = false; in cdns_mhdp_detect_hpd()
2269 *hpd_pulse = true; in cdns_mhdp_detect_hpd()
2281 bool hpd_pulse; in cdns_mhdp_update_link_status() local
2286 mhdp->plugged = cdns_mhdp_detect_hpd(mhdp, &hpd_pulse); in cdns_mhdp_update_link_status()
2301 if (hpd_pulse && old_plugged == mhdp->plugged) { in cdns_mhdp_update_link_status()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c349 enc_to_dig_port(encoder)->hpd_pulse != NULL; in intel_encoder_has_hpd_pulse()
384 ret = dig_port->hpd_pulse(dig_port, long_hpd); in i915_digport_work_func()
H A Dg4x_dp.c1398 dig_port->hpd_pulse = intel_dp_hpd_pulse; in g4x_dp_init()
H A Dintel_display_types.h1840 enum irqreturn (*hpd_pulse)(struct intel_digital_port *, bool); member
H A Dintel_ddi.c5396 dig_port->hpd_pulse = intel_dp_hpd_pulse; in intel_ddi_init()