drm/amdgpu: fix firmware info version checks
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 27 Jul 2016 19:31:59 +0000 (15:31 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Jul 2016 14:07:07 +0000 (10:07 -0400)
commita8a04c994d41a489eb0f2899893209e04e030153
treee7666e798e619731f20bfa0418dc76e33e1f1275
parent3edc38a0facef45ee22af8afdce3737f421f36ab
drm/amdgpu: fix firmware info version checks

Some of the checks didn't handle frev 2 tables properly.
amdgpu doesn't support any tables pre-frev 2, so drop
the checks.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c