Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/
Ddrm_ioc32.c876 struct drm_mode_fb_cmd2 req64; in compat_drm_mode_addfb2() local
879 if (copy_from_user(&req64, argp, in compat_drm_mode_addfb2()
883 if (copy_from_user(&req64.modifier, &argp->modifier, in compat_drm_mode_addfb2()
884 sizeof(req64.modifier))) in compat_drm_mode_addfb2()
887 err = drm_ioctl_kernel(file, drm_mode_addfb2, &req64, in compat_drm_mode_addfb2()
892 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()