Searched refs:drm_helper_probe_detect (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_probe_helper.c | 318 * drm_helper_probe_detect - probe connector status 328 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 355 EXPORT_SYMBOL(drm_helper_probe_detect); variable 459 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes() 665 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute() 847 connector->status = drm_helper_probe_detect(connector, NULL, false); in drm_helper_hpd_irq_event()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_probe_helper.h | 15 int drm_helper_probe_detect(struct drm_connector *connector,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_probe_helper.h | 16 int drm_helper_probe_detect(struct drm_connector *connector,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_probe_helper.c | 375 * drm_helper_probe_detect - probe connector status 385 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 412 EXPORT_SYMBOL(drm_helper_probe_detect); variable 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug.c | 273 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/ |
H A D | nouveau_display.c | 503 connector->status = drm_helper_probe_detect(connector, NULL, in nouveau_display_hpd_work()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_hotplug.c | 276 drm_helper_probe_detect(&connector->base, NULL, false); in intel_encoder_hotplug()
|
Completed in 9 milliseconds