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

/drivers/gpu/drm/r128/
H A Dr128_state.c985 int i, xbuf_size, ybuf_size, buffer_size, mask_size; local
993 xbuf_size = count * sizeof(*x);
995 x = kmalloc(xbuf_size, GFP_KERNEL);
1003 if (DRM_COPY_FROM_USER(x, depth->x, xbuf_size)) {
1008 if (DRM_COPY_FROM_USER(y, depth->y, xbuf_size)) {
1145 int i, xbuf_size, ybuf_size; local
1156 xbuf_size = count * sizeof(*x);
1158 x = kmalloc(xbuf_size, GFP_KERNEL);
1166 if (DRM_COPY_FROM_USER(x, depth->x, xbuf_size)) {

Completed in 29 milliseconds