[PATCH] drm/radeon/rv515: Remove unused function

2015-01-15 Thread Paul Bolle
On Thu, 2015-01-15 at 10:43 -0500, Jerome Glisse wrote: > This one looks highly suspicious, i need to check, but i would think > that this function should be use ! Have a look at commit 76a0df859def ("drm/radeon: rework ring function handling"), which removed the two users of rv515_ring_start. I

[PATCH] drm/radeon/rv515: Remove unused function

2015-01-15 Thread Alex Deucher
On Thu, Jan 15, 2015 at 10:43 AM, Jerome Glisse wrote: > This one looks highly suspicious, i need to check, but i would think > that this function should be use ! Yeah, I think the attached patch is probably correct. Although r5xx has been using the r300 ring start function for a while apparentl

[PATCH] drm/radeon/rv515: Remove unused function

2015-01-15 Thread Jerome Glisse
This one looks highly suspicious, i need to check, but i would think that this function should be use ! On Wed, Jan 14, 2015 at 4:44 PM, Alex Deucher wrote: > On Tue, Jan 13, 2015 at 1:55 PM, Rickard Strandqvist > wrote: >> Remove the function rv515_ring_start() that is not used anywhere. >> >>

[PATCH] drm/radeon/rv515: Remove unused function

2015-01-14 Thread Alex Deucher
On Tue, Jan 13, 2015 at 1:55 PM, Rickard Strandqvist wrote: > Remove the function rv515_ring_start() that is not used anywhere. > > This was partially found by using a static code analysis program called > cppcheck. > > Signed-off-by: Rickard Strandqvist Applied. thanks! Alex > --- > driver

[PATCH] drm/radeon/rv515: Remove unused function

2015-01-13 Thread Rickard Strandqvist
Remove the function rv515_ring_start() that is not used anywhere. This was partially found by using a static code analysis program called cppcheck. Signed-off-by: Rickard Strandqvist --- drivers/gpu/drm/radeon/radeon_asic.h |1 - drivers/gpu/drm/radeon/rv515.c | 68