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 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 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
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 16 Mar 2024 01:47:15 |
Gleb Popov (arrowd) Author: Austin Shafer |
graphics/nvidia-drm-510-kmod: Fix compilation with the v550 NVidia driver
Differential Revision: https://reviews.freebsd.org/D44305 |
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 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 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 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 |