Home
last modified time | relevance | path

Searched refs:drm_modeset_backoff (Results 1 – 25 of 31) sorted by relevance

12

/linux-6.12.1/include/drm/
Ddrm_modeset_lock.h104 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx);
206 ret = drm_modeset_backoff(&ctx); \
/linux-6.12.1/drivers/gpu/drm/
Ddrm_modeset_lock.c161 drm_modeset_backoff(ctx); in drm_modeset_lock_all()
346 int drm_modeset_backoff(struct drm_modeset_acquire_ctx *ctx) in drm_modeset_backoff() function
360 EXPORT_SYMBOL(drm_modeset_backoff);
Ddrm_probe_helper.c362 drm_modeset_backoff(&ctx); in drm_helper_probe_detect_ctx()
576 drm_modeset_backoff(&ctx); in drm_helper_probe_single_connector_modes()
599 drm_modeset_backoff(&ctx); in drm_helper_probe_single_connector_modes()
665 drm_modeset_backoff(&ctx); in drm_helper_probe_single_connector_modes()
684 drm_modeset_backoff(&ctx); in drm_helper_probe_single_connector_modes()
Ddrm_self_refresh_helper.c120 ret = drm_modeset_backoff(&ctx); in drm_self_refresh_helper_entry_work()
Ddrm_damage_helper.c186 ret = drm_modeset_backoff(&ctx); in drm_atomic_helper_dirtyfb()
Ddrm_mode_object.c550 drm_modeset_backoff(&ctx); in set_property_atomic()
Ddrm_client_modeset.c607 drm_modeset_backoff(&ctx); in drm_client_firmware_config()
1083 drm_modeset_backoff(&ctx); in drm_client_modeset_commit_atomic()
Ddrm_plane.c1316 ret = drm_modeset_backoff(&ctx); in drm_mode_cursor_common()
1539 ret = drm_modeset_backoff(&ctx); in drm_mode_page_flip_ioctl()
Ddrm_mode_config.c457 ret = drm_modeset_backoff(&modeset_ctx); in drmm_mode_config_init()
Ddrm_framebuffer.c1055 drm_modeset_backoff(&ctx); in atomic_remove_fb()
Ddrm_atomic_uapi.c1527 ret = drm_modeset_backoff(&ctx); in drm_mode_atomic_ioctl()
Ddrm_fb_helper.c1001 drm_modeset_backoff(&ctx); in setcmap_atomic()
/linux-6.12.1/drivers/gpu/drm/i915/display/
Dintel_modeset_lock.c41 *ret = drm_modeset_backoff(ctx); in _intel_modeset_lock_end()
Dintel_sprite_uapi.c120 drm_modeset_backoff(&ctx); in intel_sprite_set_colorkey_ioctl()
Dintel_display_reset.c58 drm_modeset_backoff(ctx); in intel_display_reset_prepare()
Dintel_pipe_crc.c319 drm_modeset_backoff(&ctx); in intel_crtc_crc_setup_workarounds()
Dintel_display_driver.c739 drm_modeset_backoff(&ctx); in intel_display_driver_resume()
Dintel_display_debugfs.c1164 if (ret == -EDEADLK && !drm_modeset_backoff(&ctx)) { in i915_dsc_fec_support_show()
1177 ret = drm_modeset_backoff(&ctx); in i915_dsc_fec_support_show()
Dintel_audio.c969 drm_modeset_backoff(&ctx); in glk_force_audio_cdclk()
/linux-6.12.1/drivers/gpu/drm/nouveau/
Dnouveau_backlight.c153 drm_modeset_backoff(&ctx); in nv50_edp_get_brightness()
195 drm_modeset_backoff(&ctx); in nv50_edp_set_brightness()
/linux-6.12.1/drivers/gpu/drm/msm/disp/
Dmsm_disp_snapshot_util.c114 drm_modeset_backoff(&ctx); in msm_disp_capture_atomic_state()
/linux-6.12.1/drivers/gpu/drm/gud/
Dgud_connector.c94 drm_modeset_backoff(&ctx); in gud_connector_backlight_update_status_work()
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv50/
Dcrc.c623 drm_modeset_backoff(&ctx); in nv50_crc_set_source()
/linux-6.12.1/drivers/gpu/drm/renesas/rcar-du/
Drcar_du_crtc.c1143 drm_modeset_backoff(&ctx); in rcar_du_crtc_set_crc_source()
/linux-6.12.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c2061 drm_modeset_backoff(&ctx); in vmw_du_update_layout()

12