diff --git a/tegra-soc-hwpm-ioctl.c b/tegra-soc-hwpm-ioctl.c index 01cf654..bfd6472 100644 --- a/tegra-soc-hwpm-ioctl.c +++ b/tegra-soc-hwpm-ioctl.c @@ -1164,16 +1164,20 @@ static int tegra_soc_hwpm_open(struct inode *inode, struct file *filp) hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_MSS_NVLINK] = 0x1; } if (tegra_platform_is_silicon()) { - /* Update fs_info once IP is validated */ /* Static IP instances corresponding to silicon */ + // hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_VI] = 0x3; hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_ISP] = 0x1; hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_VIC] = 0x1; + hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_OFA] = 0x1; hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_PVA] = 0x1; - /* - * Bug 3362415: MSS Channel cannot be force enabled on TOT - * Mark MSS channels as floorswept. - */ - /* hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_MSS_CHANNEL] = 0xFFFF; */ + hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_NVDLA] = 0x3; + // hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_MGBE] = 0xF; + hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_SCF] = 0x1; + hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_NVDEC] = 0x1; + hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_NVENC] = 0x1; + // hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_PCIE] = 0x32; + // hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_DISPLAY] = 0x1; + hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_MSS_CHANNEL] = 0xFFFF; hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_MSS_GPU_HUB] = 0x1; hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_MSS_ISO_NISO_HUBS] = 0x1; hwpm->ip_fs_info[TEGRA_SOC_HWPM_IP_MSS_MCF] = 0x1;