Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/r128/
Dr128_ioc32.c134 drm_r128_stipple_t stipple; in compat_r128_stipple() local
139 stipple.mask = compat_ptr(stipple32.mask); in compat_r128_stipple()
141 return drm_ioctl_kernel(file, r128_cce_stipple, &stipple, DRM_AUTH); in compat_r128_stipple()
Dr128_state.c1176 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple) in r128_cce_dispatch_stipple() argument
1187 OUT_RING(stipple[i]); in r128_cce_dispatch_stipple()
1487 drm_r128_stipple_t *stipple = data; in r128_cce_stipple() local
1494 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32))) in r128_cce_stipple()