Re: [PATCH] drm/radeon: remove unreachable code

2015-01-19 Thread Nicholas Mc Guire
reedesktop.org; linux- > > ker...@vger.kernel.org; Nicholas Mc Guire > > Subject: [PATCH] drm/radeon: remove unreachable code > > > > Signed-off-by: Nicholas Mc Guire > > NACK. I want to leave this in place for the future. When we support > dynamically adjusting the

RE: [PATCH] drm/radeon: remove unreachable code

2015-01-19 Thread Deucher, Alexander
Subject: [PATCH] drm/radeon: remove unreachable code > > Signed-off-by: Nicholas Mc Guire NACK. I want to leave this in place for the future. When we support dynamically adjusting the disp clock we'll need to update the sclk for ds mode. Alex > --- > >

[PATCH] drm/radeon: remove unreachable code

2015-01-19 Thread Nicholas Mc Guire
Signed-off-by: Nicholas Mc Guire --- As the if (CISLAND_MINIMUM_ENGINE_CLOCK != CISLAND_MINIMUM_ENGINE_CLOCK) is never satisfied - the entire else branch is never going to be executed and could be removed - provided this is not simply a bug and needs to be fixed... Patch is against 3.19.0-rc5