Searched defs:size (Results 1 - 25 of 2434) sorted by last modified time

1234567891011>>

/drivers/video/fbdev/aty/
H A Dradeon_pm.c1293 int size; local
1295 mrtable = of_get_property(rinfo->of_node, "ATY,MRT", &size);
1297 mrtable_size = size >> 2;
/drivers/video/fbdev/
H A Dauo_k190x.c82 static int auok190x_issue_pixels_rgb565(struct auok190xfb_par *par, int size, argument
90 if (size & 7) {
91 dev_err(dev, "issue_pixels: size %d must be a multiple of 8\n",
92 size);
96 for (i = 0; i < (size >> 2); i++) {
111 static int auok190x_issue_pixels_gray8(struct auok190xfb_par *par, int size, argument
118 if (size & 3) {
119 dev_err(dev, "issue_pixels: size %d must be a multiple of 4\n",
120 size);
124 for (i = 0; i < (size >>
142 auok190x_issue_pixels(struct auok190xfb_par *par, int size, u16 *data) argument
243 auok190x_send_cmdargs_pixels_nowait(struct auok190xfb_par *par, u16 cmd, int argc, u16 *argv, int size, u16 *data) argument
261 auok190x_send_cmdargs_pixels(struct auok190xfb_par *par, u16 cmd, int argc, u16 *argv, int size, u16 *data) argument
447 int size; local
[all...]
H A Dbfin_adv7393fb.c338 size_t size, loff_t *ppos)
344 return simple_read_from_buffer(buf, size, ppos, message,
337 adv7393_read_proc(struct file *file, char __user *buf, size_t size, loff_t *ppos) argument
H A Dbroadsheetfb.c186 static void broadsheet_gpio_burst_write(struct broadsheetfb_par *par, int size, argument
195 for (i = 0; i < size; i++) {
206 static void broadsheet_mmio_burst_write(struct broadsheetfb_par *par, int size, argument
212 for (i = 0; i < size; i++) {
220 static void broadsheet_burst_write(struct broadsheetfb_par *par, int size, argument
224 broadsheet_mmio_burst_write(par, size, data);
226 broadsheet_gpio_burst_write(par, size, data);
545 int addr, int size, char *data)
554 for (i = 0; i < size; i++) {
750 if ((fw_entry->size <
544 broadsheet_spiflash_read_range(struct broadsheetfb_par *par, int addr, int size, char *data) argument
[all...]
H A Dchipsfb.c353 unsigned long addr, size; local
365 size = pci_resource_len(dp, 0);
H A Dcirrusfb.c534 /* memory size in pixels */
573 "Unsupported bpp size: %d\n", var->bits_per_pixel);
1498 /* make sure RAM size set by this point */
1823 unsigned size = ((image->width + 7) >> 3) * image->height; local
1850 memcpy(info->screen_base, image->data, size);
1857 /* Pulled the logic from XFree86 Cirrus driver to get the memory size,
1887 dev_warn(info->device, "Unknown memory size!\n");
H A Dclps711x-fb.c108 resource_size_t size; local
111 size = (info->var.xres * info->var.yres * info->var.bits_per_pixel) / 8;
112 if (size > cfb->buffsize)
128 info->fix.smem_len = size;
267 info->apertures->ranges[0].size = cfb->buffsize;
H A Dclps711xfb.c184 unsigned int lcdcon, syscon, size; local
244 size = info->var.xres * info->var.yres * info->var.bits_per_pixel / 8;
248 * RAM if size here...
252 if (size <= 38400) {
261 memset(virt_base, 0, size);
266 info->fix.smem_len = PAGE_ALIGN(size);
H A Dep93xx-fb.c432 int size; local
435 size = mode->xres * mode->yres * mach_info->bpp / 8;
436 if (size > fb_size)
437 fb_size = size;
H A Dgbefb.c62 * size
1006 unsigned long size = vma->vm_end - vma->vm_start; local
1015 if (size > gbe_mem_size)
1017 if (offset > gbe_mem_size - size)
1035 if ((offset + size) < TILE_SIZE)
1036 phys_size = size;
1045 size -= phys_size;
1048 } while (size);
1074 static DEVICE_ATTR(size, S_IRUGO, gbefb_show_memsize, NULL);
H A Dhyperv_fb.c78 u32 size; /* size of message after this field */ member in struct:pipe_msg_hdr
100 u32 size; /* size of this header + payload after this field*/ member in struct:synthvid_msg_hdr
247 msg->pipe_hdr.size = msg->vid_hdr.size;
250 msg->vid_hdr.size + sizeof(struct pipe_msg_hdr),
273 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) +
296 msg.vid_hdr.size = sizeof(struct synthvid_msg_hdr) +
306 msg.vid_hdr.size
[all...]
H A Digafb.c57 unsigned long size; member in struct:pci_mmap_map
225 unsigned int size, page, map_size = 0; local
232 size = vma->vm_end - vma->vm_start;
235 for (page = 0; page < size; ) {
237 for (i = 0; par->mmap_map[i].size; i++) {
239 unsigned long end = start + par->mmap_map[i].size;
247 map_size = par->mmap_map[i].size - (offset - start);
255 if (page + map_size > size)
256 map_size = size - page;
376 int size, iga200 local
[all...]
H A Dimsttfb.c1470 unsigned long addr, size; local
1493 size = pci_resource_len (pdev, 0);
1495 if (!request_mem_region(addr, size, "imsttfb")) {
1516 release_mem_region(addr, size);
1539 int size = pci_resource_len(pdev, 0); local
1545 release_mem_region(info->fix.smem_start, size);
/drivers/video/fbdev/core/
H A Dfbcmap.c94 int size = len * sizeof(u16); local
102 cmap->red = kmalloc(size, flags);
105 cmap->green = kmalloc(size, flags);
108 cmap->blue = kmalloc(size, flags);
112 cmap->transp = kmalloc(size, flags);
167 int size; local
173 size = to->len - tooff;
174 if (size > (int) (from->len - fromoff))
175 size = from->len - fromoff;
176 if (size <
191 int size; local
265 int rc, size = cmap->len * sizeof(u16); local
[all...]
H A Dfbmem.c158 char* fb_get_buffer_offset(struct fb_info *info, struct fb_pixmap *buf, u32 size) argument
175 if (offset + size > buf->size) {
184 buf->offset = offset + size;
364 u32 size = width * height, i; local
366 out += size - 1;
368 for (i = size; i--; )
1548 /* is the generic aperture base inside the hw base->hw base+size */
1549 if (gen->base > hw->base && gen->base < hw->base + hw->size)
1567 (unsigned long long)g->size,
[all...]
H A Dfbsysfs.c29 * @size: size of driver private data, can be zero
32 * Creates a new frame buffer info structure. Also reserves @size bytes
39 struct fb_info *framebuffer_alloc(size_t size, struct device *dev) argument
47 if (size)
50 p = kzalloc(fb_info_size + size, GFP_KERNEL);
57 if (size)
/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_common.c103 * @data1: size of packet data
222 unsigned int size, payload = 0; local
225 size = data_size * 4;
295 dev_dbg(dsim->dev, "mipi dsi rx size : %d\n", rxsize);
298 "received size mismatch received: %d, requested: %d\n",
/drivers/video/fbdev/geode/
H A Dgxfb_core.c120 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) argument
124 *size = ARRAY_SIZE(gx_dcon_modedb);
127 *size = ARRAY_SIZE(gx_modedb);
132 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) argument
135 *size = ARRAY_SIZE(gx_modedb);
541 MODULE_PARM_DESC(vram, "video memory size");
H A Dlxfb_core.c229 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) argument
233 *size = ARRAY_SIZE(olpc_dcon_modedb);
236 *size = ARRAY_SIZE(geode_modedb);
241 static void get_modedb(struct fb_videomode **modedb, unsigned int *size) argument
244 *size = ARRAY_SIZE(geode_modedb);
677 MODULE_PARM_DESC(vram, "video memory size");
H A Dlxfb_ops.c330 /* The page size is 4k */
334 /* The frame buffer size is reported by a VSM in VSA II */
350 unsigned int max, dv, val, size; local
419 size = info->var.xres * (info->var.bits_per_pixel >> 3);
422 write_dc(par, DC_LINE_SIZE, (size + 7) >> 3);
/drivers/video/fbdev/i810/
H A Di810.h229 u32 size; member in struct:heap_data
H A Di810_accel.c70 (par->iring.size - tail + head) >= space) ||
96 if (wait_for_space(info, par->iring.size)) /* flush */
115 * Checks/waits for sufficient space in ringbuffer of size
218 * @dsize: size of bitmap in double words
370 u32 fg = 0, bg = 0, size, dst; local
393 size = (image->width+7)/8 + 1;
394 size &= ~1;
395 size *= image->height;
396 size += 7;
397 size
[all...]
H A Di810_gtf.c228 u32 i, size = 0, pixclock, wm_best = 0, min, diff; local
234 size = ARRAY_SIZE(i810_wm_8_100);
238 size = ARRAY_SIZE(i810_wm_16_100);
243 size = ARRAY_SIZE(i810_wm_24_100);
249 size = ARRAY_SIZE(i810_wm_8_133);
253 size = ARRAY_SIZE(i810_wm_16_133);
258 size = ARRAY_SIZE(i810_wm_24_133);
264 for (i = 0; i < size; i++) {
H A Di810_main.c69 * Note, the size of the hole may change depending on how much memory you allocate to X,
77 static u32 v_offset_default; /* For 32 MiB Aper size, 8 should be the default */
986 * This will check if the framebuffer size is sufficient
1003 if (vidmem > par->fb.size) {
1004 vyres = par->fb.size/line_length;
1007 vxres = par->fb.size/vyres;
1095 fix->smem_len = par->fb.size;
1512 int size = ((cursor->image.width + 7) >> 3) * local
1522 for (i = 0; i < size; i++)
1527 for (i = 0; i < size;
1666 int size; local
[all...]
/drivers/video/fbdev/intelfb/
H A Dintelfb.h243 u32 size; /* in bytes */ member in struct:intelfb_heap_data

Completed in 447 milliseconds

1234567891011>>