Re: [PATCH v4 07/10] media: Add new dt-bindings/vf_codes for supported formats

2018-05-01 Thread Hyun Kwon
On Mon, 2018-04-30 at 18:35:10 -0700, Satish Kumar Nagireddy wrote:
> From: Rohit Athavale 
> 
> This commit adds new entries to the exisiting vf_codes that are used
> to describe the media bus formats in the DT bindings. The newly added
> 8-bit and 10-bit color depth related formats will need these updates.
> 
> Signed-off-by: Rohit Athavale 
> Signed-off-by: Satish Kumar Nagireddy 
> ---
>  include/dt-bindings/media/xilinx-vip.h | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/include/dt-bindings/media/xilinx-vip.h 
> b/include/dt-bindings/media/xilinx-vip.h
> index 6298fec..fcd34d7 100644
> --- a/include/dt-bindings/media/xilinx-vip.h
> +++ b/include/dt-bindings/media/xilinx-vip.h
> @@ -35,5 +35,7 @@
>  #define XVIP_VF_CUSTOM2  13
>  #define XVIP_VF_CUSTOM3  14
>  #define XVIP_VF_CUSTOM4  15
> +#define XVIP_VF_VUY_422  16
> +#define XVIP_VF_XBGR 17

The existing ones are from UG934, while new ones are not. We need to organize
this a little differently, and this should come with more details.

Thanks,
-hyun

>  
>  #endif /* __DT_BINDINGS_MEDIA_XILINX_VIP_H__ */
> -- 
> 2.1.1
> 


[PATCH v4 07/10] media: Add new dt-bindings/vf_codes for supported formats

2018-04-30 Thread Satish Kumar Nagireddy
From: Rohit Athavale 

This commit adds new entries to the exisiting vf_codes that are used
to describe the media bus formats in the DT bindings. The newly added
8-bit and 10-bit color depth related formats will need these updates.

Signed-off-by: Rohit Athavale 
Signed-off-by: Satish Kumar Nagireddy 
---
 include/dt-bindings/media/xilinx-vip.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/include/dt-bindings/media/xilinx-vip.h 
b/include/dt-bindings/media/xilinx-vip.h
index 6298fec..fcd34d7 100644
--- a/include/dt-bindings/media/xilinx-vip.h
+++ b/include/dt-bindings/media/xilinx-vip.h
@@ -35,5 +35,7 @@
 #define XVIP_VF_CUSTOM213
 #define XVIP_VF_CUSTOM314
 #define XVIP_VF_CUSTOM415
+#define XVIP_VF_VUY_42216
+#define XVIP_VF_XBGR   17
 
 #endif /* __DT_BINDINGS_MEDIA_XILINX_VIP_H__ */
-- 
2.1.1