| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/algos/ |
| H A D | rk_aiq_algo_des.h | 10 * http://www.apache.org/licenses/LICENSE-2.0 33 * some algos have lots of pre-condtions, these condtions may consist of 36 * after |pre_process| or |processing|. That means the configs can't be 37 * changed during the process stage, and could be repeated(re-config) until 40 * We separate the whole process to 3 steps: pre-process, processing and 41 * post-process. The caller will call all algos pre-process firstly, then 42 * call processing, then post-process at last. 43 * There may exist the dependancy between algos's params. pre-process aims 44 * to solve the dependancy. It collects all the dependancy before processing. 45 * 4) processing [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/gpu/ |
| H A D | meson.rst | 2 drm/meson AmLogic Meson Video Processing Unit 5 .. kernel-doc:: drivers/gpu/drm/meson/meson_drv.c 6 :doc: Video Processing Unit 8 Video Processing Unit 16 DMC|---------------VPU (Video Processing Unit)----------------|------HHI------| 18 D |-------| |----| | | | | HDMI PLL | 19 D | vd2 | VIU | | Video Post | | Video Encoders |<---|-----VCLK | 20 R |-------| |----| Processing | | | | | 21 | osd2 | | | |---| Enci ----------|----|-----VDAC------| 22 R |-------| CSC |----| Scalers | | Encp ----------|----|----HDMI-TX----| [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/ |
| H A D | amlogic,meson-vpu.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/display/amlogic,meson-vpu.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Neil Armstrong <narmstrong@baylibre.com> 17 DMC|---------------VPU (Video Processing Unit)----------------|------HHI------| 19 D |-------| |----| | | | | HDMI PLL | 20 D | vd2 | VIU | | Video Post | | Video Encoders |<---|-----VCLK | 21 R |-------| |----| Processing | | | | | 22 | osd2 | | | |---| Enci ----------|----|-----VDAC------| [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/ |
| H A D | meson_vpp.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 16 * DOC: Video Post Processing 18 * VPP Handles all the Post Processing after the Scanout from the VIU 19 * We handle the following post processings : 21 * - Postblend, Blends the OSD1 only 23 * - Vertical OSD Scaler for OSD1 only, we disable vertical scaler and 25 * - Intermediate FIFO with default Amlogic values 29 * - Preblend for video overlay pre-scaling 30 * - OSD2 support for cursor framebuffer 31 * - Video pre-scaling before postblend [all …]
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | eventstr.h | 33 * server during event generation and event processing. 37 * processed as internal events until late in the processing cycle. Only then 46 * Keep ET_Raw* in the same order as KeyPress - Motion 86 EVENT_SOURCE_FOCUS, /**< Keys or buttons previously down on focus-in */ 101 int deviceid; /**< Device to post this event for */ 133 int key_repeat; /**< Internally-generated key repeat event */ 140 * Generated internally whenever a touch ownership chain changes - an owner 149 int deviceid; /**< Device to post this event for */ 230 int deviceid; /**< Device to post this event for */ 249 int deviceid; /**< Device to post this event for */ [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/ |
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0 3 tristate "Rockchip Image Signal Post-Processing Unit driver" 13 bool "Rockchip Image Signal FEC Processing helper"
|
| /OK3568_Linux_fs/kernel/block/ |
| H A D | blk-pm.c | 1 // SPDX-License-Identifier: GPL-2.0 3 #include <linux/blk-mq.h> 4 #include <linux/blk-pm.h> 7 #include "blk-mq.h" 8 #include "blk-mq-tag.h" 11 * blk_pm_runtime_init - Block layer runtime PM initialization routine 16 * Initialize runtime-PM-related fields for @q and start auto suspend for 17 * @dev. Drivers that want to take advantage of request-based runtime PM 24 * the autosuspend delay is set to -1 to make runtime suspend impossible 33 q->dev = dev; in blk_pm_runtime_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/scsi/bnx2i/ |
| H A D | bnx2i_hwi.c | 3 * Copyright (c) 2006 - 2013 Broadcom Corporation 14 * Maintained by: QLogic-Storage-Upstream@qlogic.com 25 * bnx2i_get_cid_num - get cid from ep 34 if (test_bit(BNX2I_NX2_DEV_57710, &ep->hba->cnic_dev_type)) in bnx2i_get_cid_num() 35 cid = ep->ep_cid; in bnx2i_get_cid_num() 37 cid = GET_CID_NUM(ep->ep_cid); in bnx2i_get_cid_num() 43 * bnx2i_adjust_qp_size - Adjust SQ/RQ/CQ size for 57710 device type 52 if (test_bit(BNX2I_NX2_DEV_5706, &hba->cnic_dev_type) || in bnx2i_adjust_qp_size() 53 test_bit(BNX2I_NX2_DEV_5708, &hba->cnic_dev_type) || in bnx2i_adjust_qp_size() 54 test_bit(BNX2I_NX2_DEV_5709, &hba->cnic_dev_type)) { in bnx2i_adjust_qp_size() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/ |
| H A D | ti,vpe.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Texas Instruments DRA7x Video Processing Engine (VPE) Device Tree Bindings 10 - Benoit Parrot <bparrot@ti.com> 12 description: |- 13 The Video Processing Engine (VPE) is a key component for image post 14 processing applications. VPE consist of a single memory to memory 20 const: ti,dra7-vpe 24 - description: The VPE main register region [all …]
|
| /OK3568_Linux_fs/u-boot/ |
| H A D | Kconfig | 3 # see the file Documentation/kbuild/kconfig-language.txt in the 6 mainmenu "U-Boot $UBOOTVERSION Configuration" 12 # Allow defaults in arch-specific code to override any given here 24 string "Local version - append to U-Boot release" 26 Append an extra string to the end of your U-Boot version. 41 A string of the format -gxxxxxxxx will be added to the localversion 42 if a Git-based tree is found. The string generated by this will be 49 $ git rev-parse --verify HEAD 57 Enabling this option will pass "-Os" instead of "-O2" to gcc 58 resulting in a smaller U-Boot image. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/ulp/rtrs/ |
| H A D | README | 15 RTRS provides I/O fail-over and load-balancing capabilities by using 17 Documentation/ABI/testing/sysfs-class-rtrs-client). 26 -------- 35 When processing an incoming write or read request, rtrs client uses memory 64 ------------------------ 93 (i.e. steps 1-4 finished for all paths requested for a session) 105 RTRS_MSG_CON_REQ -------------------> 106 <------------------- RTRS_MSG_CON_RSP 109 RTRS_MSG_INFO_REQ -------------------> 110 <------------------- RTRS_MSG_INFO_RSP [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/ |
| H A D | ia_css_pipe_public.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 50 IA_CSS_PIPE_MODE_YUVPP, /** YUV post processing pipe, used for all use cases with YUV input, 83 /** capture post processing input resolution */ 86 /** ISP2401: view finder post processing input resolution */ 111 should be run. Setting this to -1 means it will run until 122 instead of vf_pp. This only applies to viewfinder post 123 processing stages. */ 127 /** Enabling of monochrome mode for a pipeline. If enabled only luma processing 131 pipes. Non video-pipes should always set this parameter to false. */ 138 …/** GDC in buffer offset - indicates the pixel coordinates of the first valid pixel inside the buf… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | core.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 127 * mmc_claim_host - exclusively claim a host 142 * mmc_pre_req - Prepare for a new request 152 if (host->ops->pre_req) in mmc_pre_req() 153 host->ops->pre_req(host, mrq); in mmc_pre_req() 157 * mmc_post_req - Post process a completed request 158 * @host: MMC host to post process command 159 * @mrq: MMC request to post process for 162 * Let the host post process a completed request. Post processing of 168 if (host->ops->post_req) in mmc_post_req() [all …]
|
| /OK3568_Linux_fs/buildroot/package/intel-mediadriver/ |
| H A D | Config.in | 2 bool "intel-mediadriver" 14 The Intel(R) Media Driver for VAAPI is a new VA-API (Video 16 accelerated decoding, encoding, and video post processing for 19 https://github.com/intel/media-driver 21 comment "intel-mediadriver needs a toolchain w/ dynamic library, C++, NPTL"
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/ |
| H A D | nvidia,tegra210-ahub.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/sound/nvidia,tegra210-ahub.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 11 for audio pre-processing, post-processing and a programmable full 17 - Jon Hunter <jonathanh@nvidia.com> 18 - Sameer Pujar <spujar@nvidia.com> 22 pattern: "^ahub@[0-9a-f]*$" 26 - enum: 27 - nvidia,tegra210-ahub [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/aquantia/atlantic/macsec/ |
| H A D | macsec_struct.h | 1 /* SPDX-License-Identifier: GPL-2.0-only */ 21 /*! The match mask is per-nibble. 0 means don't care, i.e. every value 122 /*! Mask is per-byte. 142 /*! Mask is per-byte. 151 /*! Mask is per-byte. 156 /*! Mask is per-byte. 171 /*! Mask is per-byte. 176 /*! Mask is per-byte. 181 /*! Mask is per-byte. */ 195 /*! If packet matches and tagged as controlled-packet, this SC/SA [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/vsp1/ |
| H A D | vsp1_dl.c | 1 // SPDX-License-Identifier: GPL-2.0+ 3 * vsp1_dl.c -- R-Car VSP1 Display List 11 #include <linux/dma-mapping.h> 41 * struct vsp1_dl_ext_header - Extended display list header 43 * @pre_ext_dl_num_cmd: number of pre-extended command bodies to parse 44 * @flags: enables or disables execution of the pre and post command 45 * @pre_ext_dl_plist: start address of pre-extended display list bodies 46 * @post_ext_dl_num_cmd: number of post-extended command bodies to parse 47 * @post_ext_dl_plist: start address of post-extended display list bodies 54 * expecting 32-bit accesses. The flags are appropriate to the whole [all …]
|
| /OK3568_Linux_fs/buildroot/support/misc/ |
| H A D | target-dir-warning.txt | 18 sub-menu. If you want to get a filesystem image that you can easily 24 sudo tar -C /destination/of/extraction -xf images/rootfs.tar 27 directory, but there is a post-processing step to create device files
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/ |
| H A D | kprobes.c | 1 // SPDX-License-Identifier: GPL-2.0-only 23 #include <asm/debug-monitors.h> 31 #include "decode-insn.h" 41 kprobe_opcode_t *addr = p->ainsn.api.insn; in arch_prepare_ss_slot() 43 u32 insns[] = {p->opcode, BRK64_OPCODE_KPROBES_SS}; in arch_prepare_ss_slot() 53 p->ainsn.api.restore = (unsigned long) p->addr + in arch_prepare_ss_slot() 60 p->ainsn.api.restore = 0; in arch_prepare_simulate() 67 if (p->ainsn.api.handler) in arch_simulate_insn() 68 p->ainsn.api.handler((u32)p->opcode, (long)p->addr, regs); in arch_simulate_insn() 70 /* single step simulated, now go for post processing */ in arch_simulate_insn() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 8 * Based on s5p-mfc driver by Samsung Electronics Co., Ltd. 20 #include <media/v4l2-ctrls.h> 21 #include <media/v4l2-device.h> 22 #include <media/v4l2-ioctl.h> 23 #include <media/v4l2-mem2mem.h> 24 #include <media/videobuf2-core.h> 25 #include <media/videobuf2-dma-contig.h> 40 * struct hantro_irq - irq handler and name 51 * struct hantro_variant - information about VPU hardware variant [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/plugin/include/ |
| H A D | incpath.h | 2 Copyright (C) 2003-2020 Free Software Foundation, Inc. 26 INC_AFTER, /* post-sysinclude. */ 39 /* Do extra includes processing. STDINC is false iff -nostdinc was given. */
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/plugin/include/ |
| H A D | incpath.h | 2 Copyright (C) 2003-2020 Free Software Foundation, Inc. 26 INC_AFTER, /* post-sysinclude. */ 39 /* Do extra includes processing. STDINC is false iff -nostdinc was given. */
|
| /OK3568_Linux_fs/u-boot/include/dm/ |
| H A D | uclass-internal.h | 7 * SPDX-License-Identifier: GPL-2.0+ 16 * uclass_get_device_tail() - handle the end of a get_device call 21 * @ret: Error to return. If non-zero then the device is not probed 23 * @return ret, if non-zero, else the result of the device_probe() call 28 * uclass_find_device() - Return n-th child of uclass 33 * The device is not prepared for use - this is an internal function. 42 * uclass_find_first_device() - Return the first device in a uclass 46 * The device is not prepared for use - this is an internal function. 49 * @return 0 if OK (found or not found), -1 on error 54 * uclass_find_next_device() - Return the next device in a uclass [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/drm/ |
| H A D | exynos_drm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 8 * Seung-Woo Kim <sw0312.kim@samsung.com> 26 * User-desired buffer creation information structure. 28 * @size: user-desired memory allocation size. 29 * - this size value would be page-aligned internally. 32 * - this handle will be set by gem module of kernel side. 41 * A structure for getting a fake-offset that can be used with mmap. 44 * @reserved: just padding to be 64-bit aligned. 45 * @offset: a fake-offset of gem object. 86 /* Physically Non-Continuous memory. */ [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/ |
| H A D | exynos_drm.h | 1 /* SPDX-License-Identifier: GPL-2.0+ WITH Linux-syscall-note */ 8 * Seung-Woo Kim <sw0312.kim@samsung.com> 26 * User-desired buffer creation information structure. 28 * @size: user-desired memory allocation size. 29 * - this size value would be page-aligned internally. 32 * - this handle will be set by gem module of kernel side. 41 * A structure for getting a fake-offset that can be used with mmap. 44 * @reserved: just padding to be 64-bit aligned. 45 * @offset: a fake-offset of gem object. 86 /* Physically Non-Continuous memory. */ [all …]
|