Port details |
- drm-stable-kmod DRM modules for the linuxkpi-based KMS components
- g20180822_1 graphics
=1 g20180822_1Version of this port present on the latest quarterly branch.
- IGNORE: requires kernel source files in /usr/src
- Maintainer: jmd@FreeBSD.org
- Port Added: 2018-03-16 02:21:47
- Last Update: 2018-12-10 03:02:11
- SVN Revision: 487117
- People watching this port, also watch:: openjdk8, screen
- Also Listed In: kld
- License: BSD2CLAUSE MIT GPLv2
- WWW:
- https://github.com/FreeBSDDesktop/kms-drm
- Description:
- amdgpu, i915, and radeon DRM modules for the linuxkpi-based KMS components.
Currently corresponding to Linux 4.9 DRM. More stable state. amdgpu and
radeonkms are known to fail with EFI boot.
WWW: https://github.com/FreeBSDDesktop/kms-drm
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- drm-stable-kmod>0:graphics/drm-stable-kmod
- Conflicts:
- CONFLICTS_INSTALL:
- drm-devel-kmod
- drm-next-kmod
- drm-legacy-kmod
- No installation instructions:
- This port has been deleted.
- PKGNAME: drm-stable-kmod
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1534993813
SHA256 (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = c20bfb2554dc39839f72018f6c15fc4b371233039209132312017141af81dec6
SIZE (FreeBSDDesktop-kms-drm-g20180822-ef4d156_GH0.tar.gz) = 6678309
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:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- gpu-firmware-kmod>=g20180319 : graphics/gpu-firmware-kmod
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for drm-stable-kmod-g20180822_1:
DEBUG=off: Build with debugging support
===> Use 'make config' to modify these settings
- Options name:
- N/A
- USES:
- kmod uidfix
- pkg-message:
- The drm-stable-kmod port can be enabled for amdgpu (for AMD GPUs starting with
the HD7000 series / Tahiti) or i915kms (for Intel APUs starting with HD3000 /
Sandy Bridge) through kld_list in /etc/rc.conf. radeonkms for older AMD GPUs
can be loaded and there are some positive reports if EFI boot is NOT enabled
(similar to amdgpu).
For amdgpu: kld_list="amdgpu"
For Intel: kld_list="/boot/modules/i915kms.ko"
For radeonkms: kld_list="/boot/modules/radeonkms.ko"
Please ensure that all users requiring graphics are members of the
"video" group.
Older generations are supported by the legacy kms modules (radeonkms /
i915kms) in base or by installing graphics/drm-legacy-kmod.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
g20180822_1 10 Dec 2018 03:02:11 |
jmd |
LinuxKPI-based DRM ports: move to new ports nomenclature.
After some discussions within the x11 team, it was decided to move to a new
nomenclature for the LinuxKPI-based DRM ports that correctly reflects the
FreeBSD version the ports are for. This will also allow us to move to dedicated
branches per FreeBSD release and eases porting work.
Functionally, this commit is a no-op as we are not moving to new snapshots.
Reflect the move in UPDATING and MOVED. Users using the graphics/drm-kmod meta
port should not be affected. Direct consumers of the DRM ports shall move, as
in MOVED, as follows:
drm-stable-kmod is drm-fbsd11.2-kmod
drm-next-kmod is drm-fbsd12.0-kmod
drm-devel-kmod is drm-current-kmod
Reviewed by: zeising (x11)
Approved by: zeising (x11)
Differential Revision: https://reviews.freebsd.org/D18328 |
g20180822_1 06 Nov 2018 21:18:32 |
zeising |
Graphics/drm-*-kmod: Update pkg-message
Update pkg-message in drm-stable-kmod, drm-next-kmod and drm-devel-kmod and
point people to drm-legacy-kmod for the legacy drm drivers.
Approved by: jmd (maintainer, implicit) |
g20180822 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
g20180822 23 Aug 2018 23:21:16 |
jmd |
graphics/drm-next-kmod and graphics/drm-stable-kmod: fix message
Acknowledge the reality that these ports are well tested by now.
Approved by: zeising (mentor, implicit) |
g20180822 23 Aug 2018 03:48:13 |
jmd |
graphics/drm-stable-kmod: update to later revision.
Implements pci_{save,restore}_state functions.
While there, fix pkg-message.
Approved by: zeising (mentor, implicit) |
g20180802 22 Aug 2018 00:35:33 |
jmd |
new port: graphics/drm-legacy-kmod
This port contains the drm1 and drm2 legacy bits from base.
Reviewed by: seanc, zeising (mentor), mat
Approved by: seanc, zeising (mentor)
Differential Revision: https://reviews.freebsd.org/D16823 |
g20180802 02 Aug 2018 21:17:16 |
zeising |
graphics/drm-kmod ports: Update to latest snapshot
This snapshot contains fixes for suspend/resume on intel graphics cards.
Approved by: jmd (maintainer, implicit) |
g20180619_1 20 Jul 2018 09:29:59 |
0mp |
Remove redundant kld from CATEGORIES if a port uses kmod.
"USES=kmod" already adds kld to CATEGORIES so it is unnecessary to set
CATEGORIES to kld explicitly.
PR: 228543
Reviewed by: krion (mentor)
Approved by: krion (mentor)
Differential Revision: https://reviews.freebsd.org/D16359 |
g20180619_1 14 Jul 2018 08:18:08 |
zeising |
Register conflicts with drm-devel-kmod |
g20180619_1 04 Jul 2018 23:04:49 |
jmd |
graphics/drm-next-kmod and graphics/drm-stable-kmod: bump PORTREVISION to
trigger new packages after CURRENT got
the recent inlining of locks feature.
While there, correct a type in pkg-messages reported on bugzilla.
PR: 229320 (for typo)
Approved by: zeising (mentor, implicit) |
g20180619 19 Jun 2018 18:07:42 |
zeising |
Update drm-* kmod ports to latest snapshots
Update drm-* kmod ports to latest snapshots. This just updates a typedef in
preparation for MFC of r334662.
Approved by: jmd (maintainer) |
g20180606 06 Jun 2018 15:13:12 |
zeising |
graphics/drm-next-kmod graphics/drm-stable-kmod: Update to latest snapshot
Update graphics kmods to latest snapshots to fix build issues on the very
latest current, past r334662
Approved by: jmd (maintainer, implicit, regression fix) |
g20180602 02 Jun 2018 13:03:32 |
zeising |
graphics/drm-stable-kmod, graphics/drm-next-kmod: Update to latest snapshot
This fixes a regression on CURRENT after some changes to lkpi in base r334482
Approved by: jmd (maintainer, implicit, regression fix)
MFH: 2018Q2
X-MFH-note: include r471110, better support for old GPUs in stable-kmod
Tested by: Johannes Lundberg |
g20180529 29 May 2018 19:32:35 |
zeising |
graphics/drm-stable-kmod: update to the latest snapshot
This snapshot gives us better support for old intel graphics hardware,
including chips such as the GM965 found on core2duo CPUs.
Approved by: jmd (maintainer) |
g20180505_5 06 May 2018 20:03:41 |
zeising |
Fix dependency on gpu-firmware-kmod
Fix the dependency on gpu-firmware-kmod, the version used was about a year
off.
Bump portrevision since dependency changed.
Approved by: jmd (maintainer)
MFH: 2018Q2
X-MFH-notes: merge with r469162 |
g20180505_4 05 May 2018 19:26:29 |
zeising |
Update drm-next-kmod, drm-stable-kmod and gpu-firmware-kmod to latest
versions from upstream git.
This brings:
* shorter module names for the GPU firmwares
* addition to the kld category for all three ports
* fixes from FreeBSDDesktop since last update
* fixes to build on latest current, after r333263 [0]
Submitted by: jmd, zeising [0]
Approved by: maintainer (jmd)
Differential Revision: https://reviews.freebsd.org/D14765 (based on)
MFH: 2018Q2 |
g20180117_3 16 Mar 2018 02:21:33 |
jmd |
new port: graphics/drm-stable-kmod
This is a repo copy of the last 4.9 status of graphics/drm-next-kmod. While
drm-next-kmod serves as the experimental DRM/KMS port, this new port will always
trail it and be in a more stable state. This is not a guarantee that
drm-stable-kmod will receive all versions from drm-next-kmod, more likely there
will be jumps.
Mark the two ports as mutually conflicting.
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D14584 |