Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
550.127.05_1 29 Oct 2024 18:37:31 |
Kevin Bowling (kbowling) Author: Tomoaki AOKI |
x11/nvidia-driver, linux-nvidia-libs, nvidia-drm: Update to 550.127.05
Approved by: blanket, Austin Shafer <ashafer@badland.io>
PR: 282312 |
550.120_1 26 Oct 2024 07:10:03 |
Emmanuel Vadot (manu) |
graphics/nvidia-drm-515-kmod: Bump version after drm-515-kmod update
Sponsored by: Beckhoff Automation GmbH & Co. KG |
550.120_1 29 Sep 2024 09:44:25 |
Kevin Bowling (kbowling) Author: Tomoaki AOKI |
graphics/nvidia-drm-{515,61}-kmod: Build fix stable/14 |
550.120_1 29 Sep 2024 09:39:28 |
Kevin Bowling (kbowling) |
x11/nvidia-driver, x11/linux-nvidia-libs, graphics/nvidia-drm-*-kmod: Update to
550.120
PR: 280772
Approved by: maintainer timeout |
550.54.14_1 04 Aug 2024 23:46:00 |
Charlie Li (vishwin) Author: Austin Shafer |
graphics/nvidia-drm-kmod: prepare for 555 update
This makes a patch ignored on the newer 555 versions, which now ship with
it. Also match the behavior or nvidia-drm-kmod to drm-kmod, selecting
drm-61-kmod on 14.
Differential Revision: https://reviews.freebsd.org/D45400 |
550.54.14_1 04 Jun 2024 10:11:02 |
Emmanuel Vadot (manu) |
graphics/drm-515-kmod: Update to 5.15.160
This brings us up to date with Linux 5.15.160
Sponsored by: Beckhoff Automation GmbH & Co. KG |
550.54.14_1 16 May 2024 22:11:40 |
Jung-uk Kim (jkim) |
graphics/nvidia-drm-515-kmod: Fix build on current after ae38a1a1bfdf
Approved by: portmgr (blanket unbreak) |
550.54.14_1 18 Mar 2024 15:24:47 |
Gleb Popov (arrowd) Author: Austin Shafer |
graphics/nvidia-drm-kmod: fix build depends and linuxkpi registration
This fixes an issue where linuxkpi/DRM compatibility was not being
correctly detected, causing sway to not work. The conftest.sh script
checks the installed kernel modules for symbol presence, but on
package builders drm.ko was not being installed due to being in
RUN_DEPENDS instead of BUILD_DEPENDS.
This also fixes a panic in sway when an external monitor is plugged
into a prime laptop. This uses linux_pci_attach_device when possible
to actually register everything needed for the pci dev, instead of
just filling in the bare miniumum.
Differential Revision: https://reviews.freebsd.org/D44308 |
550.54.14_1 14 Mar 2024 17:42:40 |
Emmanuel Vadot (manu) |
graphics/drm-kmod: Update to latest source so it builds on current
Update 5.15 and 6.1 to latest source so it builds on latest current
version.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
535.146.02 27 Feb 2024 15:48:19 |
Gleb Popov (arrowd) Author: Austin Shafer |
graphics/nvidia-drm-kmod: Update to 550.54.14
Differential Revision: https://reviews.freebsd.org/D44073 |
535.146.02_2 01 Jan 2024 22:51:52 |
Kevin Bowling (kbowling) Author: Austin Shafer |
graphics/nvidia-drm-{510,515}-kmod: Update to 535.146.02
PR: 275569 |
535.104.05_2 29 Dec 2023 19:28:07 |
Emmanuel Vadot (manu) Author: Austin Shafer |
graphics/nvidia-drm-515-kmod: Fix build on CURRENT with iosys-map.h
Commit f8ab2f5bae1d added the linux/iosys-map.h header to base in order
to support 5.18+ versions of drm-kmod. This messes with nvidia-drm's
conftest logic as on recent enough CURRENT versions it will see iosys-map
and assume it can use it, but the drm-kmod version in use is 5.15,
which wants to use the older dma_buf_map.
This adds a patch on the port side to override nvidia-drm's detector
and force the use of dma_buf_map on the 5.15 port.
Differential Revision: https://reviews.freebsd.org/D43234 |
535.104.05_2 25 Dec 2023 03:27:16 |
Charlie Li (vishwin) |
graphics/nvidia-drm-{510,515}-kmod: bump distinfo after
graphics/drm-{510,515}-kmod update
Discussed with: maintainer |
535.104.05_2 13 Nov 2023 08:25:36 |
Emmanuel Vadot (manu) |
graphics/drm-515-kmod: Update to v5.15.118_3
Fix backlight reset on i915 when external events happens (plugging charger,
suspend/resume etc ...).
Sponsored by: Beckhoff Automation GmbH & Co. KG |
535.104.05_2 07 Nov 2023 08:35:19 |
Gleb Popov (arrowd) Author: Austin Shafer |
graphics/nvidia-drm-515-kmod: Remove dependency on linuxkpi_gplv2.ko
This fixes a failure on module load for nvidia-drm.ko as a result of
linuxkpi_gplv2.ko being removed from drm-kmod in 5.15. For now we just
remove the dependency in the nvidia-drm 515 port to unbreak things, I'll
create a longer-term upstream fix.
PR: 274910
Reviewed by: arrowd
Differential Revision: https://reviews.freebsd.org/D42484 |
535.104.05_1 26 Oct 2023 06:09:40 |
Emmanuel Vadot (manu) |
graphics/drm-515-kmod: Update to drm_v5.15.118_2
Fixes some memory accounting in dma-buf.
Sponsored by: Beckhoff Automation GmbH & Co. KG |
535.104.05 17 Oct 2023 17:49:17 |
Gleb Popov (arrowd) Author: Austin Shafer |
graphics/nvidia-drm-515-kmod: Chase drm-kmod 5.15.118 update.
Reviewed By: arrowd
Differential Revision: https://reviews.freebsd.org/D42267 |
535.104.05 08 Sep 2023 18:12:08 |
Kevin Bowling (kbowling) |
x11/nvidia-driver, x11/linux-nvidia-libs, nvidia-drm-*-kmod: update to
535.104.05
PR: 273357
Approved by: danfe |
535.98_1 01 Sep 2023 16:16:56 |
Gleb Popov (arrowd) Author: Austin Shafer |
nvidia-drm-kmod: Update with fix for PRIME
This updates the nvidia-drm ports to contain the fix for
https://github.com/amshafer/nvidia-driver/issues/20
Also updates the port Makefiles to use CONFLICTS_INSTALL to resolve
PR 273261, and adds PORTREVISION to the github tag referenced.
Differential Revision: https://reviews.freebsd.org/D41591
PR: 273261
Tested by: arrowd |
535.98 20 Aug 2023 17:54:07 |
Gleb Popov (arrowd) Author: Austin Shafer |
graphics/nvidia-drm-[510,515]-kmod: Add the port.
This port provides the nvidia-drm.ko kernel module, as ported here:
https://github.com/amshafer/nvidia-driver
This module implements the DRM API, which is commonly used for PRIME and
Wayland setups.
Differential Revision: https://reviews.freebsd.org/D41497
Reviewed by: arrowd |