Home
last modified time | relevance | path

Searched refs:drm_client_modeset_commit_locked (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/drm/
H A Ddrm_client.h220 int drm_client_modeset_commit_locked(struct drm_client_dev *client);
/linux-6.15/drivers/gpu/drm/
H A Ddrm_client_modeset.c1175 int drm_client_modeset_commit_locked(struct drm_client_dev *client) in drm_client_modeset_commit_locked() function
1189 EXPORT_SYMBOL(drm_client_modeset_commit_locked);
1208 ret = drm_client_modeset_commit_locked(client); in drm_client_modeset_commit()
H A Ddrm_fb_helper.c235 ret = drm_client_modeset_commit_locked(&fb_helper->client); in __drm_fb_helper_restore_fbdev_mode_unlocked()
285 drm_client_modeset_commit_locked(&helper->client); in drm_fb_helper_restore_work_fn()
1387 ret = drm_client_modeset_commit_locked(&fb_helper->client); in pan_display_atomic()