Searched refs:drm_helper_probe_detect (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_probe_helper.h | 16 int drm_helper_probe_detect(struct drm_connector *connector,
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_probe_helper.c | 388 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 415 EXPORT_SYMBOL(drm_helper_probe_detect); 595 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes() 809 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute() 965 connector->status = drm_helper_probe_detect(connector, NULL, false); in check_connector_changed()
|
/openbmc/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_backlight.c | 308 drm_helper_probe_detect(&nv_conn->base, NULL, false) != connector_status_connected) in nv50_backlight_init()
|
H A D | nouveau_display.c | 509 connector->status = drm_helper_probe_detect(connector, NULL, false); in nouveau_display_hpd_work()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug.c | 276 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()
|