Home
last modified time | relevance | path

Searched +full:meson +full:- +full:g12a +full:- +full:mali (Results 1 – 6 of 6) sorted by relevance

/linux-6.14.4/Documentation/devicetree/bindings/gpu/
Darm,mali-bifrost.yaml1 # SPDX-License-Identifier: GPL-2.0-only
3 ---
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 GPU
10 - Rob Herring <[email protected]>
14 pattern: '^gpu@[a-f0-9]+$'
18 - items:
19 - enum:
20 - amlogic,meson-g12a-mali
[all …]
/linux-6.14.4/arch/arm64/boot/dts/amlogic/
Dmeson-g12-common.dtsi1 // 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/interrupt-controller/amlogic,meson-g12a-gpio-intc.h>
13 #include <dt-bindings/reset/amlogic,meson-g12a-reset.h>
14 #include <dt-bindings/thermal/thermal.h>
[all …]
/linux-6.14.4/drivers/soc/amlogic/
Dmeson-clk-measure.c1 // 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 …]
/linux-6.14.4/drivers/gpu/drm/panfrost/
Dpanfrost_drv.c1 // SPDX-License-Identifier: GPL-2.0
38 ret = pm_runtime_resume_and_get(pfdev->dev); in panfrost_ioctl_query_timestamp()
46 pm_runtime_put(pfdev->dev); in panfrost_ioctl_query_timestamp()
53 struct panfrost_device *pfdev = ddev->dev_private; in panfrost_ioctl_get_param()
56 if (param->pad != 0) in panfrost_ioctl_get_param()
57 return -EINVAL; in panfrost_ioctl_get_param()
61 param->value = pfdev->features.member; \ in panfrost_ioctl_get_param()
66 param->value = pfdev->features.member[param->param - \ in panfrost_ioctl_get_param()
70 switch (param->param) { in panfrost_ioctl_get_param()
98 ret = panfrost_ioctl_query_timestamp(pfdev, &param->value); in panfrost_ioctl_get_param()
[all …]
/linux-6.14.4/drivers/clk/meson/
Dg12a.c1 // SPDX-License-Identifier: GPL-2.0+
3 * Amlogic Meson-G12A Clock Controller Driver
13 #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"
26 #include "meson-eeclk.h"
27 #include "g12a.h"
[all …]
/linux-6.14.4/
DMAINTAINERS5 ---------------------------------------------------
21 W: *Web-page* with status/info
23 B: URI for where to file *bugs*. A web-page with detailed bug
28 patches to the given subsystem. This is either an in-tree file,
29 or a URI. See Documentation/maintainer/maintainer-entry-profile.rst
46 N: [^a-z]tegra all files whose path contains tegra
64 ----------------
83 3WARE SAS/SATA-RAID SCSI DRIVERS (3W-XXXX, 3W-9XXX, 3W-SAS)
85 L: linux-[email protected]
88 F: drivers/scsi/3w-*
[all …]