search for: 16a6

Displaying 3 results from an estimated 3 matches for "16a6".

Did you mean: 166
2018 Sep 04
2
[PATCH] drm/nouveau/bios/dp: make array vsoff static, shrinks object size
...tack but instead make it static. Makes the object code smaller by 67 bytes: Before: text data bss dec hex filename 5753 112 0 5865 16e9 .../nouveau/nvkm/subdev/bios/dp.o After: text data bss dec hex filename 5622 176 0 5798 16a6 .../nouveau/nvkm/subdev/bios/dp.o (gcc version 8.2.0 x86_64) Signed-off-by: Colin Ian King <colin.king at canonical.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c b/dri...
2018 Sep 26
0
[PATCH] drm/nouveau/bios/dp: Make array vsoff static, shrinks object size
...tack but instead make it static. Makes the object code smaller by 67 bytes: Before: text data bss dec hex filename 5753 112 0 5865 16e9 drm/nouveau/nvkm/subdev/bios/dp.o After: text data bss dec hex filename 5622 176 0 5798 16a6 drm/nouveau/nvkm/subdev/bios/dp.o (gcc version 8.2.0 x86_64) Signed-off-by: Colin Ian King <colin.king at canonical.com> --- drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c b/dri...
2019 Jan 24
0
[PATCH] drm/nouveau/bios/dp: make array vsoff static, shrinks object size
...he object code smaller by 67 bytes: > > Before: > text data bss dec hex filename > 5753 112 0 5865 16e9 .../nouveau/nvkm/subdev/bios/dp.o > > After: > text data bss dec hex filename > 5622 176 0 5798 16a6 .../nouveau/nvkm/subdev/bios/dp.o > > (gcc version 8.2.0 x86_64) > > Signed-off-by: Colin Ian King <colin.king at canonical.com> > --- > drivers/gpu/drm/nouveau/nvkm/subdev/bios/dp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/driver...