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

123456789

/drivers/staging/xgifb/
H A DXGI_main.h74 u16 xres; member in struct:_XGIbios_mode
182 u16 xres; member in struct:_XGI_vrate
/drivers/video/backlight/
H A Dcorgi_lcd.c344 if (m->xres == 640 || m->xres == 480)
/drivers/video/console/
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);
384 xoffset = vxres - (info->var.xres + ops->var.yoffset);
/drivers/video/fbdev/
H A Dcg14.c296 kmdi.mdi_width = info->var.xres;
488 info->var.xres);
H A Dmetronomefb.c114 .xres = DPY_W,
639 metronomefb_var.xres = fw;
H A Ddnfb.c119 .xres = 1280,
H A Dp9100.c277 linebytes = of_getintprop_default(dp, "linebytes", info->var.xres);
H A Ds3fb.c577 if (var->xres > var->xres_virtual)
578 var->xres_virtual = var->xres;
747 dbytes = info->var.xres * ((bpp+7)/8);
906 htotal = info->var.xres + info->var.left_margin + info->var.right_margin + info->var.hsync_len;
911 hsstart = ((info->var.xres + info->var.right_margin) * hmul) / 8;
H A Darkfb.c591 if (var->xres > var->xres_virtual)
592 var->xres_virtual = var->xres;
801 value = info->var.xres + info->var.left_margin + info->var.right_margin + info->var.hsync_len;
H A Dpmag-aa-fb.c324 var->xres = 1280;
H A Dtcx.c390 info->var.xres);
/drivers/video/fbdev/exynos/
H A Dexynos_mipi_dsi_common.c736 exynos_mipi_dsi_set_main_disp_resol(dsim, timing->xres,
742 timing->xres, timing->yres);
/drivers/gpu/drm/
H A Ddrm_fb_helper.c791 var->xres > fb->width || var->yres > fb->height ||
795 var->xres, var->yres, var->bits_per_pixel,
1178 info->var.xres = fb_width;
1240 if (mode->hdisplay != cmdline_mode->xres ||
/drivers/video/fbdev/aty/
H A Datyfb.h106 u32 xres; /* use for LCD stretching/scaling */ member in struct:pll_ct
H A Dradeonfb.h255 int xres, yres; member in struct:panel_info
/drivers/video/fbdev/omap2/
H A Dvrfb.c234 vrfb->xres = width;
/drivers/video/adf/
H A Dadf_fbdev.c127 vmode->xres = mode->hdisplay;
161 mode->hdisplay = vmode->xres;
207 buf.w = fbdev->info->var.xres;
/drivers/video/fbdev/geode/
H A Dlxfb_ops.c419 size = info->var.xres * (info->var.bits_per_pixel >> 3);
468 hactive = info->var.xres;
495 (info->var.xres - 1) << 16 | (info->var.yres - 1));
/drivers/video/fbdev/core/
H A Dfbmem.c398 image->dx = info->var.xres - image->width - image->dx;
408 image->dx = info->var.xres - image->width - tmp;
430 x < num && image->dx + image->width <= info->var.xres;
629 yres = info->var.xres;
906 var->xoffset > info->var.xres_virtual - info->var.xres)
/drivers/video/fbdev/intelfb/
H A Dintelfbhw.c335 if (var->xres - 1 > HACTIVE_MASK) {
337 var->xres, HACTIVE_MASK + 1);
345 if (var->xres < 4) {
346 WRN_MSG("X resolution too small (%d vs 4).\n", var->xres);
393 if ((xoffset + info->var.xres > info->var.xres_virtual) ||
1176 hactive = var->xres;
/drivers/video/fbdev/sis/
H A Dinit.c1807 unsigned short xres, temp, colordepth, infoflag; local
1811 xres = SiS_Pr->CHDisplay;
1814 xres = SiS_Pr->SiS_RefIndex[RRTI].XRes;
1819 temp = xres / 16;
1822 if(xres % 16) temp += (colordepth >> 1);
3538 int xres, int yres,
3583 if(writeres) var->xres = xres = E * 8;
3638 if((xres == 320) && ((yres == 200) || (yres == 240))) {
3537 SiS_Generic_ConvertCRData(struct SiS_Private *SiS_Pr, unsigned char *crdata, int xres, int yres, struct fb_var_screeninfo *var, bool writeres ) argument
/drivers/video/fbdev/via/
H A Ddvi.c184 rb_mode = viafb_get_best_rb_mode(var->xres, var->yres, 60);
/drivers/gpu/ipu-v3/
H A Dipu-cpmem.c220 void ipu_cpmem_set_resolution(struct ipuv3_channel *ch, int xres, int yres) argument
222 ipu_ch_param_write_field(ch, IPU_FIELD_FW, xres - 1);
/drivers/ps3/
H A Dps3av.c888 int ps3av_video_mode2res(u32 id, u32 *xres, u32 *yres) argument
898 *xres = video_mode_table[id].x;

Completed in 685 milliseconds

123456789