Speed-up video on yeeloong.
* grub-core/video/sm712.c (framebuffer): Remove render_target and add cached_ptr. (grub_video_sm712_video_fini): Unmap cached_ptr. (grub_video_sm712_setup): Use cache address and grub_video_fb_setup. (grub_video_sm712_set_active_render_target): Removed. (grub_video_adapter): Use grub_video_fb_set_active_render_target. (grub_video_sm712_swap_buffers): Call grub_video_fb_swap_buffers and sync caches.
This commit is contained in:
parent
ed24c31201
commit
9e86d4c59a
2 changed files with 43 additions and 31 deletions
13
ChangeLog
13
ChangeLog
|
@ -1,3 +1,16 @@
|
|||
2012-06-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Speed-up video on yeeloong.
|
||||
|
||||
* grub-core/video/sm712.c (framebuffer): Remove render_target and
|
||||
add cached_ptr.
|
||||
(grub_video_sm712_video_fini): Unmap cached_ptr.
|
||||
(grub_video_sm712_setup): Use cache address and grub_video_fb_setup.
|
||||
(grub_video_sm712_set_active_render_target): Removed.
|
||||
(grub_video_adapter): Use grub_video_fb_set_active_render_target.
|
||||
(grub_video_sm712_swap_buffers): Call grub_video_fb_swap_buffers and
|
||||
sync caches.
|
||||
|
||||
2012-06-22 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Avoid flushing the same line multiple times on loongson.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue