Searched refs:height (Results 251 - 275 of 547) sorted by relevance

<<11121314151617181920>>

/drivers/video/
H A Dsvgalib.c199 if ((map->width != 8) || (map->height != 16) ||
201 printk(KERN_ERR "fb%d: unsupported font parameters: width %d, height %d, depth %d, length %d\n",
202 info->node, map->width, map->height, map->depth, map->length);
208 for (i = 0; i < map->height; i++) {
213 font += map->height;
233 + (area->sy + area->height - 1) * rowstride;
235 + (area->dy + area->height - 1) * rowstride;
241 for (dy = 0; dy < area->height; dy++) {
265 for (dy = 0; dy < rect->height; dy++) {
287 for (dy=0; dy < blit->height; d
[all...]
H A Dxen-fbfront.c64 "Video memory size in MB, width, height in pixels (default 2,800,600)");
97 event.update.height = h;
247 xenfb_refresh(info, rect->dx, rect->dy, rect->width, rect->height);
255 xenfb_refresh(info, image->dx, image->dy, image->width, image->height);
263 xenfb_refresh(info, area->dx, area->dy, area->width, area->height);
273 xenfb_refresh(info, 0, 0, info->page->width, info->page->height);
294 /* Can't resize past initial width and height */
319 xenfb_info->resize.height = info->var.yres;
434 fb_info->var.height = -1;
558 info->page->height
[all...]
H A Dtdfxfb.c122 .height = -1,
505 DPRINTK("height not supported: %u\n", var->yres);
553 var->height = -1;
880 /* assume always rect->height < 4096 */
881 if (dy + rect->height > 4095) {
899 tdfx_outl(par, DSTSIZE, rect->width | (rect->height << 16));
918 /* assume always area->height < 4096 */
919 if (sy + area->height > 4095) {
928 /* assume always area->height < 4096 */
929 if (dy + area->height > 409
[all...]
H A Defifb.c23 .height = -1,
85 int height; member in struct:efifb_dmi_info
186 if (info->base == 0 && info->height == 0 && info->width == 0
234 screen_info.lfb_height = choose_value(info->height,
318 screen_info.lfb_height = dmi_list[i].height;
325 else if (!strncmp(this_opt, "height:", 7))
H A Dcirrusfb.c406 u_short width, u_short height,
410 u_short width, u_short height,
1773 if (!modded.width || !modded.height ||
1779 if (modded.dy + modded.height > vyres)
1780 modded.height = vyres - modded.dy;
1785 (region->width * m) / 8, region->height,
1809 if (!modded.width || !modded.height ||
1818 if (modded.sy + modded.height > vyres)
1819 modded.height = vyres - modded.sy;
1820 if (modded.dy + modded.height > vyre
2700 cirrusfb_BitBLT(u8 __iomem *regbase, int bits_per_pixel, u_short curx, u_short cury, u_short destx, u_short desty, u_short width, u_short height, u_short line_length) argument
2744 cirrusfb_RectFill(u8 __iomem *regbase, int bits_per_pixel, u_short x, u_short y, u_short width, u_short height, u32 fg_color, u32 bg_color, u_short line_length, u_char blitmode) argument
[all...]
/drivers/gpu/drm/radeon/
H A Dr600_cs.c247 /* returns alignment in pixels for pitch/height/depth and bytes for base */
263 /* technically tile_width/_height for pitch/height */
345 u32 height, height_align, pitch, pitch_align, depth_align; local
368 height = slice_tile_max / pitch;
369 if (height > 8192)
370 height = 8192;
394 if (height > 7)
395 height &= ~0x7;
411 if (!IS_ALIGNED(height, height_align)) {
412 dev_warn(p->dev, "%s:%d cb height (
470 u32 height = 8192; local
1498 unsigned width, height, depth, size; local
[all...]
H A Dradeon_state.c1707 u32 height; local
1761 if (spitch == 0 && image->height > 1)
1776 if (!radeon_check_offset(dev_priv, tex->offset + image->height *
1782 DRM_DEBUG("tex=%dx%d blit=%d\n", tex_width, tex->height, blit_width);
1787 image->x, image->y, image->width, image->height);
1792 height = image->height;
1795 size = height * blit_width;
1798 height = RADEON_MAX_TEXTURE_SIZE / blit_width;
1799 size = height * blit_widt
[all...]
/drivers/media/video/cx231xx/
H A Dcx231xx-video.c800 *size = (fh->dev->width * fh->dev->height * dev->format->depth + 7)>>3;
854 buf->vb.size = (fh->dev->width * fh->dev->height * dev->format->depth
860 buf->vb.height = dev->height;
1017 f->fmt.pix.height = dev->height;
1020 f->fmt.pix.sizeimage = f->fmt.pix.bytesperline * dev->height;
1045 unsigned int height = f->fmt.pix.height; local
1058 height mus
[all...]
/drivers/media/video/omap3isp/
H A Dispvideo.c172 pix->height = mbus->height;
198 pix->sizeimage = pix->bytesperline * pix->height;
212 mbus->height = pix->height;
355 fmt_source.format.height != fmt_sink.format.height)
418 vfh->format.fmt.pix.height != format.fmt.pix.height ||
834 crop->c.height
[all...]
H A Dispcsi2.c852 /* Clamp the width and height to valid range (1-8191). */
863 fmt->height = clamp_t(u32, fmt->height, 1, 8191);
945 format.height = 1;
948 fse->min_height = format.height;
955 format.height = -1;
958 fse->max_height = format.height;
1033 format.format.height = 4096;
/drivers/gpu/drm/gma500/
H A Daccel_2d.c290 a->sx, a->sy, a->dx, a->dy, a->width, a->height);
309 if (region->width == 8 || region->height == 8 ||
/drivers/gpu/drm/i915/
H A Ddvo_ivch.c155 uint16_t width, height; member in struct:ivch_priv
267 ivch_read(dvo, VR21, &priv->height);
/drivers/media/video/cx25821/
H A Dcx25821-video.h111 unsigned int height, enum v4l2_field field);
167 extern int cx25821_is_valid_height(u32 height, v4l2_std_id tvnorm);
/drivers/media/video/davinci/
H A Ddm644x_ccdc.c160 vert_nr_lines = (image_win->height >> 1) - 1;
171 vert_nr_lines = image_win->height - 1;
174 * of image height
176 mid_img = vert_start + (image_win->height / 2);
621 val |= (params->win.height) & CCDC_FMT_VERT_FMTLNV_MASK;
623 val |= (params->win.height >> 1) & CCDC_FMT_VERT_FMTLNV_MASK;
625 dev_dbg(ccdc_cfg.dev, "\nparams->win.height 0x%x ...\n",
626 params->win.height);
667 * Here -1 is to make the height value less than FMT_VERT.FMTLNV
670 val = (((params->win.height
[all...]
H A Disif.c308 vert_nr_lines = (image_win->height >> 1) - 1;
315 vert_nr_lines = image_win->height - 1;
317 mid_img = vert_start + (image_win->height / 2);
700 frame_size.pplen = isif_cfg.bayer.win.height;
803 isif_cfg.bayer.win.height = win->height;
808 isif_cfg.ycbcr.win.height = win->height;
/drivers/media/video/hdpvr/
H A Dhdpvr-control.c71 vidinf->height = dev->usbc_buf[3] << 8 | dev->usbc_buf[2];
85 if (!vidinf->width || !vidinf->height || !vidinf->fps) {
/drivers/media/video/zoran/
H A Dzoran.h155 int x, y, width, height; /* position */ member in struct:zoran_overlay_settings
162 int width, height, bytesperline; /* capture size */ member in struct:zoran_v4l_settings
H A Dzr36050.c342 /* SOF (start of frame) segment depends on width, height and sampling ratio
352 ptr->width, ptr->height, NO_OF_COMPONENTS);
358 sof_data[5] = (ptr->height) >> 8;
359 sof_data[6] = (ptr->height) & 0xff;
613 cap->x, cap->y, cap->width, cap->height,
619 ptr->height = cap->height / ((cap->decimation >> 8) & 0xff);
622 size = ptr->width * ptr->height;
836 ptr->height = 288;
/drivers/staging/crystalhd/
H A Dbc_dts_defs.h405 * @height: pixels
415 uint32_t height; member in struct:BC_PIC_INFO_BLOCK
470 uint32_t height, uint32_t stride, void *pOut);
/drivers/media/video/s5p-fimc/
H A Dmipi-csis.c209 mf->code, mf->width, mf->height);
217 val = (mf->width << 16) | mf->height;
373 &mf->height, 1, CSIS_MAX_PIX_HEIGHT, 1,
445 format->height = S5PCSIS_DEF_PIX_HEIGHT;
561 state->format.height = S5PCSIS_DEF_PIX_HEIGHT;
/drivers/video/msm/
H A Dmsm_fb.c361 rect->dy + rect->height);
368 area->dy + area->height);
375 image->dy + image->height);
463 fb_info->var.height = msmfb->panel->fb_data->height;
/drivers/media/video/cx18/
H A Dcx18-ioctl.c157 pixfmt->height = cx->cxhdl.height;
227 int h = fmt->fmt.pix.height;
233 /* YUV height must be a multiple of 32 */
241 fmt->fmt.pix.height = h;
284 h = fmt->fmt.pix.height;
286 if (cx->cxhdl.width == w && cx->cxhdl.height == h &&
302 mbus_fmt.height = cx->cxhdl.height = h;
523 cropcap->bounds.height
[all...]
/drivers/gpu/drm/mga/
H A Dmga_state.c316 MGA_WR62, MGA_G400_WR_MAGIC, /* tex0 height */
318 MGA_WR60, MGA_G400_WR_MAGIC); /* tex1 height */
504 u32 height = box->y2 - box->y1; local
514 MGA_YDSTLEN, (box->y1 << 16) | height,
530 MGA_YDSTLEN, (box->y1 << 16) | height,
546 MGA_YDSTLEN, (box->y1 << 16) | height,
602 u32 height = box->y2 - box->y1; local
611 MGA_YDSTLEN + MGA_EXEC, (box->y1 << 16) | height);
805 srcy = blit->height - srcy - 1;
/drivers/gpu/drm/via/
H A Dvia_verifier.c305 uint32_t *addr, *pitch, *height, tex; local
317 height = &(cur_seq->height[tex][start]);
324 tmp += (*height++ * *pitch++);
326 tmp += (*height++ << *pitch++);
479 tmp_addr = &(cur_seq->height[cur_seq->texture][0]);
489 tmp_addr = &(cur_seq->height[cur_seq->texture][0]);
/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.c395 * Sets the initial_[width|height] fields on the given vmw_private.
398 * clamping the value to fb_max_[width|height] fields and the
406 uint32_t height; local
409 height = vmw_read(dev_priv, SVGA_REG_HEIGHT);
412 height = max_t(uint32_t, height, VMW_MIN_INITIAL_HEIGHT);
415 height > dev_priv->fb_max_height) {
422 height = VMW_MIN_INITIAL_HEIGHT;
426 dev_priv->initial_height = height;

Completed in 2207 milliseconds

<<11121314151617181920>>