- Fix a potential panic when kern.vt.splash_cpu is set [1]
- Do not depend on debugfs if not compiled with support
PR: 260896 [1]
Sponsored by: Beckhoff Automation GmbH & Co. KG
ONLY_FOR_ARCHS_REASON is used as part of the sentence and thus should
start with lower-case letter and not end with a period which is added
by the framework, similar to other knobs like BROKEN, IGNORE, et al.
While here, remove needless quoting, add missing Oxford comma, expand
contractions and jargonisms, use correct spelling for proper names.
While here update the comment to reflect the correct version shipped.
And remove the comment about amdgpu and EFI as I never had the problem
so it's not something general.
Sponsored by: Beckhoff Automation GmbH & Co. KG
This causes too many problems when we update linuxkpi in base with functionality
that are also present in this ports.
While here update pkg-descr for both drm-current-kmod and drm-devel-kmod
so it matches the reality.
Discussed with: zeising, imp
Add new drm-fbsd13-kmod to the conflict lists of the other ports.
Be pedantic about version boundaries.
Approved by: manu (on ports-committers)
MFH: 2021Q1
This fixes buildkernel when the SOURCE option is turned on:
===> drm-current-kmod (all)
--- all_subdir_drm-current-kmod/linuxkpi ---
===> drm-current-kmod/linuxkpi (all)
make[4]: make[4]: don't know how to make dma-resv.c. Stop
Approved by: manu
- Use acpi code from base (thanks to wulf@)
- Add radeon/i386 patches (thanks to tilj@)
- Translate O_ flags for linuxulator (thanks to Greg V)
- Lot of linuxkpi cleanup
- Hack for amdgpu when the IP isn't init properly, this happens
on one of my laptop with a dGPU. We still don't support it but
we don't panic when we load amdgpu
drm-current-kmod/drm-devel-kmod:
- Remove local patch, code is upstream now
- Fix amdgpu build on powerpc64
- Depend on latest gpu-firmware-kmod (for navi14 and renoir users)
drm-kmod:
- Need FreeBSD 1300108, missed in r548208
This update drm-current-kmod to be in sync with the latest Linux LTS
release.
aarch64 is also now supported for amdgpu and radeon.
vboxvideo is now added.
Reviewed by: x11 (zeising@)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D26367
Update the graphics/drm-current-kmod snapshot to the latest version.
This includes fixes to make it build on current and changes to make it work
with pending VM changes.
Update the snapshot of graphics/drm-current-kmod.
This fixes the build on latest current
Make unsynchronized DRM_IOCTL_I915_GEM_USERPTR work in mesa on 7th
generation Haswell graphics. This is needed for vulkan.
Remove support for older FreeBSD versions and bump the minimum version
requirements to FreeBSD 1300052.
Update snapshots of all linux KPI based DRM graphics driver ports.
This update fixes an information disclosure security vulnerability.
Please note that only the drivers for intel GPUs are affected.
MFH: 2020Q1
Security: d2c2c815-3793-11ea-8be3-54e1ad3d6335
Update graphics/drm-current-kmod to the latest snapshot. This is a security
update, containing fixes for local privilege escalation and denial of
service bugs, as part of the Intel 2019.2 IPU
MFH: 2019Q4 (implicit, security, drm-drivers blanket)
Security: ecb7fdec-0b82-11ea-874d-0c9d925bbbc0
Install kernel module sources and makefiles to
$PREFIX/sys/modules/drm-current-kmod. This permits kernel builds to
build the DRM modules as part of buildkernel via the LOCAL_MODULES
framework. These modules are installed to the kernel's directory and
are then preferred to the generic modules installed in /boot/modules.
The installation of sources is controlled by a new SOURCES option
which defaults to on.
Reviewed by: zeising, manu
Differential Revision: https://reviews.freebsd.org/D20990
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330
Update snapshot of graphics/drm-curent-kmod to include a fix for a memory
leak.
FreeBSD Graphics issue: #55https://github.com/FreeBSDDesktop/kms-drm/issues/155
PR: 238925
Reported by: Ting-Wei Lan
MFH: 2019Q3 (implicit, drm-drivers blanket)
Sponsored by: B3 Init (zeising)
Change maintainer of all drm kmod ports to x11@FreeBSD.org. This way, PRs,
notice about build breakages from package builds and so on goes to the
entire x11@ team, and not just one member.
Approved by: jmd (maintainer)