notbug ipv6 ready As an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photos
All times are UTC
Ukraine
The recently imposed "must be logged in" restriction is a response to increased bot traffic on the site. This affects search, commits, and vuxml pages.
Search engines are not blocked. Try using "site:www.freshports.org" and your search terms.
Port details
drm-612-kmod Direct Rendering Manager (DRM) GPU drivers
6.12.85_1 graphics on this many watch lists=2 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 6.12.85_1Version of this port present on the latest quarterly branch.
Ignore IGNORE: not supported on FreeBSD < 1500509, no kernel support
Maintainer: x11@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2026-05-23 00:00:14
Last Update: 2026-06-10 17:49:44
Commit Hash: e50c876
People watching this port, also watch:: android-file-transfer-cli, kitty, hyprland, drm-latest-kmod, wine-devel
Also Listed In: kld kld
License: BSD2CLAUSE MIT GPLv2
WWW:
https://github.com/freebsd/drm-kmod/
Description:
amdgpu, i915, and radeon DRM drivers modules. Currently corresponding to Linux 6.12 DRM. This version is for FreeBSD 15 1500509 and above, or FreeBSD 16 1600018 and above.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (15 items)
Collapse this list.
  1. @kld /boot/modules
  2. /usr/local/share/licenses/drm-612-kmod-6.12.85.1500068_1/catalog.mk
  3. /usr/local/share/licenses/drm-612-kmod-6.12.85.1500068_1/LICENSE
  4. /usr/local/share/licenses/drm-612-kmod-6.12.85.1500068_1/BSD2CLAUSE
  5. /usr/local/share/licenses/drm-612-kmod-6.12.85.1500068_1/MIT
  6. /usr/local/share/licenses/drm-612-kmod-6.12.85.1500068_1/GPLv2
  7. /boot/modules/dmabuf.ko
  8. /boot/modules/amdgpu.ko
  9. /boot/modules/drm.ko
  10. /boot/modules/i915kms.ko
  11. /boot/modules/radeonkms.ko
  12. /boot/modules/ttm.ko
  13. @owner
  14. @group
  15. @mode
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • no SUBR information found for this port
Dependency lines:
  • drm-612-kmod>0:graphics/drm-612-kmod
Conflicts:
CONFLICTS_INSTALL:
  • drm-latest-kmod
  • drm-515-kmod
  • drm-61-kmod
  • drm-66-kmod
To install the port:
cd /usr/ports/graphics/drm-612-kmod/ && make install clean
We doubt a package is available for this port because we see it marked as as:
  • Ignore
Packages are normally not provided for ports that are marked as above.
To add the package, run one of these commands:
  • pkg install graphics/drm-612-kmod
  • pkg install drm-612-kmod
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: drm-612-kmod
Flavors: there is no flavor information for this port.
ONLY_FOR_ARCHS: amd64
distinfo:
TIMESTAMP = 1780335819 SHA256 (freebsd-drm-kmod-6.12.85-drm_v6.12.85_2_GH0.tar.gz) = 27788fcbb9976f10fa6965dfc0096b705e140131a69960452027624b3d7613af SIZE (freebsd-drm-kmod-6.12.85-drm_v6.12.85_2_GH0.tar.gz) = 44076407

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
This port has no dependencies.
This port is required by:
for Run
  1. graphics/nvidia-drm-612-kmod
  2. graphics/nvidia-drm-612-kmod-580
  3. graphics/nvidia-drm-612-kmod-devel

Configuration Options:
No options to configure
Options name:
graphics_drm-612-kmod
USES:
kmod uidfix compiler:c++11-lang
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/freebsd/drm-kmod/tar.gz/drm_v6.12.85_2?dummy=/
Collapse this list.

Number of commits found: 2

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
6.12.85_1
10 Jun 2026 17:49:44
commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1commit hash: e50c876e295af951485b605b8cb9bf567b6c23e1 files touched by this commit
Jean-Sébastien Pédron (dumbbell) search for other commits by this committer
graphics/drm-*-kmod, graphics/nvidia-drm-*-kmod: Update DRM drivers

Several changes were made to all LTS drm-kmod branches:
1. All branches were updated with Makefile cleanups and fixes.
2. The addition of the `DMA_BUF_IOCTL_EXPORT_SYNC_FILE` and
   `DMA_BUF_IOCTL_IMPORT_SYNC_FILE` ioctls was backported to the 6.1 and
   6.6 branches.
3. A couple fixes to amdgpu and i915 drivers were committed to the 6.12
   branch.

The corresponding `graphics/nvidia-drm-*-kmod` ports were updated to
reference the latest `graphics/drm-*-kmod` ports.

Sponsored by:	The FreeBSD Foundation
6.12.85
22 May 2026 23:57:26
commit hash: 9c021c6bac866056943a39062b09d39a177c3021commit hash: 9c021c6bac866056943a39062b09d39a177c3021commit hash: 9c021c6bac866056943a39062b09d39a177c3021commit hash: 9c021c6bac866056943a39062b09d39a177c3021 files touched by this commit
Siva Mahadevan (siva) search for other commits by this committer
graphics/drm-612-kmod: new port

Reviewed by:	dumbbell, emaste
Approved by:	lwhsu (mentor, implicitly)
Differential Revision:	https://reviews.freebsd.org/D56888

Number of commits found: 2