kernel_samsung_a53x/drivers/media/pci/solo6x10
Aurelien Jarno 0e0829bf72 media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c)
commit 31e97d7c9ae3de072d7b424b2cf706a03ec10720 upstream.

This patch replaces max(a, min(b, c)) by clamp(b, a, c) in the solo6x10
driver.  This improves the readability and more importantly, for the
solo6x10-p2m.c file, this reduces on my system (x86-64, gcc 13):

 - the preprocessed size from 121 MiB to 4.5 MiB;

 - the build CPU time from 46.8 s to 1.6 s;

 - the build memory from 2786 MiB to 98MiB.

In fine, this allows this relatively simple C file to be built on a
32-bit system.

Reported-by: Jiri Slaby <jirislaby@gmail.com>
Closes: https://lore.kernel.org/lkml/18c6df0d-45ed-450c-9eda-95160a2bbb8e@gmail.com/
Cc:  <stable@vger.kernel.org> # v6.7+
Suggested-by: David Laight <David.Laight@ACULAB.COM>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Reviewed-by: David Laight <David.Laight@ACULAB.COM>
Reviewed-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2024-11-23 23:20:47 +01:00
..
Kconfig Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
Makefile Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-core.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-disp.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-eeprom.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-enc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-g723.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-gpio.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-i2c.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-jpeg.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-offsets.h media: solo6x10: replace max(a, min(b, c)) by clamp(b, a, c) 2024-11-23 23:20:47 +01:00
solo6x10-p2m.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-regs.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-tw28.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-tw28.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-v4l2-enc.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10-v4l2.c Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00
solo6x10.h Import A536BXXU9EXDC 2024-06-15 16:02:09 -03:00