ath79/mikrotik: use routerbootpart partitions
[oweals/openwrt.git] / target / linux / layerscape / patches-5.4 / 805-display-0034-media-bus-format-Add-RGB888_1X30_PADLO-support.patch
1 From 5df87202c0b8524a5eed58b86842219df42d6013 Mon Sep 17 00:00:00 2001
2 From: Liu Ying <victor.liu@nxp.com>
3 Date: Tue, 9 May 2017 17:16:27 +0800
4 Subject: [PATCH] media: bus format: Add RGB888_1X30_PADLO support
5
6 This patch adds 30bit RGB888 with low padding support.
7
8 Signed-off-by: Liu Ying <victor.liu@nxp.com>
9 ---
10  include/uapi/linux/media-bus-format.h | 1 +
11  1 file changed, 1 insertion(+)
12
13 --- a/include/uapi/linux/media-bus-format.h
14 +++ b/include/uapi/linux/media-bus-format.h
15 @@ -63,6 +63,7 @@
16  #define MEDIA_BUS_FMT_RGB101010_1X30           0x1018
17  #define MEDIA_BUS_FMT_RGB121212_1X36           0x1019
18  #define MEDIA_BUS_FMT_RGB161616_1X48           0x101a
19 +#define MEDIA_BUS_FMT_RGB888_1X30_PADLO                0x101b
20  
21  /* YUV (including grey) - next is      0x202d */
22  #define MEDIA_BUS_FMT_Y8_1X8                   0x2001