Searched +full:meson +full:- +full:g12a +full:- +full:mali (Results 1 – 7 of 7) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only3 ---4 $id: http://devicetree.org/schemas/gpu/arm,mali-bifrost.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: ARM Mali Bifrost GPU10 - Rob Herring <robh@kernel.org>14 pattern: '^gpu@[a-f0-9]+$'18 - enum:19 - amlogic,meson-g12a-mali20 - realtek,rtd1619-mali[all …]
1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT)6 #include <dt-bindings/phy/phy.h>7 #include <dt-bindings/gpio/gpio.h>8 #include <dt-bindings/clock/g12a-clkc.h>9 #include <dt-bindings/clock/g12a-aoclkc.h>10 #include <dt-bindings/interrupt-controller/irq.h>11 #include <dt-bindings/interrupt-controller/arm-gic.h>12 #include <dt-bindings/reset/amlogic,meson-g12a-reset.h>13 #include <dt-bindings/thermal/thermal.h>16 interrupt-parent = <&gic>;[all …]
1 // SPDX-License-Identifier: GPL-2.029 struct panfrost_device *pfdev = ddev->dev_private; in panfrost_ioctl_get_param()31 if (param->pad != 0) in panfrost_ioctl_get_param()32 return -EINVAL; in panfrost_ioctl_get_param()36 param->value = pfdev->features.member; \ in panfrost_ioctl_get_param()41 param->value = pfdev->features.member[param->param - \ in panfrost_ioctl_get_param()45 switch (param->param) { in panfrost_ioctl_get_param()71 return -EINVAL; in panfrost_ioctl_get_param()80 struct panfrost_file_priv *priv = file->driver_priv; in panfrost_ioctl_create_bo()85 if (!args->size || args->pad || in panfrost_ioctl_create_bo()[all …]
1 // SPDX-License-Identifier: GPL-2.0+80 CLK_MSR_ID(35, "mali"),129 CLK_MSR_ID(35, "mali"),280 CLK_MSR_ID(35, "mali"),396 CLK_MSR_ID(35, "mali"),494 struct meson_msr *priv = clk_msr_id->priv; in meson_measure_id()502 regmap_write(priv->regmap, MSR_CLK_REG0, 0); in meson_measure_id()505 regmap_update_bits(priv->regmap, MSR_CLK_REG0, MSR_DURATION, in meson_measure_id()506 FIELD_PREP(MSR_DURATION, duration - 1)); in meson_measure_id()509 regmap_update_bits(priv->regmap, MSR_CLK_REG0, MSR_CLK_SRC, in meson_measure_id()[all …]
1 // SPDX-License-Identifier: GPL-2.0+3 * Amlogic Meson-G12A Clock Controller Driver13 #include <linux/clk-provider.h>20 #include "clk-mpll.h"21 #include "clk-pll.h"22 #include "clk-regmap.h"23 #include "clk-cpu-dyndiv.h"24 #include "vid-pll-div.h"25 #include "meson-eeclk.h"26 #include "g12a.h"[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 …]