0x3014: MEDIA_BUS_FMT_SRGGB8_1X8 0x3007: MEDIA_BUS_FMT_SBGGR10_1X10 0x300e: MEDIA_BUS_FMT_SGBRG10_1X10 0x300a: MEDIA_BUS_FMT_SGRBG10_1X10 0x300f: MEDIA_BUS_FMT_SRGGB10_1X10 0x2001: MEDIA_BUS_FMT_Y8_1X8 0x200a: MEDIA_BUS_FMT_Y10_1X10 After: $ v4l2-ctl -d $(medi...
MEDIABUS_H12#define__LINUX_V4L2_MEDIABUS_H1314#include <linux/types.h>15#include <linux/videodev2.h>1617/*18* These pixel codes uniquely identify data formats on the media bus. Mostly19* they correspond to similarly named V4L2_PIX_FMT_* formats, format 0 is20* reserved, V4L2_MBUS_FMT...
No need for parentheses; same below. > +} > + > +static inline int is_cdphy_combo(unsigned int port) > +{ > + return (port == CFG_CSI_PORT_0A || > + port == CFG_CSI_PORT_0B || > + port == CFG_CSI_PORT_0); > +} > + > +struct sensor_cfg { > + unsigned char...
{ .fourcc = V4L2_PIX_FMT_SBGGR10, .code = MEDIA_BUS_FMT_SBGGR10_1X10, .colorspace = V4L2_COLORSPACE_SRGB, .csi_df = CSI_DF_RAW10, .bpp = 16, .size = SHIM_DMACNTX_SIZE_16, }, { .fourcc = V4L2_PIX_FMT_SGBRG10, .code = MEDIA_BUS_FMT_SGBRG1...
> > create mode 100644 drivers/media/platform/mtk-isp/isp_50/cam/mtk_cam.h > > > > Thanks for the patch! Please see my comments inline. > > [snip] > Thanks for your comments. Please check my replies inline. [snip] > > diff --git a/drivers/media/platform/mtk-isp/isp_50/cam/...