575.51.02

This commit is contained in:
Bernhard Stoeckner
2025-04-17 19:35:38 +02:00
parent e8113f665d
commit 4159579888
1142 changed files with 309085 additions and 272273 deletions

View File

@@ -229,15 +229,8 @@ static inline void uvm_pmm_devmem_exit(void)
}
#endif
#if defined(CONFIG_PCI_P2PDMA) && defined(NV_STRUCT_PAGE_HAS_ZONE_DEVICE_DATA)
#include <linux/pci-p2pdma.h>
void uvm_pmm_gpu_device_p2p_init(uvm_gpu_t *gpu);
void uvm_pmm_gpu_device_p2p_deinit(uvm_gpu_t *gpu);
#else
static inline void uvm_pmm_gpu_device_p2p_init(uvm_gpu_t *gpu) {}
static inline void uvm_pmm_gpu_device_p2p_deinit(uvm_gpu_t *gpu) {}
#endif
struct uvm_gpu_chunk_struct
{