Searched refs:drm_helper_probe_detect (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_probe_helper.c | 306 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 328 EXPORT_SYMBOL(drm_helper_probe_detect); 431 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes() 620 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute() 792 connector->status = drm_helper_probe_detect(connector, NULL, false); in drm_helper_hpd_irq_event()
|
/Linux-v5.4/include/drm/ |
D | drm_probe_helper.h | 15 int drm_helper_probe_detect(struct drm_connector *connector,
|
/Linux-v5.4/drivers/gpu/drm/i915/display/ |
D | intel_hotplug.c | 288 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()
|