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

Add support for NVidia OSS drivers on the LX2160a arm64 platform #1093

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

asymingt
Copy link

@asymingt asymingt commented Nov 26, 2024

After applying the extension, there are a couple of extra kernel module params that may be required to support GPUs that are not officially supported. I have confirmed the following works with the RTX 3060 12GB model:

machine:
  kernel:
    modules:
    - name: nvidia
      parameters: 
      - NVreg_OpenRmEnableUnsupportedGpus=1
    - name: nvidia_uvm
    - name: nvidia_drm
      parameters:
      - modeset=1
    - name: nvidia_modeset
  sysctls:
    net.core.bpf_jit_harden: 1

Right now compute works, but display does not.

@asymingt asymingt changed the title Add patches to support nvidia LX2160a arm64 platfoem Add patches to support nvidia OSS drivers on the LX2160a arm64 platform Nov 26, 2024
@asymingt asymingt changed the title Add patches to support nvidia OSS drivers on the LX2160a arm64 platform Add support for NVidia OSS drivers on the LX2160a arm64 platform Nov 26, 2024
@frezbo
Copy link
Member

frezbo commented Dec 10, 2024

@asymingt is this good to go or need more changes, otherwise this will be part of 1.10

@asymingt
Copy link
Author

@asymingt is this good to go or need more changes, otherwise this will be part of 1.10

Definitely not at this stage. It's referencing my own fork of the GitHub repo and needs more testing. Feel free to close / decline the PR if you'd like to clean up on your side.

@frezbo
Copy link
Member

frezbo commented Dec 11, 2024

@asymingt is this good to go or need more changes, otherwise this will be part of 1.10

Definitely not at this stage. It's referencing my own fork of the GitHub repo and needs more testing. Feel free to close / decline the PR if you'd like to clean up on your side.

We can keep this open and target for 1.10, hopefully nvidia fixes from their side by then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants