From 3a4d339fe8803a7e7d901f61ea268af71d899169 Mon Sep 17 00:00:00 2001 From: Ismael Luceno Date: Sun, 18 May 2014 16:44:11 -0300 Subject: [PATCH] [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 Signed-off-by: Hans Verkuil Signed-off-by: Mauro Carvalho Chehab --- Reading git-format-patch failed