Searched +full:imx8mq +full:- +full:vpu (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)4 ---5 $id: "http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml#"6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"8 title: Hantro G1/G2 VPU codecs implemented on i.MX8MQ SoCs11 - Philipp Zabel <p.zabel@pengutronix.de>18 const: nxp,imx8mq-vpu23 reg-names:25 - const: g126 - const: g2[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)4 * Copyright (C) 2017-2018 Pengutronix, Lucas Stach <kernel@pengutronix.de>7 #include <dt-bindings/clock/imx8mq-clock.h>8 #include <dt-bindings/power/imx8mq-power.h>9 #include <dt-bindings/reset/imx8mq-reset.h>10 #include <dt-bindings/gpio/gpio.h>11 #include "dt-bindings/input/input.h"12 #include <dt-bindings/interrupt-controller/arm-gic.h>13 #include <dt-bindings/thermal/thermal.h>14 #include "imx8mq-pinfunc.h"[all …]
5 Those packages provide hardware acceleration for GPU or VPU,14 bool "imx25-3stack"20 bool "imx37-3stack"75 default "IMX8MQ" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX8M105 source "package/freescale-imx/imx-alsa-plugins/Config.in"106 source "package/freescale-imx/imx-codec/Config.in"107 source "package/freescale-imx/imx-kobs/Config.in"108 source "package/freescale-imx/imx-lib/Config.in"109 source "package/freescale-imx/imx-m4fwloader/Config.in"110 source "package/freescale-imx/imx-parser/Config.in"[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (c) 2019-2020, NXP10 #include <linux/interconnect-provider.h>11 #include <dt-bindings/interconnect/imx8mq.h>42 DEFINE_BUS_MASTER("VPU", IMX8MQ_ICM_VPU, IMX8MQ_ICN_VIDEO),97 .name = "imx8mq-interconnect",103 MODULE_ALIAS("platform:imx8mq-interconnect");
1 // SPDX-License-Identifier: GPL-2.03 * Hantro VPU codec driver9 * Based on s5p-mfc driver by Samsung Electronics Co., Ltd.22 #include <media/v4l2-event.h>23 #include <media/v4l2-mem2mem.h>24 #include <media/videobuf2-core.h>25 #include <media/videobuf2-vmalloc.h>31 #define DRIVER_NAME "hantro-vpu"36 "Debug level - higher value produces more verbose messages");42 ctrl = v4l2_ctrl_find(&ctx->ctrl_handler, id); in hantro_get_ctrl()[all …]
1 // SPDX-License-Identifier: GPL-2.0+8 * Copyright 2015-2017 Pengutronix, Lucas Stach <kernel@pengutronix.de>18 #include <dt-bindings/power/imx7-power.h>19 #include <dt-bindings/power/imx8mq-power.h>139 const bool has_regulator = !IS_ERR(domain->regulator); in imx_gpc_pu_pgc_sw_pxx_req()143 regmap_update_bits(domain->regmap, GPC_PGC_CPU_MAPPING, in imx_gpc_pu_pgc_sw_pxx_req()144 domain->bits.map, domain->bits.map); in imx_gpc_pu_pgc_sw_pxx_req()147 ret = regulator_enable(domain->regulator); in imx_gpc_pu_pgc_sw_pxx_req()149 dev_err(domain->dev, "failed to enable regulator\n"); in imx_gpc_pu_pgc_sw_pxx_req()155 for (i = 0; i < domain->num_clks; i++) in imx_gpc_pu_pgc_sw_pxx_req()[all …]
... -boot-2021.07/.readthedocs.yml u-boot-2021.07/Kbuild u-boot-2021.07 ...
9 -------------------------30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------97 W: *Web-page* with status/info[all …]