mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 17:25:35 +03:00
The tegra_wmark is a specialized devfreq governor to support interrupt-driven DVFS algorithm with Host1x Actmon infrastructure. This governor will be used for NVDEC/NVENC/OFA/VIC engines to support load-based DVFS. Bug 5147566 Change-Id: I9a60c22e8f12ea579e43e883a273a76d1170e0f5 Signed-off-by: Johnny Liu <johnliu@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3313827 GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com> Reviewed-by: Ankita Garg <ankitag@nvidia.com> Reviewed-by: Frankie Chang <frankiec@nvidia.com> Reviewed-by: svcacv <svcacv@nvidia.com>
6 lines
169 B
Makefile
6 lines
169 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
# Copyright (c) 2022-2025, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += tegra_wmark.o
|
|
obj-m += governor_pod_scaling.o
|