nv: switch headers to 570.144 to match gsp (#11131)

This commit is contained in:
nimlgen
2025-07-08 20:29:06 +03:00
committed by GitHub
parent 790b05ab12
commit 43650169f4

View File

@@ -130,7 +130,7 @@ class NVDev(PCIDevImplBase):
return type(struct).from_address(va), paddrs[0]
def _download(self, file) -> str:
url = f"https://raw.githubusercontent.com/NVIDIA/open-gpu-kernel-modules/e8113f665d936d9f30a6d508f3bacd1e148539be/{file}"
url = f"https://raw.githubusercontent.com/NVIDIA/open-gpu-kernel-modules/8ec351aeb96a93a4bb69ccc12a542bf8a8df2b6f/{file}"
return fetch(url, subdir="defines").read_text()
def extract_fw(self, file:str, dname:str) -> bytes: