DIV_FRAC         2564 drivers/gpu/drm/omapdrm/dss/dispc.c 		out_width / width, DIV_FRAC(out_width, width),
DIV_FRAC         2565 drivers/gpu/drm/omapdrm/dss/dispc.c 		out_height / height, DIV_FRAC(out_height, height),
DIV_FRAC         2569 drivers/gpu/drm/omapdrm/dss/dispc.c 		out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x),
DIV_FRAC         2570 drivers/gpu/drm/omapdrm/dss/dispc.c 		out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y),
DIV_FRAC         2522 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		out_width / width, DIV_FRAC(out_width, width),
DIV_FRAC         2523 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		out_height / height, DIV_FRAC(out_height, height),
DIV_FRAC         2527 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x),
DIV_FRAC         2528 drivers/video/fbdev/omap2/omapfb/dss/dispc.c 		out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y),