Searched refs:drm_helper_probe_detect (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_probe_helper.h | 16 int drm_helper_probe_detect(struct drm_connector *connector,
|
/linux-6.3-rc2/drivers/gpu/drm/ |
A D | drm_probe_helper.c | 361 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 388 EXPORT_SYMBOL(drm_helper_probe_detect); 561 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes() 770 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute() 920 connector->status = drm_helper_probe_detect(connector, NULL, false); in check_connector_changed()
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_hotplug.c | 274 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/ |
A D | nouveau_display.c | 508 connector->status = drm_helper_probe_detect(connector, NULL, false); in nouveau_display_hpd_work()
|
Completed in 26 milliseconds