Home
last modified time | relevance | path

Searched full:pisp (Results 1 – 25 of 27) sorted by relevance

12

/linux/Documentation/admin-guide/media/
H A Draspberrypi-pisp-be.rst4 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 Dv4l-drivers.rst26 raspberrypi-pisp-be
/linux/include/uapi/linux/media/raspberrypi/
H A Dpisp_be_config.h3 * 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 Dpisp_common.h3 * RP1 PiSP common definitions.
43 * throughout the PiSP.
/linux/Documentation/userspace-api/media/v4l/
H A Dmetafmt-pisp-be.rst9 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 Dpixfmt-srggb8-pisp-comp.rst3 .. _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 Dmeta-formats.rst18 metafmt-pisp-be
H A Dpixfmt-bayer.rst23 pixfmt-srggb8-pisp-comp
/linux/drivers/media/platform/raspberrypi/pisp_be/
H A DMakefile3 # 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 DKconfig2 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 Dpisp_be_formats.h3 * PiSP Back End driver image format definitions.
446 /* Bayer formats - 16-bit PiSP Compressed */
H A Dpisp_be.c3 * 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 Draspberrypi,pispbe.yaml7 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 Dvideodev2.h820 /* 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 Dpeer_object.c332 _enter("{%pISp}", &srx->transport); in rxrpc_lookup_peer()
453 pr_err("Leaked peer %u {%u} %pISp\n", in rxrpc_destroy_all_peers()
H A Dpeer_event.c257 _debug("%02x peer %u t=%d {%pISp}", in rxrpc_peer_keepalive_dispatch()
H A Dlocal_object.c259 _enter("{%d,%d,%pISp}", in rxrpc_lookup_local()
H A Daf_rxrpc.c123 _debug("INET: %pISp", &srx->transport); in rxrpc_validate_address()
/linux/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c1469 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 Dtest_printf.c436 test("001.002.003.004:12345|1.2.3.4:12345", "%piSp|%pISp", &sa, &sa); in ip4()
/linux/drivers/infiniband/sw/siw/
H A Dsiw_cm.c1391 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 Diser_verbs.c758 sprintf(iser_conn->name, "%pISp", dst_addr); in iser_connect()
/linux/fs/afs/
H A Drotate.c626 _debug("address [%u] %u/%u %pISp", in afs_select_fileserver()
/linux/include/trace/events/
H A Drxrpc.h1692 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 Dtcp.c2825 dev_info(ctrl->ctrl.device, "new ctrl: NQN \"%s\", addr %pISp, hostnqn: %s\n", in nvme_tcp_create_ctrl()

12