grub/grub-core/video
Vladimir 'phcoder' Serbinenko 70aaf3053a Speed-up video on fuloong.
* grub-core/bus/bonito.c (grub_pci_device_map_range_cached):
	New function.
	(grub_pci_device_unmap_range): Handle non-cached address.
	* grub-core/video/sis315pro.c (framebuffer): Remove render_target and
	add direct_ptr.
	(grub_video_sis315pro_video_fini): Unmap direct_ptr.
	(grub_video_sis315pro_setup): Use cache address and grub_video_fb_setup.
	(grub_video_sis315pro_set_active_render_target): Removed.
	(grub_video_sis315pro_get_info_and_fini): Use uncached address.
	(grub_video_adapter): Use grub_video_fb_set_active_render_target.
	(grub_video_sis315pro_swap_buffers): Call grub_video_fb_swap_buffers and
	sync caches.
	* include/grub/mips/loongson/pci.h (grub_pci_device_map_range_cached):
	New proto.
2012-06-17 01:09:32 +02:00
..
emu Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
fb Avoid slow read-back from VRAM. 2012-06-15 23:57:20 +02:00
i386/pc * grub-core/video/efi_gop.c (grub_video_gop_setup): Reject invalid 2012-06-02 20:15:11 +02:00
readers Improve string. Gettextize. 2012-02-12 15:25:25 +01:00
bitmap.c * grub-core/net/http.c: Add TRANSLATORS comments. 2012-03-05 16:42:26 +01:00
bitmap_scale.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00
bochs.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
cirrus.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
colors.c * grub-core/video/colors.c (grub_video_parse_color): Fix error message. 2012-02-09 14:48:35 +01:00
efi_gop.c * grub-core/video/efi_gop.c (grub_video_gop_setup): Reject invalid 2012-06-02 20:15:11 +02:00
efi_uga.c Replace grub_target_addr with more appropriate types. 2012-02-27 14:13:24 +01:00
ieee1275.c Avoid slow read-back from VRAM. 2012-06-15 23:57:20 +02:00
radeon_fuloong2e.c Remove grub_{modname}_init and grub_{modname}_fini. They should never 2012-02-27 00:28:45 +01:00
sis315_init.c Fuloong video init support. 2011-05-16 02:34:58 +02:00
sis315pro.c Speed-up video on fuloong. 2012-06-17 01:09:32 +02:00
sm712.c Remove grub_{modname}_init and grub_{modname}_fini. They should never 2012-02-27 00:28:45 +01:00
sm712_init.c merge with mainline 2010-08-19 16:54:00 +05:30
video.c * grub-core/video/efi_gop.c (grub_video_gop_setup): Reject invalid 2012-06-02 20:15:11 +02:00