summaryrefslogtreecommitdiff
path: root/drivers/mxc/ipu3/ipu_common.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mxc/ipu3/ipu_common.c')
-rw-r--r--drivers/mxc/ipu3/ipu_common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mxc/ipu3/ipu_common.c b/drivers/mxc/ipu3/ipu_common.c
index ca9f66ce233b..c2b57173bc35 100644
--- a/drivers/mxc/ipu3/ipu_common.c
+++ b/drivers/mxc/ipu3/ipu_common.c
@@ -2845,6 +2845,7 @@ uint32_t bytes_per_pixel(uint32_t fmt)
break;
case IPU_PIX_FMT_BGR24:
case IPU_PIX_FMT_RGB24:
+ case IPU_PIX_FMT_YUV444:
return 3;
break;
case IPU_PIX_FMT_GENERIC_32: /*generic data */