Searched refs:xbuf_size (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/r128/ |
D | r128_state.c | 982 int i, xbuf_size, ybuf_size, buffer_size, mask_size; in r128_cce_dispatch_write_pixels() local 990 xbuf_size = count * sizeof(*x); in r128_cce_dispatch_write_pixels() 992 x = memdup_user(depth->x, xbuf_size); in r128_cce_dispatch_write_pixels() 1118 int i, xbuf_size, ybuf_size; in r128_cce_dispatch_read_pixels() local 1129 xbuf_size = count * sizeof(*x); in r128_cce_dispatch_read_pixels() 1131 x = kmalloc(xbuf_size, GFP_KERNEL); in r128_cce_dispatch_read_pixels() 1139 if (copy_from_user(x, depth->x, xbuf_size)) { in r128_cce_dispatch_read_pixels()
|