commit | 3a4d339fe8803a7e7d901f61ea268af71d899169 | [log] [tgz] |
---|---|---|
author | Ismael Luceno <ismael.luceno@corp.bluecherry.net> | Sun May 18 16:44:11 2014 -0300 |
committer | Mauro Carvalho Chehab <m.chehab@samsung.com> | Sun May 25 12:33:07 2014 -0300 |
tree | 7bcc0d48f5f33e44968017b1dc1ce0f25d72e2aa | |
parent | 85ac1a1772bb41da895bad83a81f6a62c8f293f6 [diff] |
[media] solo6x10: Reduce OSD writes to the minimum necessary Instead of unconditionally writing SOLO_EOSD_EXT_SIZE() bytes to the OSD area (which is 64 or 128 kB depending on the PCI board) we only write the actual amount of data needed which is 16 * OSD_TEXT_MAX (= 16 * 44). Signed-off-by: Ismael Luceno <ismael.luceno@corp.bluecherry.net> Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>