mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
This patch is to disable the clock arbitor for TU104. TU104 is not a POR for Drive 6.0 so disabling it to easy migration of clk arb for GA100. As a first step all the NVRM Clock tests will be skipped by setting NVGPU_SUPPORT_CLOCK_CONTROLS to false for TU104. Then clk arbitor will be rewritten for GA100 and enabled back. This patch implements by adding a new flag NVGPU_CLK_ARB_ENABLED which holds the status of clk arbitor for each platform and disables them for TU104 Bug 200699763 Change-Id: I51cd5c7821bdc0b48080c17a70735925b278ddf5 Signed-off-by: absalam <absalam@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2515086 Reviewed-by: svc-mobile-coverity <svc-mobile-coverity@nvidia.com> Reviewed-by: svc-mobile-misra <svc-mobile-misra@nvidia.com> Reviewed-by: svc-mobile-cert <svc-mobile-cert@nvidia.com> Reviewed-by: Deepak Nibade <dnibade@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit