Displaying 1 result from an estimated 1 matches for "edid_sig".
2017 Nov 02
0
[PATCH] drm/nouveau/bios: make const arrays hwsq_signature and edid_sig static
From: Colin Ian King <colin.king at canonical.com>
Don't populate arrays hwsq_signature and edid_sig on the stack but
instead make them static. Makes the object code smaller by over 190
bytes:
Before:
   text    data     bss     dec     hex filename
  35676    3312      64   39052    988c nouveau_bios.o
After:
   text    data     bss     dec     hex filename
  35319    3472      64   38855    97...