Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_ioc32.c306 struct drm_mode_fb_cmd2 req64; in compat_drm_mode_addfb2() local
309 memset(&req64, 0, sizeof(req64)); in compat_drm_mode_addfb2()
311 if (copy_from_user(&req64, argp, in compat_drm_mode_addfb2()
315 if (copy_from_user(&req64.modifier, &argp->modifier, in compat_drm_mode_addfb2()
316 sizeof(req64.modifier))) in compat_drm_mode_addfb2()
319 err = drm_ioctl_kernel(file, drm_mode_addfb2, &req64, 0); in compat_drm_mode_addfb2()
323 if (put_user(req64.fb_id, &argp->fb_id)) in compat_drm_mode_addfb2()