Commit Graph

3 Commits

Author SHA1 Message Date
Kevin O'Connor d73e18bb70 vgasrc: Use curmode_g instead of vmode_g when mode is the current video mode
Many functions are passed a pointer to the current video mode
vgamode_s struct.  Use the name 'curmode_g' for these functions and
use 'vmode_g' for functions that can accept an arbitrary video mode.
Hopefully this will make the goals of the functions more clear.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2024-03-15 10:58:57 -04:00
Gerd Hoffmann 03f5061c0a vga: make memcpy_high() public
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
2019-03-14 13:07:27 +01:00
Kevin O'Connor 0397e80528 vgafb: Move header definitions from vgabios.h to new file vgafb.h
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
2016-08-04 17:53:45 -04:00