Searched refs:drm_helper_probe_detect (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/ |
D | drm_probe_helper.c | 328 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 355 EXPORT_SYMBOL(drm_helper_probe_detect); 459 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes() 688 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute() 834 connector->status = drm_helper_probe_detect(connector, NULL, false); in check_connector_changed()
|
/linux-5.19.10/include/drm/ |
D | drm_probe_helper.h | 15 int drm_helper_probe_detect(struct drm_connector *connector,
|
/linux-5.19.10/drivers/gpu/drm/i915/display/ |
D | intel_hotplug.c | 273 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()
|
/linux-5.19.10/drivers/gpu/drm/nouveau/ |
D | nouveau_display.c | 497 connector->status = drm_helper_probe_detect(connector, NULL, in nouveau_display_hpd_work()
|