HomeSort by: relevance | last modified time | path
    Searched refs:drm_helper_probe_detect (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_probe_helper.h 17 int drm_helper_probe_detect(struct drm_connector *connector,
  /src/sys/external/bsd/drm2/dist/drm/
drm_probe_helper.c 303 * drm_helper_probe_detect - probe connector status
313 drm_helper_probe_detect(struct drm_connector *connector, function in typeref:typename:int
335 EXPORT_SYMBOL(drm_helper_probe_detect);
438 ret = drm_helper_probe_detect(connector, &ctx, true);
630 connector->status = drm_helper_probe_detect(connector, NULL, false);
802 connector->status = drm_helper_probe_detect(connector, NULL, false);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_hotplug.c 293 drm_helper_probe_detect(&connector->base, NULL, false);

Completed in 12 milliseconds