Re: [PATCH v2 06/10] drm/imx/dcss: Fix 64bit divisions

2024-10-04 Thread Laurentiu Palcu
Hi, On Thu, Oct 03, 2024 at 02:18:47PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Use the appropriate 64bit division helpers to make the code > build on 32bit architectures. > > Cc: Laurentiu Palcu > Cc: Lucas Stach > Signed-off-by: Ville Syrjälä Reviewed-by: Laurentiu Palcu Th

[PATCH v2 06/10] drm/imx/dcss: Fix 64bit divisions

2024-10-03 Thread Ville Syrjala
From: Ville Syrjälä Use the appropriate 64bit division helpers to make the code build on 32bit architectures. Cc: Laurentiu Palcu Cc: Lucas Stach Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/imx/dcss/dcss-scaler.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dr