Home
last modified time | relevance | path

Searched refs:hpd_pin (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_hpd.c122 struct gpio *hpd_pin = link_get_hpd_gpio( in query_hpd_status() local
125 if (!hpd_pin) in query_hpd_status()
128 dal_gpio_open(hpd_pin, GPIO_MODE_INTERRUPT); in query_hpd_status()
129 dal_gpio_get_value(hpd_pin, is_hpd_high); in query_hpd_status()
130 dal_gpio_close(hpd_pin); in query_hpd_status()
131 dal_gpio_destroy_irq(&hpd_pin); in query_hpd_status()
/linux/drivers/gpu/drm/bridge/
H A Dtc358767.c399 int hpd_pin; member
1775 conn = val & BIT(tc->hpd_pin); in tc_bridge_detect()
1788 if (tc->hpd_pin >= 0) in tc_connector_detect()
1851 if (tc->hpd_pin >= 0) { in tc_edp_bridge_attach()
2248 if (tc->hpd_pin >= 0 && tc->bridge.dev && tc->aux.drm_dev) { in tc_irq_handler()
2255 bool h = val & INT_GPIO_H(tc->hpd_pin); in tc_irq_handler()
2256 bool lc = val & INT_GPIO_LC(tc->hpd_pin); in tc_irq_handler()
2259 dev_dbg(tc->dev, "GPIO%d: %s %s\n", tc->hpd_pin, in tc_irq_handler()
2371 if (tc->hpd_pin >= 0) in tc_probe_edp_bridge_endpoint()
2513 &tc->hpd_pin); in tc_probe()
[all …]
/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_limits.h120 enum hpd_pin { enum
H A Dintel_display_types.h294 enum hpd_pin hpd_pin; member