Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/
Ddrm_ioc32.c949 drm_update_draw32_t update32; in compat_drm_update_draw() local
953 if (copy_from_user(&update32, (void __user *)arg, sizeof(update32))) in compat_drm_update_draw()
958 __put_user(update32.handle, &request->handle) || in compat_drm_update_draw()
959 __put_user(update32.type, &request->type) || in compat_drm_update_draw()
960 __put_user(update32.num, &request->num) || in compat_drm_update_draw()
961 __put_user(update32.data, &request->data)) in compat_drm_update_draw()