/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | samsung,exynos4210-fimc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/media/samsung,exynos4210-fimc.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 20 - samsung,exynos4210-fimc 21 - samsung,exynos4212-fimc 22 - samsung,s5pv210-fimc 30 clock-names: [all …]
|
H A D | samsung,fimc.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 14 The S5P/Exynos SoC Camera subsystem comprises of multiple sub-devices 17 CSIS, FIMC-LITE and FIMC-IS (ISP). 25 '#address-cells': 28 '#size-cells': 31 '#clock-cells': [all …]
|
H A D | samsung,exynos4210-csis.yaml | 1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause 3 --- 4 $id: http://devicetree.org/schemas/media/samsung,exynos4210-csis.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Samsung S5P/Exynos SoC series MIPI CSI-2 receiver (MIPI CSIS) 10 - Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> 11 - Sylwester Nawrocki <s.nawrocki@samsung.com> 16 - samsung,s5pv210-csis 17 - samsung,exynos4210-csis 18 - samsung,exynos4212-csis [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dp/dp_1.0/ |
H A D | ia_css_dp_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Support for Intel Camera Imaging ISP subsystem. 20 * CSS-API header file for Defect Pixel Correction (DPC) parameters. 25 * ISP block: DPC1 (DPC after WB) 26 * DPC2 (DPC before WB) 38 ia_css_u8_8 gain; /** The sensitivity of mis-correction. ISP will 43 u32 gr; /* unsigned <integer_bits>.<16-integer_bits> */ 44 u32 r; /* unsigned <integer_bits>.<16-integer_bits> */ 45 u32 b; /* unsigned <integer_bits>.<16-integer_bits> */ 46 u32 gb; /* unsigned <integer_bits>.<16-integer_bits> */
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/dpc2/ |
H A D | ia_css_dpc2_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Support for Intel Camera Imaging ISP subsystem. 20 * CSS-API header file for Defect Pixel Correction 2 (DPC2) parameters. 40 * ISP block: DPC1 (DPC after WB) 41 * DPC2 (DPC before WB)
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos4x12.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 19 #include "exynos4-cpu-thermal.dtsi" 27 fimc-lite0 = &fimc_lite_0; 28 fimc-lite1 = &fimc_lite_1; 31 bus_acp: bus-acp { 32 compatible = "samsung,exynos-bus"; 34 clock-names = "bus"; 35 operating-points-v2 = <&bus_acp_opp_table>; 38 bus_acp_opp_table: opp-table { 39 compatible = "operating-points-v2"; [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/wb/wb_1.0/ |
H A D | ia_css_wb.host.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Intel Camera Imaging ISP subsystem. 40 to->gain_shift = in ia_css_wb_encode() 41 uISP_REG_BIT - from->integer_bits; in ia_css_wb_encode() 42 to->gain_gr = in ia_css_wb_encode() 43 uDIGIT_FITTING(from->gr, 16 - from->integer_bits, in ia_css_wb_encode() 44 to->gain_shift); in ia_css_wb_encode() 45 to->gain_r = in ia_css_wb_encode() 46 uDIGIT_FITTING(from->r, 16 - from->integer_bits, in ia_css_wb_encode() 47 to->gain_shift); in ia_css_wb_encode() [all …]
|
H A D | ia_css_wb.host.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Support for Intel Camera Imaging ISP subsystem. 32 const struct sh_css_isp_wb_params *wb, 37 const struct ia_css_wb_config *wb,
|
H A D | ia_css_wb_param.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Support for Intel Camera Imaging ISP subsystem. 21 /* WB (White Balance) */
|
/openbmc/linux/drivers/staging/media/atomisp/ |
H A D | Makefile | 1 # SPDX-License-Identifier: GPL-2.0 5 obj-$(CONFIG_INTEL_ATOMISP) += i2c/ 6 obj-$(CONFIG_VIDEO_ATOMISP) += atomisp.o 7 obj-$(CONFIG_VIDEO_ATOMISP) += pci/atomisp_gmin_platform.o 10 DEFINES += -DDEBUG 14 # SPDX-License-Identifier: GPL-2.0 15 atomisp-objs += \ 52 pci/isp/kernels/aa/aa_2/ia_css_aa2.host.o \ 53 pci/isp/kernels/anr/anr_1.0/ia_css_anr.host.o \ 54 pci/isp/kernels/anr/anr_2/ia_css_anr2.host.o \ [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/ |
H A D | ia_css_types.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 4 * Support for Intel Camera Imaging ISP subsystem. 31 #include "isp/kernels/aa/aa_2/ia_css_aa2_types.h" 32 #include "isp/kernels/anr/anr_1.0/ia_css_anr_types.h" 33 #include "isp/kernels/anr/anr_2/ia_css_anr2_types.h" 34 #include "isp/kernels/cnr/cnr_2/ia_css_cnr2_types.h" 35 #include "isp/kernels/csc/csc_1.0/ia_css_csc_types.h" 36 #include "isp/kernels/ctc/ctc_1.0/ia_css_ctc_types.h" 37 #include "isp/kernels/dp/dp_1.0/ia_css_dp_types.h" 38 #include "isp/kernels/de/de_1.0/ia_css_de_types.h" [all …]
|
H A D | ia_css_isp_params.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Intel Camera Imaging ISP subsystem. 18 #include "isp/kernels/aa/aa_2/ia_css_aa2.host.h" 19 #include "isp/kernels/anr/anr_1.0/ia_css_anr.host.h" 20 #include "isp/kernels/anr/anr_2/ia_css_anr2.host.h" 21 #include "isp/kernels/bh/bh_2/ia_css_bh.host.h" 22 #include "isp/kernels/bnr/bnr_1.0/ia_css_bnr.host.h" 23 #include "isp/kernels/bnr/bnr2_2/ia_css_bnr2_2.host.h" 24 #include "isp/kernels/cnr/cnr_2/ia_css_cnr2.host.h" 25 #include "isp/kernels/crop/crop_1.0/ia_css_crop.host.h" [all …]
|
H A D | ia_css_isp_params.h | 1 /* SPDX-License-Identifier: GPL-2.0 */ 3 * Support for Intel Camera Imaging ISP subsystem. 106 struct ia_css_isp_parameter wb; member
|
H A D | sh_css_params.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Intel Camera Imaging ISP subsystem. 17 #include "isp.h" /* ISP_VEC_ELEMBITS */ 78 #include "wb/wb_1.0/ia_css_wb.host.h" 104 binary->in_frame_info.res.height, in fpntbl_bytes() 105 binary->in_frame_info.padded_width); in fpntbl_bytes() 111 array3_size(binary->sctbl_height, in sctbl_bytes() 112 binary->sctbl_aligned_width_per_color, in sctbl_bytes() 119 binary->morph_tbl_aligned_width, in morph_plane_bytes() 120 binary->morph_tbl_height); in morph_plane_bytes() [all …]
|
/openbmc/linux/drivers/media/platform/samsung/exynos4-is/ |
H A D | media-dev.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2011 - 2013 Samsung Electronics Co., Ltd. 11 #include <linux/clk-provider.h> 26 #include <media/v4l2-async.h> 27 #include <media/v4l2-ctrls.h> 28 #include <media/v4l2-fwnode.h> 29 #include <media/media-device.h> 30 #include <media/drv-intf/exynos-fimc.h> 32 #include "media-dev.h" 33 #include "fimc-core.h" [all …]
|
H A D | fimc-core.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 5 * Copyright (C) 2010-2012 Samsung Electronics Co., Ltd. 24 #include <media/v4l2-ioctl.h> 25 #include <media/videobuf2-v4l2.h> 26 #include <media/videobuf2-dma-contig.h> 28 #include "fimc-core.h" 29 #include "fimc-reg.h" 30 #include "media-dev.h" 197 if (!ctx->scaler.enabled) in fimc_check_scaler_ratio() 198 return (sw == dw && sh == dh) ? 0 : -EINVAL; in fimc_check_scaler_ratio() [all …]
|
/openbmc/linux/drivers/staging/media/sunxi/sun6i-isp/ |
H A D | sun6i_isp_reg.h | 1 /* SPDX-License-Identifier: GPL-2.0+ */ 3 * Copyright 2021-2022 Bootlin 57 /* Only since sun9i-a80-isp. */ 209 /* WB */
|
/openbmc/linux/drivers/pmdomain/mediatek/ |
H A D | mtk-scpsys.c | 1 // SPDX-License-Identifier: GPL-2.0-only 16 #include <dt-bindings/power/mt2701-power.h> 17 #include <dt-bindings/power/mt2712-power.h> 18 #include <dt-bindings/power/mt6797-power.h> 19 #include <dt-bindings/power/mt7622-power.h> 20 #include <dt-bindings/power/mt7623a-power.h> 21 #include <dt-bindings/power/mt8173-power.h> 28 #define MTK_SCPD_CAPS(_scpd, _x) ((_scpd)->data->caps & (_x)) 112 * struct scp_domain_data - scp domain data for power on/off flow 120 * @caps: The flag for active wake-up action. [all …]
|
/openbmc/linux/drivers/staging/media/ipu3/include/uapi/ |
H A D | intel-ipu3.h | 1 /* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ 2 /* Copyright (C) 2017 - 2018 Intel Corporation */ 11 /* Vendor specific - used for IPU3 camera sub-system */ 17 /* from include/uapi/linux/v4l2-controls.h */ 26 #define IPU3_UAPI_GRID_START_MASK ((1 << 12) - 1) 34 * struct ipu3_uapi_grid_config - Grid plane config 56 * create a grid-based output, and the data is then divided into "slices". 71 * struct ipu3_uapi_awb_set_item - Memory layout for each cell in AWB 108 * struct ipu3_uapi_awb_raw_buffer - AWB raw buffer 119 * struct ipu3_uapi_awb_config_s - AWB config [all …]
|
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/debug/src/ |
H A D | ia_css_debug.c | 1 // SPDX-License-Identifier: GPL-2.0 3 * Support for Intel Camera Imaging ISP subsystem. 60 #include "isp.h" 88 #include "wb/wb_1.0/ia_css_wb.host.h" 189 fw->info.sp.threads_stack, in debug_dump_sp_stack_info() 190 fw->info.sp.threads_stack_size); in debug_dump_sp_stack_info() 192 HIVE_ADDR_sp_threads_stack = fw->info.sp.threads_stack; in debug_dump_sp_stack_info() 193 HIVE_ADDR_sp_threads_stack_size = fw->info.sp.threads_stack_size; in debug_dump_sp_stack_info() 195 if (fw->info.sp.threads_stack == 0 || in debug_dump_sp_stack_info() 196 fw->info.sp.threads_stack_size == 0) in debug_dump_sp_stack_info() [all …]
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 0004-mmal_20.patch | 1 Upstream-Status: Inappropriate 3 RPI-Distro repo forks original vlc and applies patches 6 --- a/configure.ac 8 @@ -3478,6 +3478,9 @@ dnl 10 AS_HELP_STRING([--enable-mmal], 11 [Multi-Media Abstraction Layer (MMAL) hardware plugin (default enable)])) 13 + AS_HELP_STRING([--enable-mmal-avcodec], 17 LDFLAGS="${LDFLAGS} -L/opt/vc/lib -lvchostif" 18 @@ -3488,7 +3491,7 @@ if test "${enable_mmal}" != "no"; then 20 VLC_ADD_LDFLAGS([mmal],[ -L/opt/vc/lib ]) [all …]
|
/openbmc/linux/drivers/media/i2c/ |
H A D | ov8858.c | 1 // SPDX-License-Identifier: GPL-2.0 22 #include <media/media-entity.h> 23 #include <media/v4l2-async.h> 24 #include <media/v4l2-common.h> 25 #include <media/v4l2-ctrls.h> 26 #include <media/v4l2-device.h> 27 #include <media/v4l2-event.h> 28 #include <media/v4l2-fwnode.h> 29 #include <media/v4l2-mediabus.h> 30 #include <media/v4l2-subdev.h> [all …]
|
/openbmc/qemu/tests/avocado/ |
H A D | replay_kernel.py | 3 # Copyright (c) 2020 ISP RAS 9 # later. See the COPYING file in the top-level directory. 36 KERNEL_COMMON_COMMAND_LINE = 'printk.time=1 panic=-1 ' 53 vm.add_args('-icount', 'shift=%s,rr=%s,rrfile=%s' % 55 '-kernel', kernel_path, 56 '-append', kernel_command_line, 57 '-net', 'none', 58 '-no-reboot') 68 logger.info('successfully tested replay-dump.py') 72 elapsed = time.time() - start_time [all …]
|
/openbmc/ |
D | opengrok1.0.log | 1 2025-03-14 03:00:40.378-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-14 03:00:40.496-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |
D | opengrok2.0.log | 1 2025-03-13 03:00:39.225-0500 FINE t1 Executor.registerErrorHandler: Installing default uncaught exception handler 2 2025-03-13 03:00:39.341-0500 INFO t1 Indexer.parseOptions: Indexer options: [-c, /usr/local/bin/ctags, -T, 12, -s, /opengrok/src, - [all...] |