vt: Add vd_bitblt_argbThis blit an ARGB image on the dedicated vd.This also adds vt_fb_bitblt_argb which will works for most of the vt backendsDifferential Revision: https://reviews.freebsd.org/
vt: Add vd_bitblt_argbThis blit an ARGB image on the dedicated vd.This also adds vt_fb_bitblt_argb which will works for most of the vt backendsDifferential Revision: https://reviews.freebsd.org/D45929Reviewed by: tsoomeSponsored by: Beckhoff Automation GmbH & Co. KG(cherry picked from commit b93028d8cd3aafc883b5f0ecec65a8a2a30af7f3)
show more ...
sys: Remove $FreeBSD$: one-line .c patternRemove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of
spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDThe SPDX folks have obsoleted the BSD-2-Clause-FreeBSD identifier. Catchup to that fact and revert to their recommended match of BSD-2-Clause.Discussed with: pfgMFC After: 3 daysSponsored by: Netflix
Add a simple-framebuffer vt driverThis allows us to support this hardware and, in the future, use clocksso they are enabled past the initial kernel boot process.Reviewed by: rayDifferential Rev
Add a simple-framebuffer vt driverThis allows us to support this hardware and, in the future, use clocksso they are enabled past the initial kernel boot process.Reviewed by: rayDifferential Revision: https://reviews.freebsd.org/D30103