]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc0f20a09e23a3825a82c0f3dec3aff31fd114a6d
tree3a48f539dd4b75212ae067a068595ae2c7d3cba2
parent8cf797afe24916a718330e1820c26e33a7b6c02a
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