Searched refs:req64 (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_ioc32.c | 886 struct drm_mode_fb_cmd2 req64; in compat_drm_mode_addfb2() local 889 memset(&req64, 0, sizeof(req64)); in compat_drm_mode_addfb2() 891 if (copy_from_user(&req64, argp, in compat_drm_mode_addfb2() 895 if (copy_from_user(&req64.modifier, &argp->modifier, in compat_drm_mode_addfb2() 896 sizeof(req64.modifier))) in compat_drm_mode_addfb2() 899 err = drm_ioctl_kernel(file, drm_mode_addfb2, &req64, 0); in compat_drm_mode_addfb2() 903 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()
|