Searched refs:req64 (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_ioc32.c | 896 struct drm_mode_fb_cmd2 req64; in compat_drm_mode_addfb2() local 899 memset(&req64, 0, sizeof(req64)); in compat_drm_mode_addfb2() 901 if (copy_from_user(&req64, argp, in compat_drm_mode_addfb2() 905 if (copy_from_user(&req64.modifier, &argp->modifier, in compat_drm_mode_addfb2() 906 sizeof(req64.modifier))) in compat_drm_mode_addfb2() 909 err = drm_ioctl_kernel(file, drm_mode_addfb2, &req64, 0); in compat_drm_mode_addfb2() 913 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()
|