Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1227892 > unrolled thread
| Started by | Philippe De Muyter <phdm@macqel.be> |
|---|---|
| First post | 2015-09-18 16:00 +0200 |
| Last post | 2015-09-18 17:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] [media] gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors. Philippe De Muyter <phdm@macqel.be> - 2015-09-18 16:00 +0200
Re: [PATCH] [media] gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors. Philipp Zabel <p.zabel@pengutronix.de> - 2015-09-18 17:20 +0200
| From | Philippe De Muyter <phdm@macqel.be> |
|---|---|
| Date | 2015-09-18 16:00 +0200 |
| Subject | [PATCH] [media] gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors. |
| Message-ID | <qa4mL-4oE-37@gated-at.bofh.it> |
Signed-off-by: Philippe De Muyter <phdm@macqel.be> Cc: Steve Longerbeam <slongerbeam@gmail.com> Cc: Boris BREZILLON <boris.brezillon@free-electrons.com> Cc: Philipp Zabel <p.zabel@pengutronix.de> Cc: Hans Verkuil <hans.verkuil@cisco.com> --- drivers/gpu/ipu-v3/ipu-csi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/ipu-v3/ipu-csi.c b/drivers/gpu/ipu-v3/ipu-csi.c index 752cdd2..0ab0e3a 100644 --- a/drivers/gpu/ipu-v3/ipu-csi.c +++ b/drivers/gpu/ipu-v3/ipu-csi.c @@ -271,6 +271,7 @@ static int mbus_code_to_bus_cfg(struct ipu_csi_bus_config *cfg, u32 mbus_code) case MEDIA_BUS_FMT_SGBRG8_1X8: case MEDIA_BUS_FMT_SGRBG8_1X8: case MEDIA_BUS_FMT_SRGGB8_1X8: + case MEDIA_BUS_FMT_Y8_1X8: cfg->data_fmt = CSI_SENS_CONF_DATA_FMT_BAYER; cfg->mipi_dt = MIPI_DT_RAW8; cfg->data_width = IPU_CSI_DATA_WIDTH_8; -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [next] | [standalone]
| From | Philipp Zabel <p.zabel@pengutronix.de> |
|---|---|
| Date | 2015-09-18 17:20 +0200 |
| Subject | Re: [PATCH] [media] gpu: ipu-v3: csi: add support for 8 bpp grayscale sensors. |
| Message-ID | <qa5Cb-6mB-45@gated-at.bofh.it> |
| In reply to | #1227892 |
Am Freitag, den 18.09.2015, 15:41 +0200 schrieb Philippe De Muyter: > Signed-off-by: Philippe De Muyter <phdm@macqel.be> > Cc: Steve Longerbeam <slongerbeam@gmail.com> > Cc: Boris BREZILLON <boris.brezillon@free-electrons.com> > Cc: Philipp Zabel <p.zabel@pengutronix.de> > Cc: Hans Verkuil <hans.verkuil@cisco.com> > --- > drivers/gpu/ipu-v3/ipu-csi.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/ipu-v3/ipu-csi.c b/drivers/gpu/ipu-v3/ipu-csi.c > index 752cdd2..0ab0e3a 100644 > --- a/drivers/gpu/ipu-v3/ipu-csi.c > +++ b/drivers/gpu/ipu-v3/ipu-csi.c > @@ -271,6 +271,7 @@ static int mbus_code_to_bus_cfg(struct ipu_csi_bus_config *cfg, u32 mbus_code) > case MEDIA_BUS_FMT_SGBRG8_1X8: > case MEDIA_BUS_FMT_SGRBG8_1X8: > case MEDIA_BUS_FMT_SRGGB8_1X8: > + case MEDIA_BUS_FMT_Y8_1X8: Applied, thanks. regards Philipp -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web