Searched refs:decim_y (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | dispc.c | 2254 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx() 2261 if (*decim_x == *decim_y) { in dispc_ovl_calc_scaling_24xx() 2263 ++*decim_y; in dispc_ovl_calc_scaling_24xx() 2265 swap(*decim_x, *decim_y); in dispc_ovl_calc_scaling_24xx() 2266 if (*decim_x < *decim_y) in dispc_ovl_calc_scaling_24xx() 2297 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx() 2342 ++*decim_y; in dispc_ovl_calc_scaling_34xx() 2425 int decim_x, decim_y, ret; in dispc_ovl_calc_scaling() local 2479 decim_x, decim_y, in dispc_ovl_calc_scaling() 2482 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling() [all …]
|
| /linux-6.15/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dispc.c | 2265 in_height = height / *decim_y; in dispc_ovl_calc_scaling_24xx() 2272 if (*decim_x == *decim_y) { in dispc_ovl_calc_scaling_24xx() 2274 ++*decim_y; in dispc_ovl_calc_scaling_24xx() 2276 swap(*decim_x, *decim_y); in dispc_ovl_calc_scaling_24xx() 2277 if (*decim_x < *decim_y) in dispc_ovl_calc_scaling_24xx() 2311 in_height = height / *decim_y; in dispc_ovl_calc_scaling_34xx() 2356 ++*decim_y; in dispc_ovl_calc_scaling_34xx() 2471 int decim_x, decim_y, ret; in dispc_ovl_calc_scaling() local 2543 decim_x, decim_y, in dispc_ovl_calc_scaling() 2546 out_height / (height / decim_y), DIV_FRAC(out_height, height / decim_y), in dispc_ovl_calc_scaling() [all …]
|