Searched refs:drm_modeset_backoff (Results 1 - 22 of 22) sorted by relevance

/netbsd-current/sys/external/bsd/drm2/dist/include/drm/
H A Ddrm_modeset_lock.h52 * 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); \
/netbsd-current/sys/external/bsd/drm2/dist/drm/
H A Ddrm_modeset_lock.c53 * 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
312 EXPORT_SYMBOL(drm_modeset_backoff); variable
334 * to take any more locks without first calling drm_modeset_backoff().
H A Ddrm_probe_helper.c289 drm_modeset_backoff(&ctx);
418 drm_modeset_backoff(&ctx);
441 drm_modeset_backoff(&ctx);
H A Ddrm_self_refresh_helper.c127 ret = drm_modeset_backoff(&ctx);
H A Ddrm_damage_helper.c244 ret = drm_modeset_backoff(&ctx);
H A Ddrm_mode_object.c519 drm_modeset_backoff(&ctx);
H A Ddrm_mode_config.c439 ret = drm_modeset_backoff(&modeset_ctx);
H A Ddrm_client_modeset.c594 drm_modeset_backoff(&ctx);
1058 drm_modeset_backoff(&ctx);
H A Ddrm_plane.c1001 ret = drm_modeset_backoff(&ctx);
1216 ret = drm_modeset_backoff(&ctx);
H A Ddrm_framebuffer.c919 drm_modeset_backoff(&ctx);
H A Ddrm_atomic_uapi.c1463 ret = drm_modeset_backoff(&ctx);
H A Ddrm_fb_helper.c1109 drm_modeset_backoff(&ctx);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_pipe_crc.c330 drm_modeset_backoff(&ctx);
H A Dintel_audio.c836 drm_modeset_backoff(&ctx);
H A Dintel_psr.c1153 err = drm_modeset_backoff(&ctx);
H A Dintel_sprite.c2343 drm_modeset_backoff(&ctx);
H A Dintel_ddi.c4635 drm_modeset_backoff(&ctx);
H A Dintel_display.c4848 drm_modeset_backoff(ctx);
17418 drm_modeset_backoff(&ctx);
17520 drm_modeset_backoff(&ctx);
18501 drm_modeset_backoff(&ctx);
H A Dintel_dp.c5216 drm_modeset_backoff(&ctx);
/netbsd-current/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c456 drm_modeset_backoff(&ctx);
H A Dvmwgfx_kms.c2045 drm_modeset_backoff(&ctx);
/netbsd-current/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_debugfs.c4454 if (ret == -EDEADLK && !drm_modeset_backoff(&ctx)) {
4467 ret = drm_modeset_backoff(&ctx);

Completed in 493 milliseconds