[PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-31 Thread Dave Airlie
On Tue, Jul 31, 2012 at 12:45 AM, Alex Deucher wrote: > On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: >> Let's allow GCC to optimize better. >> >> This exposed some five unused functions, but this patch doesn't remove them. >> >> Signed-off-by: Lauri Kasanen > > Reviewed-by: Alex Deucher

[PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-31 Thread Lauri Kasanen
On Tue, 31 Jul 2012 14:43:34 +1000 Dave Airlie wrote: > On Tue, Jul 31, 2012 at 12:45 AM, Alex Deucher > wrote: > > On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: > >> Let's allow GCC to optimize better. > >> > >> This exposed some five unused functions, but this patch doesn't remove >

[PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-31 Thread Alex Deucher
On Tue, Jul 31, 2012 at 12:43 AM, Dave Airlie wrote: > On Tue, Jul 31, 2012 at 12:45 AM, Alex Deucher > wrote: >> On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: >>> Let's allow GCC to optimize better. >>> >>> This exposed some five unused functions, but this patch doesn't remove them. >>

Re: [PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-31 Thread Alex Deucher
On Tue, Jul 31, 2012 at 12:43 AM, Dave Airlie wrote: > On Tue, Jul 31, 2012 at 12:45 AM, Alex Deucher wrote: >> On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: >>> Let's allow GCC to optimize better. >>> >>> This exposed some five unused functions, but this patch doesn't remove them. >>> >

Re: [PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-31 Thread Lauri Kasanen
On Tue, 31 Jul 2012 14:43:34 +1000 Dave Airlie wrote: > On Tue, Jul 31, 2012 at 12:45 AM, Alex Deucher wrote: > > On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: > >> Let's allow GCC to optimize better. > >> > >> This exposed some five unused functions, but this patch doesn't remove > >>

Re: [PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-30 Thread Dave Airlie
On Tue, Jul 31, 2012 at 12:45 AM, Alex Deucher wrote: > On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: >> Let's allow GCC to optimize better. >> >> This exposed some five unused functions, but this patch doesn't remove them. >> >> Signed-off-by: Lauri Kasanen > > Reviewed-by: Alex Deucher

[PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-30 Thread Alex Deucher
On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: > Let's allow GCC to optimize better. > > This exposed some five unused functions, but this patch doesn't remove them. > > Signed-off-by: Lauri Kasanen Reviewed-by: Alex Deucher

Re: [PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-30 Thread Alex Deucher
On Fri, Jul 27, 2012 at 5:34 PM, Lauri Kasanen wrote: > Let's allow GCC to optimize better. > > This exposed some five unused functions, but this patch doesn't remove them. > > Signed-off-by: Lauri Kasanen Reviewed-by: Alex Deucher ___ dri-devel maili

[PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-28 Thread Lauri Kasanen
Let's allow GCC to optimize better. This exposed some five unused functions, but this patch doesn't remove them. Signed-off-by: Lauri Kasanen --- drivers/gpu/drm/radeon/atombios_encoders.c |4 +- drivers/gpu/drm/radeon/evergreen.c | 12 +- drivers/gpu/drm/radeon/evergree

[PATCH] drm/radeon: Mark all possible functions / structs as static

2012-07-27 Thread Lauri Kasanen
Let's allow GCC to optimize better. This exposed some five unused functions, but this patch doesn't remove them. Signed-off-by: Lauri Kasanen --- drivers/gpu/drm/radeon/atombios_encoders.c |4 +- drivers/gpu/drm/radeon/evergreen.c | 12 +- drivers/gpu/drm/radeon/evergree