Searched refs:stipple (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/r128/ |
D | r128_ioc32.c | 143 drm_r128_stipple_t __user *stipple; in compat_r128_stipple() local 148 stipple = compat_alloc_user_space(sizeof(*stipple)); in compat_r128_stipple() 149 if (!access_ok(VERIFY_WRITE, stipple, sizeof(*stipple)) in compat_r128_stipple() 151 &stipple->mask)) in compat_r128_stipple() 154 return drm_ioctl(file, DRM_IOCTL_R128_STIPPLE, (unsigned long)stipple); in compat_r128_stipple()
|
D | r128_state.c | 1187 static void r128_cce_dispatch_stipple(struct drm_device *dev, u32 *stipple) in r128_cce_dispatch_stipple() argument 1198 OUT_RING(stipple[i]); in r128_cce_dispatch_stipple() 1498 drm_r128_stipple_t *stipple = data; in r128_cce_stipple() local 1505 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32))) in r128_cce_stipple()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_state.c | 1939 static void radeon_cp_dispatch_stipple(struct drm_device * dev, u32 * stipple) in radeon_cp_dispatch_stipple() argument 1953 OUT_RING(stipple[i]); in radeon_cp_dispatch_stipple() 2458 drm_radeon_stipple_t *stipple = data; in radeon_cp_stipple() local 2463 if (copy_from_user(&mask, stipple->mask, 32 * sizeof(u32))) in radeon_cp_stipple()
|