Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NVIDIA: [Config]: Add PREEMPT and CPU_FREQ_DEFAULT annotations #40

Open
wants to merge 1 commit into
base: 24.04_linux-nvidia-6.11
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions debian.nvidia-6.11/config/annotations
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,18 @@ CONFIG_CORESIGHT_TPDM note<'Required for Grace enablem
CONFIG_CORESIGHT_TRBE policy<{'arm64': 'm'}>
CONFIG_CORESIGHT_TRBE note<'Required for Grace enablement'>

CONFIG_PREEMPT_NONE policy<{'amd64': 'n', 'arm64': 'y'}>
CONFIG_PREEMPT_NONE note<'Required for NVIDIA workloads'>

CONFIG_PREEMPT_VOLUNTARY policy<{'amd64': 'y', 'arm64': 'n'}>
CONFIG_PREEMPT_VOLUNTARY note<'Required for NVIDIA workloads'>

CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND policy<{'arm64': 'n'}>
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND note<'Required for NVIDIA workloads'>

CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE policy<{'amd64': 'n', 'arm64': 'y'}>
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE note<'Required for NVIDIA workloads'>

CONFIG_DRM_NOUVEAU policy<{'amd64': 'n', 'arm64': 'n'}>
CONFIG_DRM_NOUVEAU note<'Disable nouveau for NVIDIA kernels'>

Expand Down