Home
last modified time | relevance | path

Searched hist:"298 e082558d86aa904486d087ce45d35c1122f1e" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/video/fbdev/kyro/
H A DSTG4000InitDevice.cdiff 298e082558d86aa904486d087ce45d35c1122f1e Wed Jul 12 18:11:23 CEST 2023 Colin Ian King <colin.i.king@gmail.com> fbdev: kyro: make some const read-only arrays static and reduce type size

Don't populate the const read-only arrays on the stack but instead
make them static const. Use smaller types to use less storage for
the arrays. Also makes the object code a little smaller.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Helge Deller <deller@gmx.de>