Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/
Ddrm_ioc32.c887 struct drm_mode_fb_cmd2 req64; in compat_drm_mode_addfb2() local
890 if (copy_from_user(&req64, argp, in compat_drm_mode_addfb2()
894 if (copy_from_user(&req64.modifier, &argp->modifier, in compat_drm_mode_addfb2()
895 sizeof(req64.modifier))) in compat_drm_mode_addfb2()
898 err = drm_ioctl_kernel(file, drm_mode_addfb2, &req64, 0); in compat_drm_mode_addfb2()
902 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()