[media] davinci: vpif: add support for clipping on output data

add hardware clipping support for VPIF output data. This
is needed as it is possible that the external encoder
might get confused between the FF or 00 which are a part
of the data and that of the SAV or EAV codes.

Signed-off-by: Manjunath Hadli <manjunath.hadli@ti.com>
Signed-off-by: Lad, Prabhakar <prabhakar.lad@ti.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
Manjunath Hadli
2012-06-29 03:20:12 -03:00
committed by Mauro Carvalho Chehab
parent 2401dd25c7
commit 6964b10363
3 changed files with 42 additions and 0 deletions

View File

@@ -50,6 +50,8 @@ struct vpif_display_config {
const char **output;
int output_count;
const char *card_name;
bool ch2_clip_en;
bool ch3_clip_en;
};
struct vpif_input {