Searched full:ge2d (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/media/platform/amlogic/meson-ge2d/ |
| H A D | ge2d.c | 28 #include "ge2d-regs.h" 30 #define GE2D_NAME "meson-ge2d" 72 struct meson_ge2d *ge2d; member 170 dev_warn(ctx->ge2d->dev, "%s: invalid buffer type\n", __func__); in get_frame() 175 static void ge2d_hw_start(struct meson_ge2d *ge2d) in ge2d_hw_start() argument 177 struct ge2d_ctx *ctx = ge2d->curr; in ge2d_hw_start() 181 regmap_update_bits(ge2d->map, GE2D_GEN_CTRL1, in ge2d_hw_start() 183 regmap_update_bits(ge2d->map, GE2D_GEN_CTRL1, in ge2d_hw_start() 189 regmap_write(ge2d->map, GE2D_SRC1_BADDR_CTRL, in ge2d_hw_start() 191 regmap_write(ge2d->map, GE2D_SRC1_STRIDE_CTRL, in ge2d_hw_start() [all …]
|
| H A D | Kconfig | 9 This is a v4l2 driver for Amlogic GE2D 2D graphics accelerator. 10 GE2D is a standalone 2D graphic acceleration unit, with color converter,
|
| H A D | Makefile | 3 obj-$(CONFIG_VIDEO_MESON_GE2D) += ge2d.o
|
| /linux/Documentation/devicetree/bindings/media/ |
| H A D | amlogic,axg-ge2d.yaml | 5 $id: http://devicetree.org/schemas/media/amlogic,axg-ge2d.yaml# 8 title: Amlogic GE2D Acceleration Unit 16 - amlogic,axg-ge2d 41 ge2d: ge2d@ff940000 { 42 compatible = "amlogic,axg-ge2d";
|
| /linux/Documentation/admin-guide/perf/ |
| H A D | meson-ddr-pmu.rst | 40 + ge2d - from ge2d
|
| /linux/drivers/soc/amlogic/ |
| H A D | meson-clk-measure.c | 174 CLK_MSR_ID(82, "ge2d"), 222 CLK_MSR_ID(82, "ge2d"), 329 CLK_MSR_ID(82, "ge2d"), 449 CLK_MSR_ID(82, "ge2d"), 536 CLK_MSR_ID(67, "ge2d"), 688 CLK_MSR_ID(67, "ge2d"),
|
| /linux/drivers/clk/meson/ |
| H A D | c3-peripherals.c | 876 static C3_COMP_SEL(ge2d, GE2D_CLK_CTRL, 9, 0x7, c3_ge2d_parents); 877 static C3_COMP_DIV(ge2d, GE2D_CLK_CTRL, 0, 7); 878 static C3_COMP_GATE(ge2d, GE2D_CLK_CTRL, 8);
|
| /linux/drivers/pmdomain/amlogic/ |
| H A D | meson-ee-pwrc.c | 325 [PWRC_SM1_GE2D_ID] = TOP_PD("GE2D", &sm1_pwrc_ge2d, sm1_pwrc_mem_ge2d,
|
| /linux/ |
| H A D | MAINTAINERS | 17228 MESON GE2D DRIVER FOR AMLOGIC SOCS 17234 F: Documentation/devicetree/bindings/media/amlogic,axg-ge2d.yaml 17235 F: drivers/media/platform/amlogic/meson-ge2d/
|