HomeSort by: relevance | last modified time | path
    Searched refs:drm_modeset_backoff (Results 1 - 22 of 22) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_modeset_lock.h 52 * drm_modeset_backoff() which drops locks and slow-locks the
98 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx);
198 ret = drm_modeset_backoff(&ctx); \
  /src/sys/external/bsd/drm2/dist/drm/
drm_modeset_lock.c 53 * ret = drm_modeset_backoff(ctx);
118 drm_modeset_backoff(ctx);
288 * drm_modeset_backoff - deadlock avoidance backoff
299 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx) function in typeref:typename:int
312 EXPORT_SYMBOL(drm_modeset_backoff);
334 * to take any more locks without first calling drm_modeset_backoff().
drm_probe_helper.c 289 drm_modeset_backoff(&ctx);
418 drm_modeset_backoff(&ctx);
441 drm_modeset_backoff(&ctx);
drm_self_refresh_helper.c 127 ret = drm_modeset_backoff(&ctx);
drm_damage_helper.c 244 ret = drm_modeset_backoff(&ctx);
drm_mode_config.c 439 ret = drm_modeset_backoff(&modeset_ctx);
drm_mode_object.c 519 drm_modeset_backoff(&ctx);
drm_client_modeset.c 594 drm_modeset_backoff(&ctx);
1058 drm_modeset_backoff(&ctx);
drm_plane.c 1001 ret = drm_modeset_backoff(&ctx);
1216 ret = drm_modeset_backoff(&ctx);
drm_framebuffer.c 919 drm_modeset_backoff(&ctx);
drm_atomic_uapi.c 1463 ret = drm_modeset_backoff(&ctx);
drm_fb_helper.c 1109 drm_modeset_backoff(&ctx);
  /src/sys/external/bsd/drm2/dist/drm/i915/display/
intel_pipe_crc.c 330 drm_modeset_backoff(&ctx);
intel_audio.c 836 drm_modeset_backoff(&ctx);
intel_psr.c 1153 err = drm_modeset_backoff(&ctx);
intel_sprite.c 2343 drm_modeset_backoff(&ctx);
intel_ddi.c 4635 drm_modeset_backoff(&ctx);
intel_display.c 4848 drm_modeset_backoff(ctx);
17418 drm_modeset_backoff(&ctx);
17520 drm_modeset_backoff(&ctx);
18501 drm_modeset_backoff(&ctx);
intel_dp.c 5216 drm_modeset_backoff(&ctx);
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 456 drm_modeset_backoff(&ctx);
vmwgfx_kms.c 2045 drm_modeset_backoff(&ctx);
  /src/sys/external/bsd/drm2/dist/drm/i915/
i915_debugfs.c 4454 if (ret == -EDEADLK && !drm_modeset_backoff(&ctx)) {
4467 ret = drm_modeset_backoff(&ctx);

Completed in 131 milliseconds