vsub              222 drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c 	    (src_y % info->vsub) || (src_h % info->vsub)) {
vsub              257 drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c 		plane_y = y / (plane ? fb->format->vsub : 1);
vsub              234 drivers/gpu/drm/arm/malidp_planes.c 		if ((info->hsub != 1) || (info->vsub != 1)) {
vsub              244 drivers/gpu/drm/arm/malidp_planes.c 		if ((info->hsub == 1) || (info->vsub == 1)) {
vsub               58 drivers/gpu/drm/armada/armada_plane.c 	y /= format->vsub;
vsub              645 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_plane.c 		int ydiv = i ? fb->format->vsub : 1;
vsub               85 drivers/gpu/drm/drm_fb_cma_helper.c 		v_div = fb->format->vsub;
vsub              160 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_C8,		.depth = 8,  .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              161 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGB332,		.depth = 8,  .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              162 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGR233,		.depth = 8,  .num_planes = 1, .cpp = { 1, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              163 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XRGB4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              164 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XBGR4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              165 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBX4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              166 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRX4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              167 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              168 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              169 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              170 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA4444,	.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              171 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XRGB1555,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              172 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XBGR1555,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              173 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBX5551,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              174 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRX5551,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              175 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB1555,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              176 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR1555,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              177 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA5551,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              178 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA5551,	.depth = 15, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              179 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGB565,		.depth = 16, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              180 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGR565,		.depth = 16, .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              181 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGB888,		.depth = 24, .num_planes = 1, .cpp = { 3, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              182 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGR888,		.depth = 24, .num_planes = 1, .cpp = { 3, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              183 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XRGB8888,	.depth = 24, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              184 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XBGR8888,	.depth = 24, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              185 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBX8888,	.depth = 24, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              186 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRX8888,	.depth = 24, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              187 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGB565_A8,	.depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              188 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGR565_A8,	.depth = 24, .num_planes = 2, .cpp = { 2, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              189 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XRGB2101010,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              190 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XBGR2101010,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              191 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBX1010102,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              192 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRX1010102,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              193 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB2101010,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              194 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR2101010,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              195 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA1010102,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              196 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA1010102,	.depth = 30, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              197 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              198 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              199 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBA8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              200 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRA8888,	.depth = 32, .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              201 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XRGB16161616F,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              202 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XBGR16161616F,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1 },
vsub              203 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ARGB16161616F,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              204 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_ABGR16161616F,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              205 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGB888_A8,	.depth = 32, .num_planes = 2, .cpp = { 3, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              206 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGR888_A8,	.depth = 32, .num_planes = 2, .cpp = { 3, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              207 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XRGB8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              208 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XBGR8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              209 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_RGBX8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              210 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_BGRX8888_A8,	.depth = 32, .num_planes = 2, .cpp = { 4, 1, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true },
vsub              211 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YUV410,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true },
vsub              212 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YVU410,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 4, .is_yuv = true },
vsub              213 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YUV411,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 1, .is_yuv = true },
vsub              214 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YVU411,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 4, .vsub = 1, .is_yuv = true },
vsub              215 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YUV420,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 2, .is_yuv = true },
vsub              216 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YVU420,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 2, .is_yuv = true },
vsub              217 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YUV422,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              218 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YVU422,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              219 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YUV444,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              220 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YVU444,		.depth = 0,  .num_planes = 3, .cpp = { 1, 1, 1 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              221 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_NV12,		.depth = 0,  .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub = 2, .is_yuv = true },
vsub              222 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_NV21,		.depth = 0,  .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub = 2, .is_yuv = true },
vsub              223 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_NV16,		.depth = 0,  .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              224 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_NV61,		.depth = 0,  .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              225 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_NV24,		.depth = 0,  .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              226 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_NV42,		.depth = 0,  .num_planes = 2, .cpp = { 1, 2, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              227 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YUYV,		.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              228 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_YVYU,		.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              229 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_UYVY,		.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              230 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_VYUY,		.depth = 0,  .num_planes = 1, .cpp = { 2, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              231 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XYUV8888,	.depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              232 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_VUY888,          .depth = 0,  .num_planes = 1, .cpp = { 3, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              233 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_AYUV,		.depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
vsub              234 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y210,            .depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              235 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y212,            .depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              236 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y216,            .depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 2, .vsub = 1, .is_yuv = true },
vsub              237 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y410,            .depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
vsub              238 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y412,            .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
vsub              239 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_Y416,            .depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .has_alpha = true, .is_yuv = true },
vsub              240 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XVYU2101010,	.depth = 0,  .num_planes = 1, .cpp = { 4, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              241 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XVYU12_16161616,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              242 drivers/gpu/drm/drm_fourcc.c 		{ .format = DRM_FORMAT_XVYU16161616,	.depth = 0,  .num_planes = 1, .cpp = { 8, 0, 0 }, .hsub = 1, .vsub = 1, .is_yuv = true },
vsub              245 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .has_alpha = true, .is_yuv = true },
vsub              248 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .is_yuv = true },
vsub              251 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .has_alpha = true, .is_yuv = true },
vsub              254 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .is_yuv = true },
vsub              257 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .is_yuv = true},
vsub              260 drivers/gpu/drm/drm_fourcc.c 		   .hsub = 2, .vsub = 2, .is_yuv = true},
vsub              263 drivers/gpu/drm/drm_fourcc.c 		  .hsub = 2, .vsub = 2, .is_yuv = true},
vsub              267 drivers/gpu/drm/drm_fourcc.c 		  .vsub = 1, .is_yuv = true },
vsub              269 drivers/gpu/drm/drm_fourcc.c 		  .num_planes = 1, .cpp = { 0, 0, 0 }, .hsub = 1, .vsub = 1,
vsub              272 drivers/gpu/drm/drm_fourcc.c 		  .num_planes = 1, .cpp = { 0, 0, 0 }, .hsub = 2, .vsub = 2,
vsub              275 drivers/gpu/drm/drm_fourcc.c 		  .num_planes = 1, .cpp = { 0, 0, 0 }, .hsub = 2, .vsub = 2,
vsub              168 drivers/gpu/drm/drm_framebuffer.c 	return DIV_ROUND_UP(height, format->vsub);
vsub              158 drivers/gpu/drm/drm_gem_framebuffer_helper.c 		unsigned int height = mode_cmd->height / (i ? info->vsub : 1);
vsub              107 drivers/gpu/drm/exynos/exynos_drm_fb.c 				     DIV_ROUND_UP(mode_cmd->height, info->vsub);
vsub              355 drivers/gpu/drm/exynos/exynos_drm_ipp.c 			     DIV_ROUND_UP(buf->buf.height, buf->format->vsub);
vsub             2453 drivers/gpu/drm/i915/display/intel_display.c 	  .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
vsub             2455 drivers/gpu/drm/i915/display/intel_display.c 	  .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, },
vsub             2457 drivers/gpu/drm/i915/display/intel_display.c 	  .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
vsub             2459 drivers/gpu/drm/i915/display/intel_display.c 	  .cpp = { 4, 1, }, .hsub = 8, .vsub = 16, .has_alpha = true, },
vsub             2659 drivers/gpu/drm/i915/display/intel_display.c 			int vsub = fb->format->vsub;
vsub             2666 drivers/gpu/drm/i915/display/intel_display.c 			tile_height *= vsub;
vsub             2669 drivers/gpu/drm/i915/display/intel_display.c 			ccs_y = (y * vsub) % tile_height;
vsub             2830 drivers/gpu/drm/i915/display/intel_display.c 		unsigned int vsub = i ? fb->format->vsub : 1;
vsub             2841 drivers/gpu/drm/i915/display/intel_display.c 		y = src_y / vsub;
vsub             2843 drivers/gpu/drm/i915/display/intel_display.c 		height = src_h / vsub;
vsub             3355 drivers/gpu/drm/i915/display/intel_display.c 	int vsub = fb->format->vsub;
vsub             3371 drivers/gpu/drm/i915/display/intel_display.c 		y = aux_y / vsub;
vsub             3375 drivers/gpu/drm/i915/display/intel_display.c 		aux_y = y * vsub + aux_y % vsub;
vsub             3516 drivers/gpu/drm/i915/display/intel_display.c 	int vsub = fb->format->vsub;
vsub             3518 drivers/gpu/drm/i915/display/intel_display.c 	int y = src_y / vsub;
vsub             3526 drivers/gpu/drm/i915/display/intel_display.c 	plane_state->color_plane[1].y = y * vsub + src_y % vsub;
vsub              289 drivers/gpu/drm/i915/display/intel_sprite.c 	u32 src_x, src_y, src_w, src_h, hsub, vsub;
vsub              314 drivers/gpu/drm/i915/display/intel_sprite.c 		vsub = fb->format->vsub;
vsub              316 drivers/gpu/drm/i915/display/intel_sprite.c 		hsub = vsub = max(fb->format->hsub, fb->format->vsub);
vsub              325 drivers/gpu/drm/i915/display/intel_sprite.c 	if (src_y % vsub || src_h % vsub) {
vsub              327 drivers/gpu/drm/i915/display/intel_sprite.c 			      src_y, src_h, vsub, rotated ? "rotated " : "");
vsub              120 drivers/gpu/drm/imx/ipuv3-plane.c 	y /= fb->format->vsub;
vsub              139 drivers/gpu/drm/imx/ipuv3-plane.c 	y /= fb->format->vsub;
vsub              475 drivers/gpu/drm/imx/ipuv3-plane.c 		    ((state->src.y1 >> 16) & (fb->format->vsub - 1)))
vsub              562 drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c 			info->hsub, info->vsub);
vsub              686 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 	phasey_steps[COMP_1_2] = phasey_step / info->vsub;
vsub              704 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 		sub = horz ? info->hsub : info->vsub;
vsub              759 drivers/gpu/drm/msm/disp/mdp5/mdp5_plane.c 			roi_h /= info->vsub;
vsub              173 drivers/gpu/drm/msm/msm_fb.c 		unsigned int height = mode_cmd->height / (i ? info->vsub : 1);
vsub               91 drivers/gpu/drm/omapdrm/omap_fb.c 	       + (y * fb->pitches[n] / (n == 0 ? 1 : format->vsub));
vsub              395 drivers/gpu/drm/omapdrm/omap_fb.c 		unsigned int vsub = i == 0 ? 1 : format->vsub;
vsub              398 drivers/gpu/drm/omapdrm/omap_fb.c 		size = pitch * mode_cmd->height / vsub;
vsub               71 drivers/gpu/drm/rockchip/rockchip_drm_fb.c 		unsigned int height = mode_cmd->height / (i ? info->vsub : 1);
vsub              319 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 	uint16_t cbcr_src_h = src_h / info->vsub;
vsub              859 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		int vsub = fb->format->vsub;
vsub              866 drivers/gpu/drm/rockchip/rockchip_drm_vop.c 		offset += (src->y1 >> 16) * fb->pitches[1] / vsub;
vsub              510 drivers/gpu/drm/sun4i/sun4i_frontend.c 	chroma_height = DIV_ROUND_UP(luma_height, fb->format->vsub);
vsub              106 drivers/gpu/drm/sun4i/sun8i_vi_layer.c 	if (format->vsub > 1) {
vsub              109 drivers/gpu/drm/sun4i/sun8i_vi_layer.c 		mask = format->vsub - 1;
vsub              121 drivers/gpu/drm/sun4i/sun8i_vi_layer.c 			 (state->src.y1 >> 16) & ~(format->vsub - 1));
vsub              134 drivers/gpu/drm/sun4i/sun8i_vi_layer.c 	subsampled = format->hsub > 1 || format->vsub > 1;
vsub              278 drivers/gpu/drm/sun4i/sun8i_vi_layer.c 	src_y = (state->src.y1 >> 16) & ~(format->vsub - 1);
vsub              294 drivers/gpu/drm/sun4i/sun8i_vi_layer.c 			dy /= format->vsub;
vsub              877 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 	if (format->hsub == 1 && format->vsub == 1) {
vsub              950 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 	if (format->hsub == 2 && format->vsub == 2) {
vsub              962 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 		if (format->hsub == 1 && format->vsub == 1)
vsub              986 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 					  src_h / format->vsub));
vsub              992 drivers/gpu/drm/sun4i/sun8i_vi_scaler.c 		     vscale / format->vsub);
vsub              142 drivers/gpu/drm/tegra/fb.c 		unsigned int height = cmd->height / (i ? info->vsub : 1);
vsub              316 drivers/gpu/drm/vc4/vc4_plane.c 	u32 v_subsample = fb->format->vsub;
vsub              594 drivers/gpu/drm/vc4/vc4_plane.c 	u32 v_subsample = fb->format->vsub;
vsub               40 drivers/media/platform/qcom/camss/camss-video.c 	struct fract vsub[3];
vsub              262 drivers/media/platform/qcom/camss/camss-video.c 				f->vsub[i].numerator * f->vsub[i].denominator *
vsub              622 drivers/media/platform/qcom/camss/camss-video.c 			fi->vsub[i].numerator * fi->vsub[i].denominator * bpl;
vsub              288 drivers/media/platform/rcar_fdp1.c 	u8	vsub;
vsub             1429 drivers/media/platform/rcar_fdp1.c 		unsigned int vsub = i > 0 ? fmt->vsub : 1;
vsub             1440 drivers/media/platform/rcar_fdp1.c 					    * pix->height / vsub;
vsub             1503 drivers/media/platform/rcar_fdp1.c 	height = round_down(pix->height, fmt->vsub);
vsub              101 drivers/media/platform/sunxi/sun4i-csi/sun4i_csi.h 	unsigned int		vsub;
vsub               31 drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c 		.vsub		= 2,
vsub              120 drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c 	height = ALIGN(pix->height, _fmt->vsub);
vsub              124 drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c 	pix->height = clamp(height, _fmt->vsub, CSI_MAX_HEIGHT);
vsub              128 drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c 		unsigned int vsub = i > 0 ? _fmt->vsub : 1;
vsub              133 drivers/media/platform/sunxi/sun4i-csi/sun4i_v4l2.c 		pix->plane_fmt[i].sizeimage = bpl * pix->height / vsub;
vsub               46 drivers/media/platform/vsp1/vsp1_pipe.h 	unsigned int vsub;
vsub              279 drivers/media/platform/vsp1/vsp1_rpf.c 		crop.height = round_down(crop.height / 2, fmtinfo->vsub);
vsub              280 drivers/media/platform/vsp1/vsp1_rpf.c 		crop.top = round_down(crop.top / 2, fmtinfo->vsub);
vsub              134 drivers/media/platform/vsp1/vsp1_video.c 	height = round_down(height, info->vsub);
vsub              138 drivers/media/platform/vsp1/vsp1_video.c 	pix->height = clamp(height, info->vsub, VSP1_VIDEO_MAX_HEIGHT);
vsub              147 drivers/media/platform/vsp1/vsp1_video.c 		unsigned int vsub = i > 0 ? info->vsub : 1;
vsub              157 drivers/media/platform/vsp1/vsp1_video.c 					    * pix->height / vsub;
vsub              466 drivers/media/platform/vsp1/vsp1_wpf.c 		unsigned int vsub = i > 0 ? fmtinfo->vsub : 1;
vsub              469 drivers/media/platform/vsp1/vsp1_wpf.c 			mem.addr[i] += offset / vsub
vsub              492 drivers/media/platform/vsp1/vsp1_wpf.c 			offset = (height / fmtinfo->vsub - 1)
vsub              129 include/drm/drm_fourcc.h 	u8 vsub;
vsub              200 include/drm/drm_fourcc.h 	return info->is_yuv && info->hsub == 4 && info->vsub == 4;
vsub              215 include/drm/drm_fourcc.h 	return info->is_yuv && info->hsub == 4 && info->vsub == 1;
vsub              230 include/drm/drm_fourcc.h 	return info->is_yuv && info->hsub == 2 && info->vsub == 2;
vsub              245 include/drm/drm_fourcc.h 	return info->is_yuv && info->hsub == 2 && info->vsub == 1;
vsub              260 include/drm/drm_fourcc.h 	return info->is_yuv && info->hsub == 1 && info->vsub == 1;
vsub              304 include/drm/drm_fourcc.h 	return height / info->vsub;