base_plane_width  632 drivers/video/fbdev/fsl-diu-fb.c 	__u32 base_plane_width, base_plane_height, upper_aoi_height;
base_plane_width  634 drivers/video/fbdev/fsl-diu-fb.c 	base_plane_width = data->fsl_diu_info[0].var.xres;
base_plane_width  652 drivers/video/fbdev/fsl-diu-fb.c 		if (var->xres > base_plane_width)
base_plane_width  653 drivers/video/fbdev/fsl-diu-fb.c 			var->xres = base_plane_width;
base_plane_width  654 drivers/video/fbdev/fsl-diu-fb.c 		if ((mfbi->x_aoi_d + var->xres) > base_plane_width)
base_plane_width  655 drivers/video/fbdev/fsl-diu-fb.c 			mfbi->x_aoi_d = base_plane_width - var->xres;
base_plane_width  672 drivers/video/fbdev/fsl-diu-fb.c 		if (var->xres > base_plane_width)
base_plane_width  673 drivers/video/fbdev/fsl-diu-fb.c 			var->xres = base_plane_width;
base_plane_width  674 drivers/video/fbdev/fsl-diu-fb.c 		if ((mfbi->x_aoi_d + var->xres) > base_plane_width)
base_plane_width  675 drivers/video/fbdev/fsl-diu-fb.c 			mfbi->x_aoi_d = base_plane_width - var->xres;