OSDN Git Service

drm/amdgpu: drop the non-sense firmware version check on arcturus
authorEvan Quan <evan.quan@amd.com>
Mon, 17 Feb 2020 10:20:24 +0000 (18:20 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 19 Feb 2020 15:36:26 +0000 (10:36 -0500)
commit14008574a31bf9b62138fa2f56b86bb9cfd589b2
tree3a48f539dd4b75212ae067a068595ae2c7d3cba2
parentf61f01b14de33051ceb4194d6b0be87ef69fb4ea
drm/amdgpu: drop the non-sense firmware version check on arcturus

As the firmware versions of arcturus are different from other gfx9
ASICs. And the warning("CP firmware version too old, please update!")
caused by this check can be eliminated.

Signed-off-by: Evan Quan <evan.quan@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c