diff options
author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2013-06-20 09:49:09 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2013-06-28 14:33:27 -0400 |
commit | 1c26190a8d492adadac4711fe5762d46204b18b0 (patch) | |
tree | 6d3b7b51c87f419568893b5e4ff3a19caf73764d /include/media | |
parent | 3ad8624524e5cae532381461e929bee649a92994 (diff) |
[media] exynos4-is: Correct colorspace handling at FIMC-LITE
Ensure the colorspace is properly adjusted by the driver for YUV
and Bayer image formats. The subdev try_fmt helper is simplified.
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-rw-r--r-- | include/media/s5p_fimc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/s5p_fimc.h b/include/media/s5p_fimc.h index 0afadb663bbd..b975c285c8a9 100644 --- a/include/media/s5p_fimc.h +++ b/include/media/s5p_fimc.h | |||
@@ -116,6 +116,7 @@ struct s5p_platform_fimc { | |||
116 | * @color: the driver's private color format id | 116 | * @color: the driver's private color format id |
117 | * @memplanes: number of physically non-contiguous data planes | 117 | * @memplanes: number of physically non-contiguous data planes |
118 | * @colplanes: number of physically contiguous data planes | 118 | * @colplanes: number of physically contiguous data planes |
119 | * @colorspace: v4l2 colorspace (V4L2_COLORSPACE_*) | ||
119 | * @depth: per plane driver's private 'number of bits per pixel' | 120 | * @depth: per plane driver's private 'number of bits per pixel' |
120 | * @mdataplanes: bitmask indicating meta data plane(s), (1 << plane_no) | 121 | * @mdataplanes: bitmask indicating meta data plane(s), (1 << plane_no) |
121 | * @flags: flags indicating which operation mode format applies to | 122 | * @flags: flags indicating which operation mode format applies to |
@@ -127,6 +128,7 @@ struct fimc_fmt { | |||
127 | u32 color; | 128 | u32 color; |
128 | u16 memplanes; | 129 | u16 memplanes; |
129 | u16 colplanes; | 130 | u16 colplanes; |
131 | u8 colorspace; | ||
130 | u8 depth[FIMC_MAX_PLANES]; | 132 | u8 depth[FIMC_MAX_PLANES]; |
131 | u16 mdataplanes; | 133 | u16 mdataplanes; |
132 | u16 flags; | 134 | u16 flags; |