Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_probe_helper.c313 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function
335 EXPORT_SYMBOL(drm_helper_probe_detect);
438 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes()
630 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute()
802 connector->status = drm_helper_probe_detect(connector, NULL, false); in drm_helper_hpd_irq_event()
/netbsd-src/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_probe_helper.h17 int drm_helper_probe_detect(struct drm_connector *connector,
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_hotplug.c293 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()