Searched refs:yres (Results 176 - 200 of 225) sorted by relevance

123456789

/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c152 .yres = 480,
165 .yres = 480,
/linux-master/drivers/video/fbdev/
H A Darcfb.c95 .yres = 64,
209 && (info->var.yres <= 64)) {
H A Dsimplefb.c585 info->var.yres = params.height;
625 info->var.xres, info->var.yres,
H A Ddnfb.c123 .yres = 1024,
H A Dp9100.c272 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
H A Dtgafb.c195 if (var->xres_virtual != var->xres || var->yres_virtual != var->yres)
197 if (var->xres * var->yres * (var->bits_per_pixel >> 3) > info->fix.smem_len)
256 vtimings = (info->var.yres & TGA_VERT_ACTIVE);
276 par->yres = info->var.yres;
H A Dtcx.c384 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
/linux-master/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder_phys_vid.c77 timing->yres = timing->height;
131 u32 active = timing->yres;
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c211 unsigned int bh = info->var.yres - (vc->vc_rows*ch);
213 unsigned int bs = info->var.yres - bh;
H A Dfbcon_ud.c228 unsigned int bh = info->var.yres - (vc->vc_rows*ch);
409 yoffset = vyres - info->var.yres - ops->var.yoffset;
H A Dfbcon_ccw.c196 unsigned int rw = info->var.yres - (vc->vc_cols*cw);
384 yoffset = (vyres - info->var.yres) - ops->var.xoffset;
H A Dfbsysfs.c53 m, mode->xres, mode->yres, v, mode->refresh);
/linux-master/arch/arm/mach-sa1100/
H A Dcollie.c330 .xres = 320, .yres = 240,
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c226 DBG("par=%p, %dx%d", fbi->par, fbi->var.xres, fbi->var.yres);
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c223 vrfb->yres = height;
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_ops.c407 max = info->fix.line_length * info->var.yres;
471 vactive = info->var.yres;
491 (info->var.xres - 1) << 16 | (info->var.yres - 1));
/linux-master/drivers/gpu/drm/ingenic/
H A Dingenic-ipu.c574 unsigned int num_w, denom_w, num_h, denom_h, xres, yres, max_w, max_h; local
619 yres = new_plane_state->src_h >> 16;
637 for (denom_h = yres, num_h = new_plane_state->crtc_h; num_h <= max_h; num_h++)
/linux-master/drivers/gpu/drm/
H A Ddrm_fb_helper.c645 u32 fb_height = info->var.yres;
1255 var->xres > fb->width || var->yres > fb->height ||
1259 var->xres, var->yres, var->bits_per_pixel,
1271 if (var->yoffset > var->yres_virtual - var->yres ||
1727 info->var.yres = fb_height;
/linux-master/drivers/video/fbdev/via/
H A Ddvi.c170 rb_mode = viafb_get_best_rb_mode(var->xres, var->yres, 60);
/linux-master/drivers/video/fbdev/aty/
H A Dradeonfb.h256 int xres, yres; member in struct:panel_info
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-osd.c288 dev->fb_defined.yres = dev->display_height;
/linux-master/arch/sh/boards/mach-ap325rxa/
H A Dsetup.c207 .yres = 480,
/linux-master/include/drm/
H A Ddrm_connector.h1402 * @yres:
1406 int yres; member in struct:drm_cmdline_mode
1448 * down to 8 pixels and 1.8% of yres).
/linux-master/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c239 void ipu_cpmem_set_resolution(struct ipuv3_channel *ch, int xres, int yres) argument
242 ipu_ch_param_write_field(ch, IPU_FIELD_FH, yres - 1);
/linux-master/drivers/ps3/
H A Dps3av.c876 int ps3av_video_mode2res(u32 id, u32 *xres, u32 *yres) argument
887 *yres = video_mode_table[id].y;

Completed in 252 milliseconds

123456789