Commit 28958207 authored by Oded Gabbay's avatar Oded Gabbay
Browse files

habanalabs: we need CPU queues for hwmon



F/W can be loaded but device CPU queues disabled. In that case, HWMON
should be disabled. This is only relevant when debugging

Signed-off-by: default avatarOded Gabbay <ogabbay@kernel.org>
parent 20b7525d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -542,7 +542,7 @@ int hl_hwmon_init(struct hl_device *hdev)
	struct asic_fixed_properties *prop = &hdev->asic_prop;
	int rc;

	if ((hdev->hwmon_initialized) || !(hdev->fw_loading))
	if ((hdev->hwmon_initialized) || !(hdev->cpu_queues_enable))
		return 0;

	if (hdev->hl_chip_info->info) {