stipple           135 drivers/gpu/drm/r128/r128_ioc32.c 	drm_r128_stipple_t stipple;
stipple           140 drivers/gpu/drm/r128/r128_ioc32.c 	stipple.mask = compat_ptr(stipple32.mask);
stipple           142 drivers/gpu/drm/r128/r128_ioc32.c 	return drm_ioctl_kernel(file, r128_cce_stipple, &stipple, DRM_AUTH);
stipple          1183 drivers/gpu/drm/r128/r128_state.c static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple)
stipple          1194 drivers/gpu/drm/r128/r128_state.c 		OUT_RING(stipple[i]);
stipple          1494 drivers/gpu/drm/r128/r128_state.c 	drm_r128_stipple_t *stipple = data;
stipple          1501 drivers/gpu/drm/r128/r128_state.c 	if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32)))