Re: [PATCH] amdgpu/pp: move amdgpu_fuses_default into static const.

2017-09-28 Thread Alex Deucher
On Wed, Sep 27, 2017 at 7:37 PM, Dave Airlie wrote: > From: Dave Airlie > > There is no reason that this gets passed back into the function > from outside the file, just reference the table directly. > > Signed-off-by: Dave Airlie

[PATCH] amdgpu/pp: move amdgpu_fuses_default into static const.

2017-09-27 Thread Dave Airlie
From: Dave Airlie There is no reason that this gets passed back into the function from outside the file, just reference the table directly. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/powerplay/hwmgr/pp_overdriver.c | 4 ++--