Compare Pastes
Differences between the pastes
#130639 (20.12.2019 11:58)
and
#278725 (08.12.2024 12:11).
1 | diff -Npur NVIDIA-Linux-x86-340.107.orig/kernel/nv-drm.c NVIDIA-Linux-x86-340.107/kernel/nv-drm.c | |
2 | --- NVIDIA-Linux-x86-340.107.orig/kernel/nv-drm.c 2018-05-25 06:23:05.000000000 +0200 | |
3 | +++ NVIDIA-Linux-x86-340.107/kernel/nv-drm.c 2019-11-27 05:23:51.525088963 +0100 | |
4 | @@ -22,6 +22,10 @@ | |
5 | #include | |
6 | #endif | |
7 | ||
8 | +#if LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0) | |
9 | +#include | |
10 | +#endif | |
11 | + | |
12 | #if defined(NV_DRM_LEGACY_PCI_INIT_PRESENT) | |
13 | #define nv_drm_pci_init drm_legacy_pci_init | |
1 | Статические испытания грунтов сваями https://osnovanie-svai.com/ | |
2 | ||
3 | Динамические испытания свай https://osnovanie-svai.com/ | |
4 | ||
5 | Цены https://osnovanie-svai.com/pile.php | |
6 | ||
7 | Значение стабильности опор достигается при условии, что осадка сваи после каждой нагрузки находится в пределах нормы https://www.osnovanie-svai.com/politica.html | |
8 | Обычно это осадка опоры на величину 0,1 мм в течение получасового промежутка времени https://osnovanie-svai.com/ | |
9 | ||
10 | - общего числа и типов свай в проекте фундамента https://osnovanie-svai.com/ | |
11 | ||
12 | Звоните или пишите нашим специалистам для уточнения стоимости испытания свай https://www.osnovanie-svai.com/politica.html | |
13 | ||
14 | #define nv_drm_pci_exit drm_legacy_pci_exit | |
15 | @@ -161,6 +161,9 @@ static struct drm_driver nv_drm_driver = | |
16 | #else | |
17 | .driver_features = DRIVER_GEM | DRIVER_PRIME, | |
18 | #endif | |
19 | +#if defined(DRIVER_LEGACY) || LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0) | |
20 | + .driver_features = DRIVER_GEM | DRIVER_LEGACY, | |
21 | +#endif | |
22 | .load = nv_drm_load, | |
23 | .unload = nv_drm_unload, | |
24 | .fops = &nv_drm_fops, |