amdgpu/pp: move amdgpu_fuses_default into static const.
authorDave Airlie <airlied@redhat.com>
Wed, 27 Sep 2017 23:36:55 +0000 (09:36 +1000)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 28 Sep 2017 20:03:26 +0000 (16:03 -0400)
commit819c4b949d3af009f0111e4a9ddfe3de5f2c2fe1
tree158086f30d1a82eb6f9b6045e6f28b6e163f1c89
parentf87c379ee073bec8451fbee9ea6922db1e6ac897
amdgpu/pp: move amdgpu_fuses_default into static const.

There is no reason that this gets passed back into the function
from outside the file, just reference the table directly.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.c
drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.h
drivers/gpu/drm/amd/powerplay/hwmgr/vega10_hwmgr.c