Searched refs:stipple (Results 1 – 2 of 2) sorted by relevance
135 drm_r128_stipple_t stipple; in compat_r128_stipple() local140 stipple.mask = compat_ptr(stipple32.mask); in compat_r128_stipple()142 return drm_ioctl_kernel(file, r128_cce_stipple, &stipple, DRM_AUTH); in compat_r128_stipple()
1183 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple) in r128_cce_dispatch_stipple() argument1194 OUT_RING(stipple[i]); in r128_cce_dispatch_stipple()1494 drm_r128_stipple_t *stipple = data; in r128_cce_stipple() local1501 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32))) in r128_cce_stipple()