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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/r128/
H A Dr128_state.c976 int i, xbuf_size, ybuf_size, buffer_size, mask_size; local
984 xbuf_size = count * sizeof(*x);
986 x = kmalloc(xbuf_size, GFP_KERNEL);
994 if (DRM_COPY_FROM_USER(x, depth->x, xbuf_size)) {
999 if (DRM_COPY_FROM_USER(y, depth->y, xbuf_size)) {
1136 int i, xbuf_size, ybuf_size; local
1147 xbuf_size = count * sizeof(*x);
1149 x = kmalloc(xbuf_size, GFP_KERNEL);
1157 if (DRM_COPY_FROM_USER(x, depth->x, xbuf_size)) {

Completed in 155 milliseconds