Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_probe_helper.h16 int drm_helper_probe_detect(struct drm_connector *connector,
/linux/drivers/gpu/drm/
H A Ddrm_probe_helper.c389 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()
985 connector->status = drm_helper_probe_detect(connector, NULL, false); in check_connector_changed()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_backlight.c243 drm_helper_probe_detect(&nv_conn->base, NULL, false) != connector_status_connected) in nv50_backlight_init()
H A Dnouveau_display.c509 connector->status = drm_helper_probe_detect(connector, NULL, false); in nouveau_display_hpd_work()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_hotplug.c316 status = drm_helper_probe_detect(&connector->base, NULL, false); in intel_hotplug_detect_connector()