Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_probe_helper.c305 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function
327 EXPORT_SYMBOL(drm_helper_probe_detect);
430 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes()
609 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute()
777 connector->status = drm_helper_probe_detect(connector, NULL, false); in drm_helper_hpd_irq_event()
/Linux-v4.19/include/drm/
Ddrm_crtc_helper.h70 int drm_helper_probe_detect(struct drm_connector *connector,
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_hotplug.c259 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()