aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/videomode
Commit message (Collapse)AuthorAgeFilesLines
* videomode: Regenerate filesJohn Baldwin2023-10-242-4/+12
| | | | | | | Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41953 (cherry picked from commit fc3cc652e500bd8e33b4b77449d167f1df073acb)
* videomode/devlist2h.awk: Don't include $FreeBSD$ in generated filesJohn Baldwin2023-10-241-2/+0
| | | | | | | Reviewed by: imp, emaste Differential Revision: https://reviews.freebsd.org/D41952 (cherry picked from commit bd524e2ddb77e1c691f308359ab917414ecb8bed)
* sys: Remove $FreeBSD$: one-line bare tagWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*\$FreeBSD\$$\n/
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-164-4/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-163-6/+0
| | | | Remove /^[\s*]*__FBSDID\("\$FreeBSD\$"\);?\s*\n/
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
| | | | Remove /^#include\s+<sys/cdefs.h>.*$\n\s+__FBSDID\("\$FreeBSD\$"\);\n/
* sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh2023-08-1612-12/+0
| | | | Remove /^/[*/]\s*\$FreeBSD\$.*\n/
* videomode: Fix a typo in an kernel messageGordon Bergling2022-04-191-1/+1
| | | | | | | - s/Seperate/Separate/ Obtained from: NetBSD MFC after: 3 days
* modules: increase MAXMODNAME and provide backward compatBjoern A. Zeeb2021-12-091-0/+1
| | | | | | | | | | | | | | | | | | | | | | With various firmware files used by graphics and wireless drivers we are exceeding the current 32 character module name (file path in kldxref) length. In order to overcome this issue bump it to the maximum path length for the next version. To be able to MFC provide backward compat support for another version of the struct as the offsets for the second half change due to the array size increase. MAXMODNAME being defined to MAXPATHLEN needs param.h to be included first. With only 7 modules (or LinuxKPI module.h) not doing that adjust them rather than including param.h in module.h [1]. Reported by: Greg V (greg unrelenting.technology) Sponsored by: The FreeBSD Foundation Suggested by: imp [1] MFC after: 10 days Reviewed by: imp (and others to different level) Differential Revision: https://reviews.freebsd.org/D32383
* videomode: clean up empty lines in .c and .h filesMateusz Guzik2020-09-014-10/+3
| | | | Notes: svn path=/head/; revision=365139
* Add hskew field to struct videomode. It is required by some controllersOleksandr Tymoshenko2015-06-181-0/+1
| | | | | | | that are not 100% VESA-compatible (e.g. TDA19988 HDMI framer) Notes: svn path=/head/; revision=284533
* Import videomode code from NetBSD which is needed by USB display link drivers.Hans Petter Selasky2015-02-1517-0/+3085
Notes: svn path=/head/; revision=278798