mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: Add therm device to support VBIOS .95
Latest POR VBIOS have TSOSC/SCI therm device in therm device table. PMU ucode doesn't support these device, so NVGPU need not send the config data to PMU. Adding support in NVGPU to skip these boardobj entries. NVBUG-200569668 Change-Id: I64ccd1f7f8c4e545369134fd2ca5bb76561ffc8f Signed-off-by: rmylavarapu <rmylavarapu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/2247690 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: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
42ccc21c62
commit
7f09ad1be8
@@ -164,6 +164,12 @@ static int devinit_get_therm_device_table(struct gk20a *g,
|
||||
break;
|
||||
case NV_VBIOS_THERM_DEVICE_1X_ENTRY_CLASS_GPU:
|
||||
break;
|
||||
case NV_VBIOS_THERM_DEVICE_1X_ENTRY_CLASS_GPU_GPC_SCI:
|
||||
continue;
|
||||
break;
|
||||
case NV_VBIOS_THERM_DEVICE_1X_ENTRY_CLASS_GPU_GPC_TSOSC:
|
||||
continue;
|
||||
break;
|
||||
default:
|
||||
nvgpu_err(g,
|
||||
"Unknown thermal device class i - %x, class - %x",
|
||||
|
||||
Reference in New Issue
Block a user