commit | dcdf2f7e7e154957f913e5468e3715e1a0401138 | [log] [tgz] |
---|---|---|
author | Anatolij Gustschin <agust@denx.de> | Fri May 13 11:05:08 2011 +0200 |
committer | Anatolij Gustschin <agust@denx.de> | Tue May 24 16:28:51 2011 +0200 |
tree | 8aab5f567d215e70b25161b10de4fe78e5893a56 | |
parent | af1ce6b2fad7d572aef040d61a935da28a861853 [diff] |
video: mb862xxfb: correct fix.smem_len field initialization Initialize smem_len field to the actual frame buffer size and not to the whole video RAM size. This prevents overwriting other video memory (which could be used by other layers, cursors or accelerated drivers) by frame buffer applications relying on fix.smem_len. Signed-off-by: Anatolij Gustschin <agust@denx.de>