commit | 59921b239056fb6389a865083284e00ce0518db6 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudipm.mukherjee@gmail.com> | Thu Aug 25 23:14:12 2016 +0530 |
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | Tue Sep 27 11:43:24 2016 +0300 |
tree | 485d9c910c5a7217bf6ddd41d74063e5b7d4bc5e | |
parent | d8ed9e87e6016433b8d178728a5391ea68101bca [diff] |
matroxfb: fix size of memcpy hw->DACreg has a size of 80 bytes and MGADACbpp32 has 21. So when memcpy copies MGADACbpp32 to hw->DACreg it copies 80 bytes but only 21 bytes are valid. Signed-off-by: Sudip Mukherjee <sudip.mukherjee@codethink.co.uk> Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>