[PATCH v2] drm/amdgpu: Constify some tables

2016-04-25 Thread Nils Wallménius
Some more tables with constant data were added with the polaris support v2: missed a few Signed-off-by: Nils Wallménius --- .../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c | 32 -- .../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.h | 2 +- .../drm/amd/powerplay/hwmgr/po

[PATCH v2] drm/amdgpu: Constify some tables

2016-04-25 Thread Alex Deucher
On Mon, Apr 25, 2016 at 3:31 PM, Nils Wallménius wrote: > Some more tables with constant data were added with the polaris support > > v2: missed a few > > Signed-off-by: Nils Wallménius Applied. thanks! Alex > --- > .../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c | 32 > ---