Home
last modified time | relevance | path

Searched hist:"160 d9a6b27b71499557d368fb514f8a9fcbde12e" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/video/fbdev/aty/
H A Datyfb_base.cdiff 160d9a6b27b71499557d368fb514f8a9fcbde12e Thu Oct 12 11:18:23 CDT 2017 Colin Ian King <colin.king@canonical.com> video: fbdev: aty: make const arrays static, reduces object code size

Don't populate the const arrays ragepro_tbl and ragexl_tbl on the stack,
instead make them static. Makes the object code smaller by over 380 bytes:

Before:
text data bss dec hex filename
41089 10592 768 52449 cce1 atyfb_base.o

After:
text data bss dec hex filename
40544 10752 768 52064 cb60 atyfb_base.o

(gcc version 7.2.0, x86_64)

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>