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

123456789

/linux-master/arch/sh/boards/mach-se/7724/
H A Dsetup.c165 .yres = 720,
180 .yres = 480,
/linux-master/drivers/video/fbdev/
H A Dcg6.c719 sbus_writel(info->var.yres - 1, &fbc->clipmaxy);
768 info->fix.smem_len = PAGE_ALIGN(linebytes * info->var.yres);
H A Dvt8623fb.c340 if (var->yres > var->yres_virtual)
341 var->yres_virtual = var->yres;
H A Ds3fb.c572 if (var->yres > var->yres_virtual)
573 var->yres_virtual = var->yres;
1341 if (info->var.yres_virtual < info->var.yres) {
H A Darkfb.c577 if (var->yres > var->yres_virtual)
578 var->yres_virtual = var->yres;
H A Dffb.c942 par->fbsize = PAGE_ALIGN(info->var.xres * info->var.yres * 4);
H A Doffb.c433 var->yres = var->yres_virtual = height;
H A Dssd1307fb.c705 info->var.yres = par->height;
/linux-master/drivers/staging/sm750fb/
H A Dsm750.c492 var->yres,
823 "yres=%d\n"
831 var->yres,
/linux-master/arch/sh/boards/mach-ecovec24/
H A Dsetup.c315 .yres = 480,
330 .yres = 720,
/linux-master/drivers/video/fbdev/sis/
H A Dinit301.c3056 unsigned short xres, yres, modeflag=0, resindex; local
3071 yres = SiS_Pr->SiS_StResInfo[resindex].VTotal;
3074 yres = SiS_Pr->SiS_ModeResInfo[resindex].VTotal;
3082 if(yres == 350) yres = 400;
3085 if(ModeNo == 0x12) yres = 400;
3090 if(modeflag & DoubleScanMode) yres <<= 1;
3101 if(yres == 350) yres = 357;
3102 if(yres
[all...]
H A Dsis.h354 int yres, struct fb_var_screeninfo *var, bool writeres);
H A Dinit.c3536 int xres, int yres,
3609 if(writeres) var->yres = yres = E;
3614 if((xres == 320) && ((yres == 200) || (yres == 240))) {
3535 SiS_Generic_ConvertCRData(struct SiS_Private *SiS_Pr, unsigned char *crdata, int xres, int yres, struct fb_var_screeninfo *var, bool writeres ) argument
/linux-master/drivers/video/fbdev/via/
H A Dviamode.c347 if (modes[i].xres != hres || modes[i].yres != vres)
H A Dlcd.c534 int set_vres = cyres ? cyres : var->yres;
/linux-master/arch/sh/boards/mach-kfr2r09/
H A Dsetup.c146 .yres = 400,
/linux-master/drivers/hid/
H A Dhid-picolcd_fb.c60 .yres = PICOLCDFB_HEIGHT,
/linux-master/drivers/auxdisplay/
H A Dht16k33.c124 .yres = HT16K33_MATRIX_LED_MAX_COLS,
/linux-master/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-dsi-cm.c372 u16 *xres, u16 *yres)
375 *yres = dssdev->panel.timings.y_res;
371 dsicm_get_resolution(struct omap_dss_device *dssdev, u16 *xres, u16 *yres) argument
/linux-master/drivers/gpu/drm/msm/disp/mdp5/
H A Dmdp5_crtc.c847 uint32_t yres = crtc->mode.vdisplay; local
857 * bottom (yres - y < cursor.height) boundary of the screen, then ROI
861 * (yres-y) will be new cursor height when y > (yres - cursor.height)
874 *roi_h = min(mdp5_crtc->cursor.height, yres -
/linux-master/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c122 mt->VDisplay = var->yres;
/linux-master/drivers/gpu/drm/
H A Ddrm_probe_helper.c156 mode->vdisplay != cmdline_mode->yres)
H A Ddrm_client_modeset.c193 mode->vdisplay != cmdline_mode->yres)
H A Ddrm_connector.c185 mode->xres, mode->yres,
/linux-master/include/linux/
H A Dfb.h816 u32 yres; member in struct:fb_videomode

Completed in 283 milliseconds

123456789