Vladimir 'phcoder' Serbinenko
|
b7e79e8a6a
|
Merge mainline into yeeloongfw
|
2010-06-30 02:30:05 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
05e5187978
|
Cirrus 5446 and Bochs video cards support.
* conf/i386.rmk (pkglib_MODULES): Add video_cirrus.mod and
video_bochs.mod
(video_cirrus_mod_SOURCES): New variable.
(video_cirrus_mod_CFLAGS): Likewise.
(video_cirrus_mod_LDFLAGS): Likewise.
(video_bochs_mod_SOURCES): Likewise.
(video_bochs_mod_CFLAGS): Likewise.
(video_bochs_mod_LDFLAGS): Likewise.
* include/grub/vga.h: New file.
* include/grub/video_fb.h (grub_video_fb_doublebuf_blit_init): Removed.
(grub_video_fb_set_page_t): New type.
(grub_video_fb_setup): New prototype.
(grub_video_fb_swap_buffers): Likewise.
(grub_video_fb_get_info_and_fini): Likewise.
* term/i386/pc/vga_text.c (CRTC_ADDR_PORT): Moved to include/grub/vga.h.
(CRTC_DATA_PORT): Likewise.
(CRTC_CURSOR): Likewise.
(CRTC_CURSOR_ADDR_HIGH): Likewise.
(CRTC_CURSOR_ADDR_LOW): Likewise.
(CRTC_CURSOR_DISABLE): Likewise.
(update_cursor): Use grub_vga_cr_write.
(grub_vga_text_setcursor): Likewise.
* video/bochs.c: New file.
* video/fb/video_fb.c (render_target): Moved into framebuffer variable.
(palette): Likewise.
(palette_size): Likewise.
(framebuffer): New variable.
(grub_video_fb_init): Use 'framebuffer'.
(grub_video_fb_fini): Likewise.
(grub_video_fb_get_info): Likewise.
(grub_video_fb_get_palette): Likewise.
(grub_video_fb_set_palette): Likewise.
(grub_video_fb_set_viewport): Likewise.
(grub_video_fb_get_viewport): Likewise.
(grub_video_fb_map_color): Likewise.
(grub_video_fb_map_rgb): Likewise.
(grub_video_fb_map_rgba): Likewise.
(grub_video_fb_unmap_color): Likewise.
(grub_video_fb_unmap_color_int): Likewise.
(grub_video_fb_fill_rect): Likewise.
(grub_video_fb_blit_bitmap): Likewise.
(grub_video_fb_blit_render_target): Likewise.
(grub_video_fb_scroll): Likewise.
(grub_video_fb_create_render_target): Likewise.
(grub_video_fb_doublebuf_blit_init): Likewise.
(grub_video_fb_set_active_render_target): Handle doublebuffering.
(doublebuf_pageflipping_update_screen): New function.
(doublebuf_pageflipping_init): Likewise.
(grub_video_fb_setup): Likewise.
(grub_video_fb_swap_buffers): Likewise.
(grub_video_fb_get_info_and_fini): Likewise.
* video/i386/pc/vbe.c (framebuffer): Remove all doublebuffering fields.
All users updated.
(doublebuf_pageflipping_commit): Restructured into ...
(doublebuf_pageflipping_set_page): ... this.
(doublebuf_pageflipping_update_screen): Removed.
(doublebuf_pageflipping_init): Likewise.
(double_buffering_init): Likewise.
(grub_video_vbe_setup): Use grub_video_fb_setup.
(grub_video_vbe_swap_buffers): Removed.
(grub_video_vbe_set_active_render_target): Likewise.
(grub_video_vbe_get_active_render_target): Likewise.
(grub_video_vbe_get_info_and_fini): Use grub_video_fb_get_info_and_fini.
(grub_video_vbe_adapter): Use grub_video_fb_swap_buffers,
grub_video_fb_set_active_render_target and
grub_video_fb_get_active_render_target.
* video/i386/pc/vga.c (SEQUENCER_ADDR_PORT): Move to include/grub/vga.h.
(SEQUENCER_DATA_PORT): Likewise.
(MAP_MASK_REGISTER): Likewise.
(CRTC_ADDR_PORT): Likewise.
(CRTC_DATA_PORT): Likewise.
(START_ADDR_HIGH_REGISTER): Likewise.
(START_ADDR_LOW_REGISTER): Likewise.
(GRAPHICS_ADDR_PORT): Likewise.
(GRAPHICS_DATA_PORT): Likewise.
(READ_MAP_REGISTER): Likewise.
(INPUT_STATUS1_REGISTER): Likewise.
(INPUT_STATUS1_VERTR_BIT): Likewise.
(get_map_mask): Use grub_vga_sr_read.
(set_map_mask): Use grub_vga_sr_write.
(set_read_map): Use grub_vga_gr_write.
(set_start_address): Use grub_vga_cr_write.
* video/sm712.c (framebuffer): Remove leftover fields.
|
2010-06-20 14:15:20 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
0e489b8233
|
Remove leftover fields in sm712.c
|
2010-06-20 13:44:31 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
d49703d151
|
Add priorities support
|
2010-06-12 17:38:48 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a6132b9f3f
|
Merge mainline into yeeloongfw
|
2010-04-05 17:35:03 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
a60f822cb2
|
Add missing id field to grub_video_sm712_adapter
|
2010-04-03 14:12:43 +02:00 |
|
Vladimir 'phcoder' Serbinenko
|
32f86589a6
|
Video support in firmware
|
2010-03-10 22:09:06 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
fdb1b2ea4e
|
2010-01-20 Vladimir Serbinenko <phcoder@gmail.com>
* video/sm712.c (grub_video_sm712_setup): Use GRUB_PCI_REG_CLASS.
|
2010-01-20 20:49:18 +01:00 |
|
Robert Millan
|
4df7b90f94
|
Add (unused) mode_mask parameter to grub_video_sm712_setup()
|
2010-01-18 22:07:05 +00:00 |
|
Vladimir 'phcoder' Serbinenko
|
8291c2a3c9
|
Fix a missing declaration
|
2009-12-29 18:40:52 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
3d87b0ea7c
|
Fix style
|
2009-12-02 11:48:10 +01:00 |
|
Vladimir 'phcoder' Serbinenko
|
36dba59c07
|
Use PCI for sm712
|
2009-11-03 00:04:15 +01:00 |
|
phcoder
|
8c4c25fe73
|
use bonito for sm712
|
2009-10-24 15:16:38 +02:00 |
|
phcoder
|
01e825cc4b
|
basic framebuffer support
|
2009-10-24 10:44:32 +02:00 |
|