max_yres          624 drivers/gpu/drm/i915/gvt/kvmgt.c 	base->vfio_edid_regs.max_yres = vgpu_edid_yres(port->id);
max_yres          343 drivers/video/fbdev/au1200fb.c 	u32 	max_yres;		/* Maximum vertical resolution */
max_yres          589 drivers/video/fbdev/matrox/matroxfb_base.c 			unsigned int max_yres;
max_yres          597 drivers/video/fbdev/matrox/matroxfb_base.c 			max_yres = (vramlen - m2) / linelen;
max_yres          598 drivers/video/fbdev/matrox/matroxfb_base.c 			if (var->yres_virtual > max_yres)
max_yres          599 drivers/video/fbdev/matrox/matroxfb_base.c 				var->yres_virtual = max_yres;
max_yres         1270 drivers/video/fbdev/sa1100fb.c 			current_par.max_yres =
max_yres         2382 drivers/video/fbdev/sh_mobile_lcdcfb.c 	ovl->yres = ovl->cfg->max_yres;
max_yres         2391 drivers/video/fbdev/sh_mobile_lcdcfb.c 	ovl->fb_size = ovl->cfg->max_xres * ovl->cfg->max_yres
max_yres          373 include/uapi/linux/vfio.h 	__u32 max_yres;
max_yres          171 include/video/sh_mobile_lcdc.h 	unsigned int max_yres;
max_yres          557 samples/vfio-mdev/mbochs.c 	mdev_state->edid_regs.max_yres = type->max_y;