Re: [Intel-gfx] [PATCH 4/9] drm/i915: Shrink TV modes const data

2016-10-10 Thread Tvrtko Ursulin
On 10/10/2016 07:49, Jani Nikula wrote: On Fri, 07 Oct 2016, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Make struct video_levels and struct tv_mode use data types of sufficient width to save approximately one kilobyte in the .rodata section. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/

Re: [Intel-gfx] [PATCH 4/9] drm/i915: Shrink TV modes const data

2016-10-10 Thread Joonas Lahtinen
On pe, 2016-10-07 at 14:34 +0100, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Make struct video_levels and struct tv_mode use data types > of sufficient width to save approximately one kilobyte in > the .rodata section. > > Signed-off-by: Tvrtko Ursulin Would it hurt us to make the struct

Re: [Intel-gfx] [PATCH 4/9] drm/i915: Shrink TV modes const data

2016-10-09 Thread Jani Nikula
On Fri, 07 Oct 2016, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Make struct video_levels and struct tv_mode use data types > of sufficient width to save approximately one kilobyte in > the .rodata section. > > Signed-off-by: Tvrtko Ursulin > --- > drivers/gpu/drm/i915/intel_tv.c | 50 > +

[Intel-gfx] [PATCH 4/9] drm/i915: Shrink TV modes const data

2016-10-07 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Make struct video_levels and struct tv_mode use data types of sufficient width to save approximately one kilobyte in the .rodata section. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/intel_tv.c | 50 - 1 file changed, 30 in