« Previous | Next » 

Revision 604be200

ID604be20023dc1e03f14f76f76be8023e6abfe14a

Added by Shin-ichiro KAWASAKI almost 14 years ago

sh: sm501: add 2D engine support

In linux kernel v2.6.33, sm501 frame buffer driver modified to support
2D graphics engine on sm501 chip. One example is "fill rectangle" operation.
But current qemu's sm501 emulation doesn't support it. This results in
graphics console disturbance.

This patch introduces sm501 2D graphics engine emulation and solve this problem.

Add SM501 2D hardware engine support.
- Add 2D engine register set read/write handlers.
- Support 'fill rectangle'. Other operations are left for future work.
- Update SM501 support status comment.

Signed-off-by: Shin-ichiro KAWASAKI <>
Signed-off-by: Blue Swirl <>

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences