Home
last modified time | relevance | path

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

/drivers/gpu/drm/
Ddrm_ioc32.c946 drm_update_draw32_t update32; in compat_drm_update_draw() local
950 if (copy_from_user(&update32, (void __user *)arg, sizeof(update32))) in compat_drm_update_draw()
955 __put_user(update32.handle, &request->handle) || in compat_drm_update_draw()
956 __put_user(update32.type, &request->type) || in compat_drm_update_draw()
957 __put_user(update32.num, &request->num) || in compat_drm_update_draw()
958 __put_user(update32.data, &request->data)) in compat_drm_update_draw()