[PATCH] drm/amdgpu: enable powerplay unconditionally

2016-09-30 Thread Arnd Bergmann
Using the newly exported amd_set_clockgating_by_smu function in the main amdgpu driver means that we can no longer build the driver without also enabling the powerplay component, otherwise we get this link error: ERROR: "amd_set_clockgating_by_smu" [drivers/gpu/drm/amd/amdgpu/amdgpu.ko] undefine

[PATCH] drm/amdgpu: enable powerplay unconditionally

2016-09-30 Thread Deucher, Alexander
at vger.kernel.org > Subject: [PATCH] drm/amdgpu: enable powerplay unconditionally > > Using the newly exported amd_set_clockgating_by_smu function in the > main amdgpu driver > means that we can no longer build the driver without also enabling the > powerplay > component, other