Re: [PATCH 00/20] [Set 3] Rid W=1 warnings from GPU

2020-11-10 Thread Lee Jones
On Mon, 09 Nov 2020, Alex Deucher wrote: > On Mon, Nov 9, 2020 at 4:19 PM Lee Jones wrote: > > > > This set is part of a larger effort attempting to clean-up W=1 > > kernel builds, which are currently overwhelmingly riddled with > > niggly little warnings. > > > > This set takes the running

[PATCH 07/20] drm/radeon/radeon_display: Remove unused variable 'mod'

2020-11-10 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/radeon/radeon_display.c: In function ‘radeon_div’: drivers/gpu/drm/radeon/radeon_display.c:1094:11: warning: variable ‘mod’ set but not used [-Wunused-but-set-variable] Cc: Alex Deucher Cc: "Christian König" Cc: David Airlie

[PATCH 18/20] drm/radeon/radeon_display: Fix function doc formatting and missing param issues

2020-11-10 Thread Lee Jones
Fixes the following W=1 kernel build warning(s): drivers/gpu/drm/radeon/radeon_display.c:264: warning: Function parameter or member '__work' not described in 'radeon_unpin_work_func' drivers/gpu/drm/radeon/radeon_display.c:406: warning: Function parameter or member '__work' not described in

[PATCH 00/20] [Set 3] Rid W=1 warnings from GPU

2020-11-10 Thread Lee Jones
This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. This set takes the running (decreasing) total from 5000 before [Set 1] down to 2300. Lee Jones (20): drm/radeon/radeon_ttm: Place declaration of

Re: [PATCH 00/20] [Set 3] Rid W=1 warnings from GPU

2020-11-10 Thread Alex Deucher
On Mon, Nov 9, 2020 at 4:19 PM Lee Jones wrote: > > This set is part of a larger effort attempting to clean-up W=1 > kernel builds, which are currently overwhelmingly riddled with > niggly little warnings. > > This set takes the running (decreasing) total from 5000 before > [Set 1] down to 2300.