- 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
While here :
- Remove mention of drm-legacy
- Adjust kld_list usage (no need for the full path in 13-CURRENT)
- Update pkg-descr to have the correct version
- Remove comment that says that amdgpu and radeon fails with UEFI,
this is not the case for me although there might be some problems
with some bios so leave that part in pkg-message.
Sponsored by: The FreeBSD Foundation
This update the drm drivers to be in sync with Linux v5.4.62
This also set the default for psr (Panel Self Refresh) for i915 to disable.
There is some issue in our code that make the console not refreshing as it
should and since I don't have the hardware to reproduce simply change the default
for us.
This also change the power_well default in i915 to have them always enabled. We likely
miss something related to this for FreeBSD and this cause a spam on the console when
using HDMI.
Sponsored by: The FreeBSD Foundation
This fix the vboxvideo module. Console doesn't update, one need to
interact with the vbox gui so it's refreshed.
I don't know yet if it's a vbox problem or drm driver one.
While here update pkg-descr to have the correct url and info.
Sponsored by: The FreeBSD Foundation
This put us in sync with Linux 5.3 drm drivers with one cavehat: Navi10 AMDGPU
support, an issue is created upstream and we hope to have it working soon.
https://github.com/freebsd/drm-kmod/issues/10
This update the drm-devel-kmod port to track the freebsd/drm-kmod github repo
and update the code to the latest one which track Linux 5.2 kernel
Sponsored-by: The FreeBSD Foundation
Approved by: x11 (zeising@ over irc)
Update graphics/drm-devel-kmod to the latest snapshot.
This update contains several fixes:
Fix build on latest CURRENT
Improvements to make Vega 3 (Raven 2) work
Improvements to diagnostics and debug messages.
Update the graphics/drm-devel-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 graphics/drm-devel-kmod to the latest snapshot.
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
Add devctl (devd) notification for monitor hotplug
Remove support for older FreeBSD versions and bump the minimum version
requirements to FreeBSD 1300055.
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
Bump the portversion of graphics/drm-devel-kmod, this was forgotten in the
previous commit.
Reroll distinfo, because of how github distinfo works, the name changes when
the portversion changes.
Reported by: jbeich
Update graphics/drm-devel-kmod to the latest snapshot
This update fixes the build on current, improves handling when switching
VT console and contains some further minor fixes.
Update graphics/drm-devel-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
Update graphics/drm-devel-kmod to the latest snapshots. This includes
runtime fixes on recent CURRENT, as well as minor fixes to aarch64, ppc64
and sysfs usage.
Update snapshot with fixes for powerpc64 elfv2, fixes when printing a
sysctl, fixes for a use after free in the wmvgfx driver and fixes in
anticipation of updates to current.
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 graphics/drm-devel-kmod to the latest snapshot.
Summary of changes:
Fixes a memory leak
Improves debugfs and debug capabilities
Adds the new vboxvideo.ko driver, an experimental driver for virtualbox
graphics. This is enabled on amd64 and i386.
MFH: 2019Q3 (implicit, drm-drivers blanket)
Sponsored by: B3 Init
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)
Fix packaging of graphics/drm-devel-kmod, the amdkfd module has been
disabled, and I missed this last night. Remove it from the pkg-plist by
commenting it out for all architectures for now.
This is a stop gap measure to get the port to package, until I can touch
base with johalun and jmd about how to handle this permanently.
MFH: 2019Q2 (implicit, drm-drivers blanket)
Sponsored by: B3 Init
Add graphics/drm-devel-kmod, development version of the lkpi based DRM
graphics drivers. This version is experimental, and for recent CURRENT
only.
This version currently corresponds to Linux 5.0 DRM drivers, and should give
better support for more recent Intel and AMD GPUs.
Please note that this port is copied from drm-current-kmod, rather than
resurrected from the old drm-devel-kmod port, that's because
drm-current-kmod was created by copying the old drm-devel-kmod when that
went to a more stable version.
Big thank you to everyone who has worked on this, and johalun in particuar,
who has done most of the heavy lifting.
Approved by: jmd (maintainer, implicit)
MFH: 2019Q2 (implicit, drm-drivers blanket)
Sponsored by: B3 Init
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
Fix runtime after stolen memory handling was comitted. Use FreeBSD 1200086
as delimiter, since FreeBSD versions wasn't bumped for the stolen memory
commit.
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)
Update graphics/drm-next-kmod to the latest snapshot. This contains fixes
for vaapi rendering and possibly also other rendering bugs.
Approved by: jmd (maintainer, implicit)
Obtained from: FreeBSD Graphics Team
MFH: 2018Q4
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