Searched refs:xres (Results 176 - 200 of 237) sorted by relevance

12345678910

/linux-master/samples/vfio-mdev/
H A Dmdpy-fb.c148 info->var.xres = width;
/linux-master/include/video/
H A Dmmp_disp.h97 u32 xres; member in struct:mmp_mode
H A Domapfb_dss.h718 u16 *xres, u16 *yres);
793 u16 *xres, u16 *yres);
/linux-master/drivers/video/fbdev/
H A Damifb.c121 | margin # | xres # margin | len |
220 - diwstop_h = diwstrt_h + xres + 1. Because of the additional 1 this can
288 xres yres left right upper lower hsync vsync
299 xres yres left right upper lower hsync vsync
347 - make sure left_margin + xres + right_margin + hsync_len = 1816 for a
722 int xres; /* vmode */ member in struct:amifb_par
1152 if ((par->xres = var->xres) < 64)
1153 par->xres = 64;
1156 if ((par->vxres = var->xres_virtual) < par->xres)
[all...]
H A Dcirrusfb.c578 if (var->xres_virtual < var->xres)
579 var->xres_virtual = var->xres;
600 if (var->xoffset > var->xres_virtual - var->xres)
601 var->xoffset = var->xres_virtual - var->xres - 1;
674 var->xres, var->yres, var->bits_per_pixel);
700 hsyncstart = var->xres + var->right_margin;
703 hdispend = var->xres / 8;
758 dev_dbg(info->device, "CRT2: %d\n", var->xres / 8);
759 vga_wcrt(regbase, VGA_CRTC_H_BLANK_START, var->xres / 8);
H A Dmetronomefb.c114 .xres = DPY_W,
583 metronomefb_var.xres = fw;
H A Dcg14.c291 kmdi.mdi_width = info->var.xres;
481 info->var.xres);
H A Dsimplefb.c584 info->var.xres = params.width;
625 info->var.xres, info->var.yres,
H A Ddnfb.c122 .xres = 1280,
H A Dp9100.c271 linebytes = of_getintprop_default(dp, "linebytes", info->var.xres);
/linux-master/drivers/gpu/drm/imx/dcss/
H A Ddcss-dev.h128 void dcss_dpr_set_res(struct dcss_dpr *dpr, int ch_num, u32 xres, u32 yres);
/linux-master/include/uapi/linux/
H A Dfb.h244 __u32 xres; /* visible resolution */ member in struct:fb_var_screeninfo
/linux-master/drivers/video/fbdev/savage/
H A Dsavagefb_driver.c848 var->xres = var->xres_virtual = modedb->xres;
932 (var->xres > par->SavagePanelWidth ||
935 "(%dx%d)\n", var->xres, var->yres,
943 if (var->xres_virtual < var->xres)
944 var->xres_virtual = var->xres;
957 /* we must round yres/xres down, we already rounded y/xres_virtual up
961 if (var->xres_virtual < var->xres)
962 var->xres = var->xres_virtual;
963 if (var->xoffset + var->xres > va
[all...]
/linux-master/arch/sh/boards/mach-migor/
H A Dsetup.c223 .xres = 800,
231 .xres = 320,
/linux-master/arch/arm/mach-s3c/
H A Dmach-crag6410.c151 .xres = 640,
164 .xres = 640,
/linux-master/drivers/video/fbdev/core/
H A Dbitblit.c210 unsigned int rw = info->var.xres - (vc->vc_cols*cw);
212 unsigned int rs = info->var.xres - rw;
H A Dfbcon_cw.c180 unsigned int bh = info->var.xres - (vc->vc_rows*ch);
367 xoffset = vxres - (info->var.xres + ops->var.yoffset);
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c717 .xres = 480,
729 .xres = 240,
/linux-master/arch/arm/mach-sa1100/
H A Dcollie.c330 .xres = 320, .yres = 240,
/linux-master/drivers/video/fbdev/aty/
H A Datyfb.h109 u32 xres; /* use for LCD stretching/scaling */ member in struct:pll_ct
/linux-master/drivers/video/fbdev/omap2/omapfb/
H A Dvrfb.c222 vrfb->xres = width;
/linux-master/drivers/gpu/drm/omapdrm/
H A Domap_fbdev.c242 DBG("par=%p, %dx%d", fbi->par, fbi->var.xres, fbi->var.yres);
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c270 par->info->var.xres - 1, end_line);
622 info->var.xres = width;
624 info->var.xres_virtual = info->var.xres;
798 fb_info->fix.id, fb_info->var.xres, fb_info->var.yres,
/linux-master/drivers/video/fbdev/geode/
H A Dlxfb_ops.c415 size = info->var.xres * (info->var.bits_per_pixel >> 3);
464 hactive = info->var.xres;
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
618 xres = new_plane_state->src_w >> 16;
631 for (denom_w = xres, num_w = new_plane_state->crtc_w; num_w <= max_w; num_w++)

Completed in 488 milliseconds

12345678910