Searched refs:ybuf_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
985 ybuf_size = count * sizeof(*y);
989 y = kmalloc(ybuf_size, GFP_KERNEL);
1136 int i, xbuf_size, ybuf_size; local
1148 ybuf_size = count * sizeof(*y);
1152 y = kmalloc(ybuf_size, GFP_KERNEL);
1162 if (DRM_COPY_FROM_USER(y, depth->y, ybuf_size)) {

Completed in 30 milliseconds