diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-11-29 18:43:35 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-12-04 10:34:17 -0500 |
commit | 5b6936e0e8a2dcee62cf789f25c0e18796268c42 (patch) | |
tree | 1ae66b18872c4ff5a4a9f90faa40c85c2c94cfdb /vgasrc/stdvga.h | |
parent | 4cd522e673426e68a96e8d2a026b99e58a821ca0 (diff) | |
download | seabios-5b6936e0e8a2dcee62cf789f25c0e18796268c42.tar.gz |
vgabios: Load the DAC palette in "packed" modes on Cirrus and BochsVGA.
This is a port of a patch applied to the "lgpl vgabios" tree (that was
released in its v0.7a release).
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/stdvga.h')
-rw-r--r-- | vgasrc/stdvga.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vgasrc/stdvga.h b/vgasrc/stdvga.h index bb8b8d86..3685abab 100644 --- a/vgasrc/stdvga.h +++ b/vgasrc/stdvga.h @@ -50,6 +50,7 @@ void stdvga_list_modes(u16 seg, u16 *dest, u16 *last); void stdvga_build_video_param(void); void stdvga_override_crtc(int mode, u8 *crtc); int stdvga_set_mode(struct vgamode_s *vmode_g, int flags); +void stdvga_set_packed_palette(void); // stdvgaio.c u8 stdvga_pelmask_read(void); |