Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/
Ddc_link.c377 uint32_t clock_pin = 0; in dc_link_is_dp_sink_present() local
418 gpio_result = dal_gpio_get_value(ddc->pin_clock, &clock_pin); in dc_link_is_dp_sink_present()
420 if (clock_pin) in dc_link_is_dp_sink_present()
426 present = (gpio_result == GPIO_RESULT_OK) && !clock_pin; in dc_link_is_dp_sink_present()