Searched refs:drm_modeset_lock_all_ctx (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.4/include/drm/ |
| D | drm_modeset_lock.h | 130 int drm_modeset_lock_all_ctx(struct drm_device *dev, 160 ret = drm_modeset_lock_all_ctx(dev, &ctx); \
|
| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_modeset_lock.c | 110 ret = drm_modeset_lock_all_ctx(dev, ctx); in drm_modeset_lock_all() 395 int drm_modeset_lock_all_ctx(struct drm_device *dev, in drm_modeset_lock_all_ctx() function 427 EXPORT_SYMBOL(drm_modeset_lock_all_ctx);
|
| D | drm_framebuffer.c | 856 ret = drm_modeset_lock_all_ctx(dev, &ctx); in atomic_remove_fb()
|
| D | drm_client_modeset.c | 530 while (drm_modeset_lock_all_ctx(dev, &ctx) != 0) in drm_client_firmware_config()
|
| /Linux-v5.4/Documentation/gpu/ |
| D | todo.rst | 224 drm_modeset_lock_all_ctx() with DRM_MODESET_LOCK_ALL_BEGIN() and
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_display.c | 4294 ret = drm_modeset_lock_all_ctx(dev, ctx); in intel_prepare_reset() 16002 ret = drm_modeset_lock_all_ctx(dev, &ctx); in sanitize_watermarks() 17052 ret = drm_modeset_lock_all_ctx(dev, &ctx); in intel_display_resume()
|
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ |
| D | amdgpu_dm.c | 6512 ret = drm_modeset_lock_all_ctx(dev, state->acquire_ctx); in do_aquire_global_lock()
|