HomeSort by: relevance | last modified time | path
    Searched defs:detected (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 781 /* wait until timeout or panel detected */
784 uint32_t detected = 0; local in function:dce110_edp_wait_for_hpd_ready
786 dal_gpio_get_value(hpd, &detected);
788 if (!(detected ^ power_up)) {
amdgpu_dce110_hw_sequencer.c 781 /* wait until timeout or panel detected */
784 uint32_t detected = 0; local in function:dce110_edp_wait_for_hpd_ready
786 dal_gpio_get_value(hpd, &detected);
788 if (!(detected ^ power_up)) {
amdgpu_dce110_hw_sequencer.c 781 /* wait until timeout or panel detected */
784 uint32_t detected = 0; local in function:dce110_edp_wait_for_hpd_ready
786 dal_gpio_get_value(hpd, &detected);
788 if (!(detected ^ power_up)) {
amdgpu_dce110_hw_sequencer.c 781 /* wait until timeout or panel detected */
784 uint32_t detected = 0; local in function:dce110_edp_wait_for_hpd_ready
786 dal_gpio_get_value(hpd, &detected);
788 if (!(detected ^ power_up)) {

Completed in 48 milliseconds