Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/r128/
Dr128_ioc32.c135 drm_r128_stipple_t stipple; in compat_r128_stipple() local
140 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()
Dr128_state.c1183 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple) in r128_cce_dispatch_stipple() argument
1194 OUT_RING(stipple[i]); in r128_cce_dispatch_stipple()
1494 drm_r128_stipple_t *stipple = data; in r128_cce_stipple() local
1501 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32))) in r128_cce_stipple()