Skip to content

Commit ed98f0b

Browse files
Hu Kejunrkhuangtao
authored andcommitted
media: rk-isp10: support RGB24(xRGB8888) format of SP Path
Change-Id: I44dbe1f385a16c461368afe8af93bf7c6136302e Signed-off-by: Hu Kejun <william.hu@rock-chips.com>
1 parent 27205a6 commit ed98f0b

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

drivers/media/platform/rk-isp10/cif_isp10.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@ enum cif_isp10_pix_fmt {
294294
/* RGB */
295295
CIF_RGB565 = 0x20010000,
296296
CIF_RGB666 = 0x20012000,
297-
CIF_RGB888 = 0x20018000,
297+
CIF_RGB888 = 0x20020000,
298298

299299
/* RAW Bayer */
300300
CIF_BAYER_SBGGR8 = 0x30008000,

drivers/media/platform/rk-isp10/cif_isp10_version.h

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,11 @@
9191
*3. support VIDIOC_G_PARM command.
9292
*4. support VIDIOC_G_PARM command.
9393
*5. add pix.bytesperline and pix.sizeimage in VIDIOC_G_FMT command.
94+
*
95+
*v0.1.0xd
96+
*1. Support RGB24(xRGB8888) format of SP Path.
9497
*/
9598

96-
#define CONFIG_CIFISP10_DRIVER_VERSION KERNEL_VERSION(0, 1, 0xc)
99+
#define CONFIG_CIFISP10_DRIVER_VERSION KERNEL_VERSION(0, 1, 0xd)
97100

98101
#endif

0 commit comments

Comments
 (0)