Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/r128/
Dr128_ioc32.c111 drm_r128_depth32_t depth32; in compat_r128_depth() local
114 if (copy_from_user(&depth32, (void __user *)arg, sizeof(depth32))) in compat_r128_depth()
117 depth.func = depth32.func; in compat_r128_depth()
118 depth.n = depth32.n; in compat_r128_depth()
119 depth.x = compat_ptr(depth32.x); in compat_r128_depth()
120 depth.y = compat_ptr(depth32.y); in compat_r128_depth()
121 depth.buffer = compat_ptr(depth32.buffer); in compat_r128_depth()
122 depth.mask = compat_ptr(depth32.mask); in compat_r128_depth()