nvidia_legacy_340: Remove unneeded/failing patch
The patch is not applying and no longer needed after upgrade in 045575e744cd581a20929c63590d9b555099c22d. Now the same result is achieved by the following lines in the driver package itself: #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT) #define nv_drm_pci_init drm_legacy_pci_init #define nv_drm_pci_exit drm_legacy_pci_exit #else #define nv_drm_pci_init drm_pci_init #define nv_drm_pci_exit drm_pci_exit #endif
This commit is contained in:
parent
60ede4d711
commit
caed71efb6
@ -47,7 +47,7 @@ rec {
|
||||
persistencedSha256 = "0nwv6kh4gxgy80x1zs6gcg5hy3amg25xhsfa2v4mwqa36sblxz6l";
|
||||
useGLVND = false;
|
||||
|
||||
patches = maybePatch_drm_legacy ++ [ ./vm_operations_struct-fault.patch ];
|
||||
patches = [ ./vm_operations_struct-fault.patch ];
|
||||
};
|
||||
|
||||
legacy_304 = generic {
|
||||
|
Loading…
x
Reference in New Issue
Block a user