decim_x           105 drivers/gpu/drm/omapdrm/dss/dispc.c 		int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
decim_x          2295 drivers/gpu/drm/omapdrm/dss/dispc.c 				       int *decim_x, int *decim_y,
decim_x          2301 drivers/gpu/drm/omapdrm/dss/dispc.c 	int min_factor = min(*decim_x, *decim_y);
decim_x          2308 drivers/gpu/drm/omapdrm/dss/dispc.c 		in_width = width / *decim_x;
decim_x          2314 drivers/gpu/drm/omapdrm/dss/dispc.c 			if (*decim_x == *decim_y) {
decim_x          2315 drivers/gpu/drm/omapdrm/dss/dispc.c 				*decim_x = min_factor;
decim_x          2318 drivers/gpu/drm/omapdrm/dss/dispc.c 				swap(*decim_x, *decim_y);
decim_x          2319 drivers/gpu/drm/omapdrm/dss/dispc.c 				if (*decim_x < *decim_y)
decim_x          2320 drivers/gpu/drm/omapdrm/dss/dispc.c 					++*decim_x;
decim_x          2323 drivers/gpu/drm/omapdrm/dss/dispc.c 	} while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error);
decim_x          2344 drivers/gpu/drm/omapdrm/dss/dispc.c 				       int *decim_x, int *decim_y,
decim_x          2354 drivers/gpu/drm/omapdrm/dss/dispc.c 		in_width = width / *decim_x;
decim_x          2399 drivers/gpu/drm/omapdrm/dss/dispc.c 	} while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error);
decim_x          2432 drivers/gpu/drm/omapdrm/dss/dispc.c 				       int *decim_x, int *decim_y,
decim_x          2437 drivers/gpu/drm/omapdrm/dss/dispc.c 	int decim_x_min = *decim_x;
decim_x          2449 drivers/gpu/drm/omapdrm/dss/dispc.c 	*decim_x = DIV_ROUND_UP(width, in_width_max);
decim_x          2451 drivers/gpu/drm/omapdrm/dss/dispc.c 	*decim_x = *decim_x > decim_x_min ? *decim_x : decim_x_min;
decim_x          2452 drivers/gpu/drm/omapdrm/dss/dispc.c 	if (*decim_x > *x_predecim)
decim_x          2456 drivers/gpu/drm/omapdrm/dss/dispc.c 		in_width = width / *decim_x;
decim_x          2457 drivers/gpu/drm/omapdrm/dss/dispc.c 	} while (*decim_x <= *x_predecim &&
decim_x          2458 drivers/gpu/drm/omapdrm/dss/dispc.c 			in_width > maxsinglelinewidth && ++*decim_x);
decim_x          2465 drivers/gpu/drm/omapdrm/dss/dispc.c 	if (*decim_x > 4 && fourcc != DRM_FORMAT_NV12) {
decim_x          2479 drivers/gpu/drm/omapdrm/dss/dispc.c 		DSSERR("Not enough bandwidth, too much downscaling (x-decimation factor %d > 4)\n", *decim_x);
decim_x          2508 drivers/gpu/drm/omapdrm/dss/dispc.c 	int decim_x, decim_y, ret;
decim_x          2544 drivers/gpu/drm/omapdrm/dss/dispc.c 	decim_x = DIV_ROUND_UP(DIV_ROUND_UP(width, out_width), maxhdownscale);
decim_x          2547 drivers/gpu/drm/omapdrm/dss/dispc.c 	if (decim_x > *x_predecim || out_width > width * 8)
decim_x          2556 drivers/gpu/drm/omapdrm/dss/dispc.c 					&decim_x, &decim_y, pos_x, &core_clk,
decim_x          2567 drivers/gpu/drm/omapdrm/dss/dispc.c 		decim_x, decim_y,
decim_x          2568 drivers/gpu/drm/omapdrm/dss/dispc.c 		width / decim_x, height / decim_y,
decim_x          2569 drivers/gpu/drm/omapdrm/dss/dispc.c 		out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x),
decim_x          2583 drivers/gpu/drm/omapdrm/dss/dispc.c 	*x_predecim = decim_x;
decim_x            71 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
decim_x          2288 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
decim_x          2293 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	int min_factor = min(*decim_x, *decim_y);
decim_x          2301 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		in_width = width / *decim_x;
decim_x          2307 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			if (*decim_x == *decim_y) {
decim_x          2308 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				*decim_x = min_factor;
decim_x          2311 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				swap(*decim_x, *decim_y);
decim_x          2312 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 				if (*decim_x < *decim_y)
decim_x          2313 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 					++*decim_x;
decim_x          2316 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	} while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error);
decim_x          2334 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
decim_x          2344 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		in_width = width / *decim_x;
decim_x          2389 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	} while (*decim_x <= *x_predecim && *decim_y <= *y_predecim && error);
decim_x          2419 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		int *x_predecim, int *y_predecim, int *decim_x, int *decim_y,
decim_x          2423 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	int decim_x_min = *decim_x;
decim_x          2436 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	*decim_x = DIV_ROUND_UP(width, in_width_max);
decim_x          2438 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	*decim_x = *decim_x > decim_x_min ? *decim_x : decim_x_min;
decim_x          2439 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	if (*decim_x > *x_predecim)
decim_x          2443 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		in_width = width / *decim_x;
decim_x          2444 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	} while (*decim_x <= *x_predecim &&
decim_x          2445 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 			in_width > maxsinglelinewidth && ++*decim_x);
decim_x          2471 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	int decim_x, decim_y, ret;
decim_x          2503 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	decim_x = DIV_ROUND_UP(DIV_ROUND_UP(width, out_width), maxdownscale);
decim_x          2506 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	if (decim_x > *x_predecim || out_width > width * 8)
decim_x          2514 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		x_predecim, y_predecim, &decim_x, &decim_y, pos_x, &core_clk,
decim_x          2525 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		decim_x, decim_y,
decim_x          2526 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		width / decim_x, height / decim_y,
decim_x          2527 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x),
decim_x          2541 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 	*x_predecim = decim_x;