Home
last modified time | relevance | path

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

/NextBSD/sys/dev/drm2/radeon/
HDradeon_connectors.c754 radeon_connector->detected_by_load = false; in radeon_vga_detect()
785 if (radeon_connector->detected_by_load) in radeon_vga_detect()
795 radeon_connector->detected_by_load = true; in radeon_vga_detect()
960 radeon_connector->detected_by_load = false; in radeon_dvi_detect()
1036 if (radeon_connector->detected_by_load) in radeon_dvi_detect()
1069 radeon_connector->detected_by_load = true; in radeon_dvi_detect()
HDradeon_mode.h479 bool detected_by_load; /* if the connection status was determined by load */ member