Searched refs:stipple (Results 1 - 3 of 3) sorted by relevance

/drivers/gpu/drm/r128/
H A Dr128_ioc32.c143 drm_r128_stipple_t __user *stipple; local
148 stipple = compat_alloc_user_space(sizeof(*stipple));
149 if (!access_ok(VERIFY_WRITE, stipple, sizeof(*stipple))
151 &stipple->mask))
154 return drm_ioctl(file, DRM_IOCTL_R128_STIPPLE, (unsigned long)stipple);
H A Dr128_state.c1207 * Polygon stipple
1210 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple) argument
1221 OUT_RING(stipple[i]);
1521 drm_r128_stipple_t *stipple = data; local
1528 if (DRM_COPY_FROM_USER(&mask, stipple->mask, 32 * sizeof(u32)))
/drivers/gpu/drm/radeon/
H A Dradeon_state.c1939 static void radeon_cp_dispatch_stipple(struct drm_device * dev, u32 * stipple) argument
1953 OUT_RING(stipple[i]);
2458 drm_radeon_stipple_t *stipple = data; local
2463 if (DRM_COPY_FROM_USER(&mask, stipple->mask, 32 * sizeof(u32)))

Completed in 57 milliseconds