Searched refs:DIV_FRAC (Results 1 – 2 of 2) sorted by relevance
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | dispc.c | 2457 #define DIV_FRAC(dividend, divisor) \ macro 2522 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling() 2523 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2527 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling() 2528 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()
|
| /Linux-v5.4/drivers/gpu/drm/omapdrm/dss/ |
| D | dispc.c | 2489 #define DIV_FRAC(dividend, divisor) \ macro 2564 out_width / width, DIV_FRAC(out_width, width), in dispc_ovl_calc_scaling() 2565 out_height / height, DIV_FRAC(out_height, height), in dispc_ovl_calc_scaling() 2569 out_width / (width / decim_x), DIV_FRAC(out_width, width / decim_x), in dispc_ovl_calc_scaling() 2570 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling()
|