mirror of
git://nv-tegra.nvidia.com/linux-hwpm.git
synced 2025-12-24 10:13:00 +03:00
Add support for IP registering mechanism for runtime callback and perfmux read/writes. void tegra_soc_hwpm_ip_register(struct tegra_soc_hwpm_ip_ops *hwpm_ip_ops); IP's callback are called to disable and enable IP runtime pm. At this moment, only VIC/NVENC/OFA driver registration is supported. Also will take-up perfmux register read/write in follow-up patch. Bug 3333031 Bug 3333042 Change-Id: If559cae73be1edbdb7139b4183ce3e1dc0943053 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2607267 Reviewed-by: svc_kernel_abi <svc_kernel_abi@nvidia.com> Reviewed-by: Seema Khowala <seemaj@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> GVS: Gerrit_Virtual_Submit
13 lines
238 B
Makefile
13 lines
238 B
Makefile
#
|
|
# Tegra SOC HWPM
|
|
#
|
|
|
|
GCOV_PROFILE := y
|
|
|
|
obj-y += tegra-soc-hwpm.o
|
|
obj-y += tegra-soc-hwpm-io.o
|
|
obj-y += tegra-soc-hwpm-ioctl.o
|
|
obj-y += tegra-soc-hwpm-log.o
|
|
obj-y += tegra-soc-hwpm-ip.o
|
|
obj-$(CONFIG_DEBUG_FS) += tegra-soc-hwpm-debugfs.o
|