tegra: hwpm: Add Video Engine IP debug node info

HWPM resource manager in QNX will query register read/write
ops to the IP debug nodes exposed. This is done via devctl
calls from the HWPM Res Mgr. Hence, update the IP debug node
names in ip souce files.

Bug 4170733
DOS-SHR-7601

Change-Id: I58a39305aa8d6fcbbe01494d1e18069a369ee46f
Signed-off-by: vasukis <vasukis@nvidia.com>
(cherry picked from commit d37297cb494bb6bfc3b531e38302de18d0fddfc5)
Reviewed-on: https://git-master.nvidia.com/r/c/linux-hwpm/+/2985248
GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com>
This commit is contained in:
vasukis
2023-09-25 19:21:25 +00:00
committed by mobile promotions
parent c630042921
commit bc1f044c15
3 changed files with 6 additions and 6 deletions

View File

@@ -127,11 +127,11 @@ static struct hwpm_ip_inst t234_nvenc_inst_static_array[
.ip_dev = NULL, .ip_dev = NULL,
.hwpm_ip_pm = NULL, .hwpm_ip_pm = NULL,
.hwpm_ip_reg_op = NULL, .hwpm_ip_reg_op = NULL,
.fd = -1, .fd = 1,
}, },
.element_fs_mask = 0U, .element_fs_mask = 0U,
.dev_name = "", .dev_name = "/dev/nvhost-debug/nvenc_hwpm",
}, },
}; };

View File

@@ -127,11 +127,11 @@ static struct hwpm_ip_inst t234_ofa_inst_static_array[
.ip_dev = NULL, .ip_dev = NULL,
.hwpm_ip_pm = NULL, .hwpm_ip_pm = NULL,
.hwpm_ip_reg_op = NULL, .hwpm_ip_reg_op = NULL,
.fd = -1, .fd = 1,
}, },
.element_fs_mask = 0U, .element_fs_mask = 0U,
.dev_name = "", .dev_name = "/dev/nvhost-debug/ofa_hwpm",
}, },
}; };

View File

@@ -127,11 +127,11 @@ static struct hwpm_ip_inst t234_vic_inst_static_array[
.ip_dev = NULL, .ip_dev = NULL,
.hwpm_ip_pm = NULL, .hwpm_ip_pm = NULL,
.hwpm_ip_reg_op = NULL, .hwpm_ip_reg_op = NULL,
.fd = -1, .fd = 1,
}, },
.element_fs_mask = 0U, .element_fs_mask = 0U,
.dev_name = "", .dev_name = "/dev/nvhost-debug/vic_hwpm",
}, },
}; };