Searched +full:imx8qm +full:- +full:vpu (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/media/amphion,vpu.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Amphion VPU codec IP11 - Ming Qian <ming.qian@nxp.com>12 - Shijie Qin <shijie.qin@nxp.com>14 description: |-20 pattern: "^vpu@[0-9a-f]+$"24 - enum:[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright 2020-2021 NXP12 #include <linux/dma-map-ops.h>21 #include <media/v4l2-device.h>22 #include <media/videobuf2-v4l2.h>23 #include <media/v4l2-mem2mem.h>24 #include <media/v4l2-ioctl.h>26 #include "vpu.h"32 void vpu_writel(struct vpu_dev *vpu, u32 reg, u32 val) in vpu_writel() argument34 writel(val, vpu->base + reg); in vpu_writel()[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */3 * Copyright 2020-2021 NXP9 #include <media/v4l2-device.h>10 #include <media/v4l2-ctrls.h>11 #include <media/v4l2-mem2mem.h>18 #define VPU_INST_NULL_ID (-1L)23 IMX8QM = 1, enumerator38 int (*setup)(struct vpu_dev *vpu);39 int (*setup_encoder)(struct vpu_dev *vpu);40 int (*setup_decoder)(struct vpu_dev *vpu);[all …]
1 // SPDX-License-Identifier: GPL-2.03 * Copyright 2020-2021 NXP15 #include "vpu.h"25 if (!ops || !ops->check_memory_region) in vpu_iface_check_memory_region()28 return ops->check_memory_region(core->fw.phys, addr, size); in vpu_iface_check_memory_region()37 size = desc->end - desc->start; in vpu_rpc_check_buffer_space()39 ptr1 = desc->wptr; in vpu_rpc_check_buffer_space()40 ptr2 = desc->rptr; in vpu_rpc_check_buffer_space()42 ptr1 = desc->rptr; in vpu_rpc_check_buffer_space()43 ptr2 = desc->wptr; in vpu_rpc_check_buffer_space()[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Copyright 2018-2019 NXP7 #include <dt-bindings/clock/imx8-lpcg.h>8 #include <dt-bindings/firmware/imx/rsrc.h>9 #include <dt-bindings/gpio/gpio.h>10 #include <dt-bindings/interrupt-controller/arm-gic.h>11 #include <dt-bindings/pinctrl/pads-imx8qm.h>12 #include <dt-bindings/thermal/thermal.h>15 interrupt-parent = <&gic>;16 #address-cells = <2>;[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later OR MIT6 #include <dt-bindings/pwm/pwm.h>10 stdout-path = &lpuart1;15 compatible = "pwm-backlight";16 pinctrl-names = "default";17 pinctrl-0 = <&pinctrl_gpio_bkl_on>;18 brightness-levels = <0 45 63 88 119 158 203 255>;19 default-brightness-level = <4>;20 enable-gpios = <&lsio_gpio1 4 GPIO_ACTIVE_HIGH>; /* Apalis BKL1_ON */21 /* TODO: hook-up to Apalis BKL1_PWM */[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/clock/imx8qxp-lpcg.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: NXP i.MX8QXP LPCG (Low-Power Clock Gating) Clock10 - Aisheng Dong <aisheng.dong@nxp.com>13 The Low-Power Clock Gate (LPCG) modules contain a local programming24 include/dt-bindings/clock/imx8-lpcg.h29 - const: fsl,imx8qxp-lpcg30 - items:[all …]