Searched refs:drm_helper_probe_detect (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/sys/dev/pci/drm/ |
| D | drm_probe_helper.c | 389 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 416 EXPORT_SYMBOL(drm_helper_probe_detect); 596 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes() 805 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute() 988 connector->status = drm_helper_probe_detect(connector, NULL, false); in check_connector_changed()
|
| /openbsd/src/sys/dev/pci/drm/include/drm/ |
| D | drm_probe_helper.h | 16 int drm_helper_probe_detect(struct drm_connector *connector,
|
| /openbsd/src/sys/dev/pci/drm/i915/display/ |
| D | intel_hotplug.c | 316 status = drm_helper_probe_detect(&connector->base, NULL, false); in intel_hotplug_detect_connector()
|