Home
last modified time | relevance | path

Searched refs:drm_helper_probe_detect (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/include/drm/
Ddrm_probe_helper.h16 int drm_helper_probe_detect(struct drm_connector *connector,
/Linux-v6.6/drivers/gpu/drm/
Ddrm_probe_helper.c385 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function
412 EXPORT_SYMBOL(drm_helper_probe_detect);
585 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes()
795 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute()
945 connector->status = drm_helper_probe_detect(connector, NULL, false); in check_connector_changed()
/Linux-v6.6/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c308 drm_helper_probe_detect(&nv_conn->base, NULL, false) != connector_status_connected) in nv50_backlight_init()
Dnouveau_display.c509 connector->status = drm_helper_probe_detect(connector, NULL, false); in nouveau_display_hpd_work()
/Linux-v6.6/drivers/gpu/drm/i915/display/
Dintel_hotplug.c276 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()