Home
last modified time | relevance | path

Searched refs:is_hpd_high (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/protocols/
H A Dlink_dp_dpia.c85 bool is_hpd_high = false; in dpia_query_hpd_status() local
94 is_hpd_high = cmd.query_hpd.data.result; in dpia_query_hpd_status()
103 return is_hpd_high; in dpia_query_hpd_status()
H A Dlink_hpd.c120 bool query_hpd_status(struct dc_link *link, uint32_t *is_hpd_high) in query_hpd_status() argument
129 dal_gpio_get_value(hpd_pin, is_hpd_high); in query_hpd_status()
H A Dlink_hpd.h46 bool query_hpd_status(struct dc_link *link, uint32_t *is_hpd_high);
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_detection.c1214 uint32_t is_hpd_high = 0; in link_detect_connection_type() local
1239 if (!query_hpd_status(link, &is_hpd_high)) in link_detect_connection_type()
1242 if (is_hpd_high) { in link_detect_connection_type()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link.c215 uint32_t is_hpd_high = 0; in dc_link_detect_sink() local
236 dal_gpio_get_value(hpd_pin, &is_hpd_high); in dc_link_detect_sink()
240 if (is_hpd_high) { in dc_link_detect_sink()

Completed in 7 milliseconds