This includes the firmwares for the newer picasso, raven2, vega12, and vega20
uarchs alongside updates to firmwares for raven and polaris generation uarchs.
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
Remove ONLY_FOR_ARCH and make this build on all platforms. This is needed
because drm-legacy-kmod uses these firmware files, and that is available on
multiple platforms.
Approved by: jmd (maintainer)
older generations
This adds support for older generations (previously only covered by radeon) and
newer generations (vegam) alongside firmware updates and gets us in sync with
the latest Linux firmware level. While there, correct message for unsupported
releases.
With some more testing of the newer lkpi-based DRM ports, users with older HW
may opt for the modern amdgpu driver.
Reviewed by: zeising (mentor)
Approved by: zeising (mentor)
Differential Revision: https://reviews.freebsd.org/D16401
"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
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
Add uidfix (originally suggested by kwm, noted later independently by jbeich in PR 221915 and jkim) and install more radeonkms firmware files as by drm-next pull request from jkim.
PR: 221915
Reviewed by: swills (mentor)
Approved by: swills (mentor)
Obtained from: https://github.com/FreeBSDDesktop/freebsd-base-graphics [jkim] , kwm
Differential Revision: https://reviews.freebsd.org/D12158