/linux/Documentation/admin-guide/media/ |
H A D | raspberrypi-pisp-be.rst | 4 Raspberry Pi PiSP Back End Memory-to-Memory ISP (pisp-be) 7 The PiSP Back End 10 The PiSP Back End is a memory-to-memory Image Signal Processor (ISP) which reads 16 Image Signal Processor (PiSP) Specification document`_ 18 The PiSP Back End ISP processes images in tiles. The handling of image 25 in DRAM memory and processing them in the PiSP Back End to obtain images usable 29 The pisp-be driver 32 The Raspberry Pi PiSP Back End (pisp-be) driver is located under 33 drivers/media/platform/raspberrypi/pisp-be. It uses the `V4L2 API` to register 38 The media topology registered by the `pisp-be` driver is represented below: [all …]
|
H A D | v4l-drivers.rst | 26 raspberrypi-pisp-be
|
/linux/include/uapi/linux/media/raspberrypi/ |
H A D | pisp_be_config.h | 3 * PiSP Back End configuration definitions. 97 * struct pisp_be_global_config - PiSP global enable bitmaps 111 * struct pisp_be_input_buffer_config - PiSP Back End input buffer 120 * struct pisp_be_dpc_config - PiSP Back End DPC config 138 * struct pisp_be_geq_config - PiSP Back End GEQ config 158 * struct pisp_be_tdn_input_buffer_config - PiSP Back End TDN input buffer 167 * struct pisp_be_tdn_config - PiSP Back End TDN config 190 * struct pisp_be_tdn_output_buffer_config - PiSP Back End TDN output buffer 199 * struct pisp_be_sdn_config - PiSP Back End SDN config 223 * struct pisp_be_stitch_input_buffer_config - PiSP Back End Stitch input [all …]
|
H A D | pisp_common.h | 3 * RP1 PiSP common definitions. 43 * throughout the PiSP.
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | metafmt-pisp-be.rst | 9 Raspberry Pi PiSP Back End configuration format 12 The Raspberry Pi PiSP Back End memory-to-memory image signal processor is 17 The PiSP Back End processes images in tiles, and its configuration requires 21 The `Raspberry Pi PiSP technical specification 48 Raspberry Pi PiSP Back End uAPI data types 52 PiSP Back End. The section is informative only, for a detailed description of 53 each field refer to the `Raspberry Pi PiSP technical specification
|
H A D | pixfmt-srggb8-pisp-comp.rst | 3 .. _v4l2-pix-fmt-pisp-comp1-rggb: 4 .. _v4l2-pix-fmt-pisp-comp1-grbg: 5 .. _v4l2-pix-fmt-pisp-comp1-gbrg: 6 .. _v4l2-pix-fmt-pisp-comp1-bggr: 7 .. _v4l2-pix-fmt-pisp-comp1-mono: 8 .. _v4l2-pix-fmt-pisp-comp2-rggb: 9 .. _v4l2-pix-fmt-pisp-comp2-grbg: 10 .. _v4l2-pix-fmt-pisp-comp2-gbrg: 11 .. _v4l2-pix-fmt-pisp-comp2-bggr: 12 .. _v4l2-pix-fmt-pisp-comp2-mono: [all …]
|
H A D | meta-formats.rst | 18 metafmt-pisp-be
|
H A D | pixfmt-bayer.rst | 23 pixfmt-srggb8-pisp-comp
|
/linux/drivers/media/platform/raspberrypi/pisp_be/ |
H A D | Makefile | 3 # Makefile for Raspberry Pi PiSP Backend driver 5 pisp-be-objs := pisp_be.o 6 obj-$(CONFIG_VIDEO_RASPBERRYPI_PISP_BE) += pisp-be.o
|
H A D | Kconfig | 2 tristate "Raspberry Pi PiSP Backend (BE) ISP driver" 10 Say Y here to enable support for the PiSP Backend (BE) ISP driver. 13 called pisp-be.
|
H A D | pisp_be_formats.h | 3 * PiSP Back End driver image format definitions. 446 /* Bayer formats - 16-bit PiSP Compressed */
|
H A D | pisp_be.c | 3 * PiSP Back End driver. 55 * This maps our nodes onto the inputs/outputs of the actual PiSP Back End. 149 * input or output queue to the PiSP Back End device. 200 * Structure representing the entire PiSP Back End device, comprising several 1392 * to represent one of the PiSP Back End's input or output streams. 1794 MODULE_DESCRIPTION("PiSP Back End driver");
|
/linux/Documentation/devicetree/bindings/media/ |
H A D | raspberrypi,pispbe.yaml | 7 title: Raspberry Pi PiSP Image Signal Processor (ISP) Back End 14 The Raspberry Pi PiSP Image Signal Processor (ISP) Back End is an image
|
/linux/include/uapi/linux/ |
H A D | videodev2.h | 820 /* Raspberry Pi PiSP compressed formats. */ 821 #define V4L2_PIX_FMT_PISP_COMP1_RGGB v4l2_fourcc('P', 'C', '1', 'R') /* PiSP 8-bit mode 1 compresse… 822 #define V4L2_PIX_FMT_PISP_COMP1_GRBG v4l2_fourcc('P', 'C', '1', 'G') /* PiSP 8-bit mode 1 compresse… 823 #define V4L2_PIX_FMT_PISP_COMP1_GBRG v4l2_fourcc('P', 'C', '1', 'g') /* PiSP 8-bit mode 1 compresse… 824 #define V4L2_PIX_FMT_PISP_COMP1_BGGR v4l2_fourcc('P', 'C', '1', 'B') /* PiSP 8-bit mode 1 compresse… 825 #define V4L2_PIX_FMT_PISP_COMP1_MONO v4l2_fourcc('P', 'C', '1', 'M') /* PiSP 8-bit mode 1 compresse… 826 #define V4L2_PIX_FMT_PISP_COMP2_RGGB v4l2_fourcc('P', 'C', '2', 'R') /* PiSP 8-bit mode 2 compresse… 827 #define V4L2_PIX_FMT_PISP_COMP2_GRBG v4l2_fourcc('P', 'C', '2', 'G') /* PiSP 8-bit mode 2 compresse… 828 #define V4L2_PIX_FMT_PISP_COMP2_GBRG v4l2_fourcc('P', 'C', '2', 'g') /* PiSP 8-bit mode 2 compresse… 829 #define V4L2_PIX_FMT_PISP_COMP2_BGGR v4l2_fourcc('P', 'C', '2', 'B') /* PiSP 8-bit mode 2 compresse… [all …]
|
/linux/net/rxrpc/ |
H A D | peer_object.c | 332 _enter("{%pISp}", &srx->transport); in rxrpc_lookup_peer() 453 pr_err("Leaked peer %u {%u} %pISp\n", in rxrpc_destroy_all_peers()
|
H A D | peer_event.c | 257 _debug("%02x peer %u t=%d {%pISp}", in rxrpc_peer_keepalive_dispatch()
|
H A D | local_object.c | 259 _enter("{%d,%d,%pISp}", in rxrpc_lookup_local()
|
H A D | af_rxrpc.c | 123 _debug("INET: %pISp", &srx->transport); in rxrpc_validate_address()
|
/linux/drivers/media/v4l2-core/ |
H A D | v4l2-ioctl.c | 1469 case V4L2_META_FMT_RPI_BE_CFG: descr = "RPi PiSP BE Config format"; break; in v4l_fill_fmtdesc() 1536 case V4L2_PIX_FMT_PISP_COMP1_RGGB: descr = "PiSP 8b RGRG/GBGB mode1 compr"; break; in v4l_fill_fmtdesc() 1537 case V4L2_PIX_FMT_PISP_COMP1_GRBG: descr = "PiSP 8b GRGR/BGBG mode1 compr"; break; in v4l_fill_fmtdesc() 1538 case V4L2_PIX_FMT_PISP_COMP1_GBRG: descr = "PiSP 8b GBGB/RGRG mode1 compr"; break; in v4l_fill_fmtdesc() 1539 case V4L2_PIX_FMT_PISP_COMP1_BGGR: descr = "PiSP 8b BGBG/GRGR mode1 compr"; break; in v4l_fill_fmtdesc() 1540 case V4L2_PIX_FMT_PISP_COMP1_MONO: descr = "PiSP 8b monochrome mode1 compr"; break; in v4l_fill_fmtdesc() 1541 case V4L2_PIX_FMT_PISP_COMP2_RGGB: descr = "PiSP 8b RGRG/GBGB mode2 compr"; break; in v4l_fill_fmtdesc() 1542 case V4L2_PIX_FMT_PISP_COMP2_GRBG: descr = "PiSP 8b GRGR/BGBG mode2 compr"; break; in v4l_fill_fmtdesc() 1543 case V4L2_PIX_FMT_PISP_COMP2_GBRG: descr = "PiSP 8b GBGB/RGRG mode2 compr"; break; in v4l_fill_fmtdesc() 1544 case V4L2_PIX_FMT_PISP_COMP2_BGGR: descr = "PiSP 8b BGBG/GRGR mode2 compr"; break; in v4l_fill_fmtdesc() [all …]
|
/linux/lib/ |
H A D | test_printf.c | 436 test("001.002.003.004:12345|1.2.3.4:12345", "%piSp|%pISp", &sa, &sa); in ip4()
|
/linux/drivers/infiniband/sw/siw/ |
H A D | siw_cm.c | 1391 siw_dbg_qp(qp, "pd_len %d, laddr %pISp, raddr %pISp\n", pd_len, laddr, in siw_connect() 1864 siw_dbg(id->device, "Listen at laddr %pISp\n", &id->local_addr); in siw_create_listen()
|
/linux/drivers/infiniband/ulp/iser/ |
H A D | iser_verbs.c | 758 sprintf(iser_conn->name, "%pISp", dst_addr); in iser_connect()
|
/linux/fs/afs/ |
H A D | rotate.c | 626 _debug("address [%u] %u/%u %pISp", in afs_select_fileserver()
|
/linux/include/trace/events/ |
H A D | rxrpc.h | 1692 TP_printk("c=%08x u=%p %08x:%08x dst=%pISp", 1745 TP_printk("P=%08x o=%u t=%u c=%u i=%u d=%u e=%d %pISp",
|
/linux/drivers/nvme/host/ |
H A D | tcp.c | 2825 dev_info(ctrl->ctrl.device, "new ctrl: NQN \"%s\", addr %pISp, hostnqn: %s\n", in nvme_tcp_create_ctrl()
|