Searched refs:drm_helper_probe_detect (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/include/drm/ |
| H A D | drm_probe_helper.h | 16 int drm_helper_probe_detect(struct drm_connector *connector,
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_probe_helper.c | 396 drm_helper_probe_detect(struct drm_connector *connector, in drm_helper_probe_detect() function 417 EXPORT_SYMBOL(drm_helper_probe_detect); 597 ret = drm_helper_probe_detect(connector, &ctx, true); in drm_helper_probe_single_connector_modes() 806 connector->status = drm_helper_probe_detect(connector, NULL, false); in output_poll_execute() 986 connector->status = drm_helper_probe_detect(connector, NULL, false); in check_connector_changed()
|
| /linux-6.15/drivers/gpu/drm/nouveau/ |
| H A D | nouveau_backlight.c | 243 drm_helper_probe_detect(&nv_conn->base, NULL, false) != connector_status_connected) in nv50_backlight_init()
|
| H A D | nouveau_display.c | 470 connector->status = drm_helper_probe_detect(connector, NULL, false); in nouveau_display_hpd_work()
|
| /linux-6.15/drivers/gpu/drm/ci/xfails/ |
| H A D | i915-glk-skips.txt | 55 # drm_helper_probe_detect+0x47/0xb0 202 # drm_helper_probe_detect+0x47/0xb0
|
| /linux-6.15/drivers/gpu/drm/i915/display/ |
| H A D | intel_hotplug.c | 319 status = drm_helper_probe_detect(&connector->base, NULL, false); in intel_hotplug_detect_connector()
|