Searched refs:DIV_FRAC (Results 1 – 2 of 2) sorted by relevance
/drivers/video/fbdev/omap2/omapfb/dss/ |
D | dispc.c | 2424 #define DIV_FRAC(dividend, divisor) \ macro 2489 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling() 2490 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2494 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling() 2495 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()
|
/drivers/gpu/drm/omapdrm/dss/ |
D | dispc.c | 2478 #define DIV_FRAC(dividend, divisor) \ macro 2566 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling() 2567 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2571 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling() 2572 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()
|