mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-24 18:21:35 +03:00
Adding a module that disables cg on t264 specifically. This is meant for purely internal usage by the SSG and noise-characterization teams. We are making use of some override signals that remain on a per-core basis for this purpose. Bug 4697511 Change-Id: I04093b97b10e1a87bfaa2615573b284a6f1ef4f3 Signed-off-by: Ishan Shah <ishah@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3237175 Reviewed-by: Laxman Dewangan <ldewangan@nvidia.com> Tested-by: Laxman Dewangan <ldewangan@nvidia.com> GVS: buildbot_gerritrpt <buildbot_gerritrpt@nvidia.com>
7 lines
192 B
Makefile
7 lines
192 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2022, NVIDIA CORPORATION. All rights reserved.
|
|
|
|
obj-m += cpuidle-tegra-auto.o
|
|
obj-m += cpuidle-debugfs.o
|
|
obj-m += cpuidle-cg-disable-t264.o
|