Home | History | Annotate | Download | only in drm

Lines Matching refs:detect

282 		else if (connector->funcs->detect)
283 ret = connector->funcs->detect(connector, force);
308 * This function calls the detect callbacks of the connector.
330 else if (connector->funcs->detect)
331 return connector->funcs->detect(connector, force);
344 * &drm_connector_helper_funcs try to detect all valid modes. Modes will first
635 * The poll work sets force=false when calling detect so
637 * when load detect cycles could cause flickering on
640 * the real state when userspace forces a full detect
644 * Hence clamp an unknown detect status to the old
686 * connector ->detect hook.
764 * Drivers can use this helper function to run a detect cycle on all connectors
773 * which have a more fine-grained detect logic should bypass this code and