diff options
| author | Sylwester Nawrocki <s.nawrocki@samsung.com> | 2012-05-22 12:50:14 -0400 |
|---|---|---|
| committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-06-25 08:21:45 -0400 |
| commit | 0a198bcd511fcc60dc5daa203d221aafc95e0471 (patch) | |
| tree | 14f34d115f4f5bda9e499a2ed196aff271d525c7 /drivers | |
| parent | 316efab3e949e4fbdacb0975bf33adbad89115db (diff) | |
[media] s5p-fimc: Shorten pixel formats description
Shorten pixel format descriptions that exceed 32 characters
so they're not being truncated when queried from user space.
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 'drivers')
| -rw-r--r-- | drivers/media/video/s5p-fimc/fimc-core.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/s5p-fimc/fimc-core.c b/drivers/media/video/s5p-fimc/fimc-core.c index 65124a24c30f..987bff20cc34 100644 --- a/drivers/media/video/s5p-fimc/fimc-core.c +++ b/drivers/media/video/s5p-fimc/fimc-core.c | |||
| @@ -153,7 +153,7 @@ static struct fimc_fmt fimc_formats[] = { | |||
| 153 | .colplanes = 2, | 153 | .colplanes = 2, |
| 154 | .flags = FMT_FLAGS_M2M, | 154 | .flags = FMT_FLAGS_M2M, |
| 155 | }, { | 155 | }, { |
| 156 | .name = "YUV 4:2:0 non-contiguous 2-planar, Y/CbCr", | 156 | .name = "YUV 4:2:0 non-contig. 2p, Y/CbCr", |
| 157 | .fourcc = V4L2_PIX_FMT_NV12M, | 157 | .fourcc = V4L2_PIX_FMT_NV12M, |
| 158 | .color = FIMC_FMT_YCBCR420, | 158 | .color = FIMC_FMT_YCBCR420, |
| 159 | .depth = { 8, 4 }, | 159 | .depth = { 8, 4 }, |
| @@ -161,7 +161,7 @@ static struct fimc_fmt fimc_formats[] = { | |||
| 161 | .colplanes = 2, | 161 | .colplanes = 2, |
| 162 | .flags = FMT_FLAGS_M2M, | 162 | .flags = FMT_FLAGS_M2M, |
| 163 | }, { | 163 | }, { |
| 164 | .name = "YUV 4:2:0 non-contiguous 3-planar, Y/Cb/Cr", | 164 | .name = "YUV 4:2:0 non-contig. 3p, Y/Cb/Cr", |
| 165 | .fourcc = V4L2_PIX_FMT_YUV420M, | 165 | .fourcc = V4L2_PIX_FMT_YUV420M, |
| 166 | .color = FIMC_FMT_YCBCR420, | 166 | .color = FIMC_FMT_YCBCR420, |
| 167 | .depth = { 8, 2, 2 }, | 167 | .depth = { 8, 2, 2 }, |
| @@ -169,7 +169,7 @@ static struct fimc_fmt fimc_formats[] = { | |||
| 169 | .colplanes = 3, | 169 | .colplanes = 3, |
| 170 | .flags = FMT_FLAGS_M2M, | 170 | .flags = FMT_FLAGS_M2M, |
| 171 | }, { | 171 | }, { |
| 172 | .name = "YUV 4:2:0 non-contiguous 2-planar, Y/CbCr, tiled", | 172 | .name = "YUV 4:2:0 non-contig. 2p, tiled", |
| 173 | .fourcc = V4L2_PIX_FMT_NV12MT, | 173 | .fourcc = V4L2_PIX_FMT_NV12MT, |
| 174 | .color = FIMC_FMT_YCBCR420, | 174 | .color = FIMC_FMT_YCBCR420, |
| 175 | .depth = { 8, 4 }, | 175 | .depth = { 8, 4 }, |
