diff options
author | Manjunath Hadli <manjunath.hadli@ti.com> | 2012-06-29 02:20:12 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-07-30 18:06:55 -0400 |
commit | 6964b1036388fee258c48a911ac4a3ff4e55b62d (patch) | |
tree | 471d3d5930fa56fef4b3e7294e9670fe29425c26 /include/media/davinci | |
parent | 2401dd25c70c07dcec8d7b5497cec4a7e74d2e31 (diff) |
[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>
Diffstat (limited to 'include/media/davinci')
-rw-r--r-- | include/media/davinci/vpif_types.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/davinci/vpif_types.h b/include/media/davinci/vpif_types.h index bd8217c2577c..d8f6ab1943e4 100644 --- a/include/media/davinci/vpif_types.h +++ b/include/media/davinci/vpif_types.h | |||
@@ -50,6 +50,8 @@ struct vpif_display_config { | |||
50 | const char **output; | 50 | const char **output; |
51 | int output_count; | 51 | int output_count; |
52 | const char *card_name; | 52 | const char *card_name; |
53 | bool ch2_clip_en; | ||
54 | bool ch3_clip_en; | ||
53 | }; | 55 | }; |
54 | 56 | ||
55 | struct vpif_input { | 57 | struct vpif_input { |