Searched refs:drm_modeset_lock_all_ctx (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_modeset_lock.c | 105 ret = drm_modeset_lock_all_ctx(dev, ctx); in drm_modeset_lock_all() 388 int drm_modeset_lock_all_ctx(struct drm_device *dev, in drm_modeset_lock_all_ctx() function 413 EXPORT_SYMBOL(drm_modeset_lock_all_ctx);
|
D | drm_color_mgmt.c | 260 ret = drm_modeset_lock_all_ctx(dev, &ctx); in drm_mode_gamma_set_ioctl()
|
D | drm_crtc.c | 605 ret = drm_modeset_lock_all_ctx(crtc->dev, &ctx); in drm_mode_setcrtc()
|
D | drm_framebuffer.c | 814 ret = drm_modeset_lock_all_ctx(dev, &ctx); in atomic_remove_fb()
|
D | drm_atomic_helper.c | 3093 ret = drm_modeset_lock_all_ctx(dev, &ctx); in drm_atomic_helper_shutdown() 3145 err = drm_modeset_lock_all_ctx(dev, &ctx); in drm_atomic_helper_suspend() 3241 err = drm_modeset_lock_all_ctx(dev, &ctx); in drm_atomic_helper_resume()
|
D | drm_plane.c | 742 ret = drm_modeset_lock_all_ctx(plane->dev, &ctx); in setplane_internal()
|
/Linux-v4.19/include/drm/ |
D | drm_modeset_lock.h | 130 int drm_modeset_lock_all_ctx(struct drm_device *dev,
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | intel_fbdev.c | 352 while (drm_modeset_lock_all_ctx(fb_helper->dev, &ctx) != 0) in intel_fb_initial_config()
|
D | intel_display.c | 3747 ret = drm_modeset_lock_all_ctx(dev, ctx); in intel_prepare_reset() 15064 ret = drm_modeset_lock_all_ctx(dev, &ctx); in sanitize_watermarks() 15872 ret = drm_modeset_lock_all_ctx(dev, &ctx); in intel_display_resume()
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_kms.c | 727 ret = drm_modeset_lock_all_ctx(ddev, &ctx); in dpu_kms_pm_suspend()
|
/Linux-v4.19/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm.c | 4764 ret = drm_modeset_lock_all_ctx(dev, state->acquire_ctx); in do_aquire_global_lock()
|