Lines Matching refs:force
342 drm_helper_probe_detect_ctx(struct drm_connector *connector, bool force) in drm_helper_probe_detect_ctx() argument
354 ret = funcs->detect_ctx(connector, &ctx, force); in drm_helper_probe_detect_ctx()
356 ret = connector->funcs->detect(connector, force); in drm_helper_probe_detect_ctx()
391 bool force) in drm_helper_probe_detect() argument
398 return drm_helper_probe_detect_ctx(connector, force); in drm_helper_probe_detect()
405 ret = funcs->detect_ctx(connector, ctx, force); in drm_helper_probe_detect()
407 ret = connector->funcs->detect(connector, force); in drm_helper_probe_detect()
587 if (connector->force) { in drm_helper_probe_single_connector_modes()
588 if (connector->force == DRM_FORCE_ON || in drm_helper_probe_single_connector_modes()
589 connector->force == DRM_FORCE_ON_DIGITAL) in drm_helper_probe_single_connector_modes()
593 if (connector->funcs->force) in drm_helper_probe_single_connector_modes()
594 connector->funcs->force(connector); in drm_helper_probe_single_connector_modes()
787 if (connector->force) in output_poll_execute()
1317 bool force) in drm_connector_helper_detect_from_ddc() argument