Searched +full:venus +full:- +full:decoder (Results 1 – 25 of 27) sorted by relevance
12
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/media/qcom,sc7180-venus.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Qualcomm Venus video encode and decode accelerators11 - Stanimir Varbanov <stanimir.varbanov@linaro.org>14 The Venus IP is a video encode and decode accelerator present19 const: qcom,sc7180-venus27 power-domains:31 power-domain-names:[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/media/qcom,msm8916-venus.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Qualcomm Venus video encode and decode accelerators11 - Stanimir Varbanov <stanimir.varbanov@linaro.org>14 The Venus IP is a video encode and decode accelerator present19 const: qcom,msm8916-venus27 power-domains:33 clock-names:[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/media/qcom,msm8996-venus.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Qualcomm Venus video encode and decode accelerators11 - Stanimir Varbanov <stanimir.varbanov@linaro.org>14 The Venus IP is a video encode and decode accelerator present19 const: qcom,msm8996-venus27 power-domains:33 clock-names:[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/media/qcom,sdm845-venus-v2.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Qualcomm Venus video encode and decode accelerators11 - Stanimir Varbanov <stanimir.varbanov@linaro.org>14 The Venus IP is a video encode and decode accelerator present19 const: qcom,sdm845-venus-v227 power-domains:31 power-domain-names:[all …]
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/media/qcom,sdm845-venus.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Qualcomm Venus video encode and decode accelerators11 - Stanimir Varbanov <stanimir.varbanov@linaro.org>14 The Venus IP is a video encode and decode accelerator present19 const: qcom,sdm845-venus27 power-domains:33 clock-names:[all …]
1 /* SPDX-License-Identifier: GPL-2.0-only */3 * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.11 #include <media/videobuf2-v4l2.h>12 #include <media/v4l2-ctrls.h>13 #include <media/v4l2-device.h>115 bool valid; /* used only for Venus v1xx */119 * struct venus_core - holds core parameters valid for all instances122 * @irq: Venus irq127 * @vdev_dec: a reference to video device structure for decoder instances130 * @res: a reference to venus resources structure[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.12 #include <media/v4l2-ioctl.h>13 #include <media/v4l2-event.h>14 #include <media/v4l2-ctrls.h>15 #include <media/v4l2-mem2mem.h>16 #include <media/videobuf2-dma-sg.h>28 * - the MPLANE formats allow only one plane to be used29 * - the downstream driver use MPLANE formats too30 * - future firmware versions could add support for >1 planes[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2012-2016, The Linux Foundation. All rights reserved.17 #include <media/videobuf2-v4l2.h>18 #include <media/v4l2-mem2mem.h>19 #include <media/v4l2-ioctl.h>37 mutex_lock(&core->lock); in venus_event_notify()38 core->sys_error = true; in venus_event_notify()39 list_for_each_entry(inst, &core->instances, list) in venus_event_notify()40 inst->ops->event_notify(inst, EVT_SESSION_ERROR, NULL); in venus_event_notify()41 mutex_unlock(&core->lock); in venus_event_notify()[all …]
5 #define MSM_MEDIA_ALIGN(__sz, __align) (((__align) & ((__align) - 1)) ?\6 ((((__sz) + (__align) - 1) / (__align)) * (__align)) :\7 (((__sz) + (__align) - 1) & (~((__align) - 1))))11 #define MSM_MEDIA_ROUNDUP(__sz, __r) (((__sz) + ((__r) - 1)) / (__r))19 /* Venus NV12:24 * <-------- Y/UV_Stride -------->25 * <------- Width ------->44 * . . . . . . . . . . . . . . . . --> Buffer size alignment50 * Extradata: Arbitrary (software-imposed) padding57 /* Venus NV21:[all …]
2 bool "linux-firmware"7 https://git.kernel.org/?p=linux/kernel/git/firmware/linux-firmware.git38 bool "Qualcomm Venus video codec accelerator"40 Firmware files for Qualcomm Venus video codec accelerator48 bool "Samsung MFC video encoder/decoder v8 firmware"50 Firmware files for Samsung MFC video encoder/decoder driver v8211 # needed for old kernel versions, where the non-D and D268 bool "Marvell Wifi-Ex 8787 SDIO"270 Firmware files for the Marvell Wifi-Ex 8787 module on SDIO.273 bool "Marvell Wifi-Ex 8797 SDIO"[all …]
1 .. SPDX-License-Identifier: GPL-2.017 am437x-vpfe TI AM437x VPFE18 aspeed-video Aspeed AST2400 and AST250019 atmel-isc ATMEL Image Sensor Controller (ISC)20 atmel-isi ATMEL Image Sensor Interface (ISI)24 cdns-csi2rx Cadence MIPI-CSI2 RX Controller25 cdns-csi2tx Cadence MIPI-CSI2 TX Controller26 coda-vpu Chips&Media Coda multi-standard codec IP29 exynos-fimc-is EXYNOS4x12 FIMC-IS (Imaging Subsystem)30 exynos-fimc-lite EXYNOS FIMC-LITE camera interface[all …]
1 # SPDX-License-Identifier: GPL-2.0-only9 Say Y here to enable support for platform-specific V4L drivers.13 source "drivers/media/platform/marvell-ccic/Kconfig"22 Chrome9 chipsets. Currently only tested on OLPC xo-1.5 systems125 will be called s3c-camif.139 will be called stm32-dcmi.151 source "drivers/media/platform/exynos4-is/Kconfig"154 source "drivers/media/platform/rcar-vin/Kconfig"175 bool "Memory-to-memory multimedia devices"186 tristate "Chips&Media Coda multi-standard codec IP"[all …]
11 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>18 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>23 with Venus v4l2 driver.25 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>26 Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>27 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>28 ---29 .../gpu_mjpeg_decode_accelerator_factory.cc | 3 +-34 media/gpu/v4l2/BUILD.gn | 42 ++++++------38 9 files changed, 115 insertions(+), 22 deletions(-)[all …]
11 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>18 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>23 with Venus v4l2 driver.25 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>26 Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>27 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>28 ---29 .../gpu_mjpeg_decode_accelerator_factory.cc | 3 +-34 media/gpu/v4l2/BUILD.gn | 41 ++++++------38 9 files changed, 116 insertions(+), 20 deletions(-)[all …]
11 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>18 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>23 with Venus v4l2 driver.25 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>26 Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>27 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>28 ---29 .../gpu_mjpeg_decode_accelerator_factory.cc | 3 +-34 media/gpu/v4l2/BUILD.gn | 43 ++++++------38 9 files changed, 118 insertions(+), 20 deletions(-)[all …]
11 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>18 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>23 with Venus v4l2 driver.25 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>26 Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>27 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>28 ---29 .../gpu_mjpeg_decode_accelerator_factory.cc | 3 +-34 media/gpu/v4l2/BUILD.gn | 48 ++++++++------38 9 files changed, 121 insertions(+), 22 deletions(-)[all …]
11 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>18 Signed-off-by: Ryo Kodama <ryo.kodama.vz@renesas.com>23 with Venus v4l2 driver.25 Signed-off-by: Peter Griffin <peter.griffin@linaro.org>26 Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>27 Signed-off-by: Jeffy Chen <jeffy.chen@rock-chips.com>28 ---29 .../gpu_mjpeg_decode_accelerator_factory.cc | 3 +-34 chromium/media/gpu/v4l2/BUILD.gn | 39 +++++-----38 9 files changed, 122 insertions(+), 18 deletions(-)[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * Copyright (c) 2013-2015, The Linux Foundation. All rights reserved.6 #include <dt-bindings/arm/coresight-cti-dt.h>7 #include <dt-bindings/clock/qcom,gcc-msm8916.h>8 #include <dt-bindings/clock/qcom,rpmcc.h>9 #include <dt-bindings/interconnect/qcom,msm8916.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/reset/qcom,gcc-msm8916.h>12 #include <dt-bindings/thermal/thermal.h>15 interrupt-parent = <&intc>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-only2 /* Copyright (c) 2014-2015, The Linux Foundation. All rights reserved.5 #include <dt-bindings/interrupt-controller/arm-gic.h>6 #include <dt-bindings/clock/qcom,gcc-msm8996.h>7 #include <dt-bindings/clock/qcom,mmcc-msm8996.h>8 #include <dt-bindings/clock/qcom,rpmcc.h>9 #include <dt-bindings/soc/qcom,apr.h>12 interrupt-parent = <&intc>;14 #address-cells = <2>;15 #size-cells = <2>;[all …]
1 // SPDX-License-Identifier: BSD-3-Clause8 #include <dt-bindings/clock/qcom,dispcc-sc7180.h>9 #include <dt-bindings/clock/qcom,gcc-sc7180.h>10 #include <dt-bindings/clock/qcom,gpucc-sc7180.h>11 #include <dt-bindings/clock/qcom,lpasscorecc-sc7180.h>12 #include <dt-bindings/clock/qcom,rpmh.h>13 #include <dt-bindings/clock/qcom,videocc-sc7180.h>14 #include <dt-bindings/interconnect/qcom,osm-l3.h>15 #include <dt-bindings/interconnect/qcom,sc7180.h>16 #include <dt-bindings/interrupt-controller/arm-gic.h>[all …]
1 // SPDX-License-Identifier: GPL-2.08 #include <dt-bindings/clock/qcom,camcc-sdm845.h>9 #include <dt-bindings/clock/qcom,dispcc-sdm845.h>10 #include <dt-bindings/clock/qcom,gcc-sdm845.h>11 #include <dt-bindings/clock/qcom,gpucc-sdm845.h>12 #include <dt-bindings/clock/qcom,lpass-sdm845.h>13 #include <dt-bindings/clock/qcom,rpmh.h>14 #include <dt-bindings/clock/qcom,videocc-sdm845.h>15 #include <dt-bindings/interconnect/qcom,osm-l3.h>16 #include <dt-bindings/interconnect/qcom,sdm845.h>[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...