diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2023-06-18 22:52:28 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2023-06-19 09:02:51 +0200 |
commit | 568c69ae2fea27e0152e4ffeee7c6f354c61810f (patch) | |
tree | f3862291740ec091e2f583b2db8a5881f4da41b6 /kernel | |
parent | 07baac6cbac7c071573ecae280a408dde5f18796 (diff) | |
download | linux-stable-568c69ae2fea27e0152e4ffeee7c6f354c61810f.tar.gz linux-stable-568c69ae2fea27e0152e4ffeee7c6f354c61810f.tar.bz2 linux-stable-568c69ae2fea27e0152e4ffeee7c6f354c61810f.zip |
video/hdmi: Reorder fields in 'struct hdmi_avi_infoframe'
Group some variables based on their sizes to reduce hole and avoid padding.
On x86_64, this shrinks the size of 'struct hdmi_avi_infoframe'
from 68 to 60 bytes.
It saves a few bytes of memory and is more cache-line friendly.
This also reduces the union hdmi_infoframe the same way.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Helge Deller <deller@gmx.de>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions