base_plane_height  632 drivers/video/fbdev/fsl-diu-fb.c 	__u32 base_plane_width, base_plane_height, upper_aoi_height;
base_plane_height  635 drivers/video/fbdev/fsl-diu-fb.c 	base_plane_height = data->fsl_diu_info[0].var.yres;
base_plane_height  660 drivers/video/fbdev/fsl-diu-fb.c 			available_height = base_plane_height;
base_plane_height  681 drivers/video/fbdev/fsl-diu-fb.c 			available_height = base_plane_height
base_plane_height  684 drivers/video/fbdev/fsl-diu-fb.c 			available_height = base_plane_height;
base_plane_height  687 drivers/video/fbdev/fsl-diu-fb.c 		if ((mfbi->y_aoi_d + var->yres) > base_plane_height)
base_plane_height  688 drivers/video/fbdev/fsl-diu-fb.c 			mfbi->y_aoi_d = base_plane_height - var->yres;