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
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