Searched +full:gxl +full:- +full:vdec (Results 1 – 5 of 5) sorted by relevance
/Linux-v6.1/Documentation/devicetree/bindings/media/ |
D | amlogic,gx-vdec.yaml | 1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause) 4 --- 5 $id: "http://devicetree.org/schemas/media/amlogic,gx-vdec.yaml#" 6 $schema: "http://devicetree.org/meta-schemas/core.yaml#" 11 - Neil Armstrong <neil.armstrong@linaro.org> 12 - Maxime Jourdan <mjourdan@baylibre.com> 20 - ESPARSER is a bitstream parser that outputs to a VIFIFO. Further VDEC blocks 22 - VDEC_1 can decode MPEG-1, MPEG-2, MPEG-4 part 2, MJPEG, H.263, H.264, VC-1. 23 - VDEC_HEVC can decode HEVC and VP9. 25 Both VDEC_1 and VDEC_HEVC share the "vdec" IRQ and as such cannot run [all …]
|
/Linux-v6.1/arch/arm64/boot/dts/amlogic/ |
D | meson-gxl.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include "meson-gx.dtsi" 8 #include <dt-bindings/clock/gxbb-clkc.h> 9 #include <dt-bindings/clock/gxbb-aoclkc.h> 10 #include <dt-bindings/gpio/meson-gxl-gpio.h> 11 #include <dt-bindings/reset/amlogic,meson-gxbb-reset.h> 14 compatible = "amlogic,meson-gxl"; 18 compatible = "amlogic,meson-gxl-usb-ctrl"; 21 #address-cells = <2>; 22 #size-cells = <2>; [all …]
|
D | meson-gxm.dtsi | 1 // SPDX-License-Identifier: (GPL-2.0+ OR MIT) 7 #include "meson-gxl.dtsi" 10 compatible = "amlogic,meson-gxm"; 13 cpu-map { 46 capacity-dmips-mhz = <1024>; 50 capacity-dmips-mhz = <1024>; 54 capacity-dmips-mhz = <1024>; 58 capacity-dmips-mhz = <1024>; 63 compatible = "arm,cortex-a53"; 65 enable-method = "psci"; [all …]
|
/Linux-v6.1/drivers/staging/media/meson/vdec/ |
D | vdec.c | 1 // SPDX-License-Identifier: GPL-2.0+ 16 #include <media/v4l2-ioctl.h> 17 #include <media/v4l2-event.h> 18 #include <media/v4l2-ctrls.h> 19 #include <media/v4l2-mem2mem.h> 20 #include <media/v4l2-dev.h> 21 #include <media/videobuf2-dma-contig.h> 23 #include "vdec.h" 42 return get_output_size(sess->width, sess->height); in amvdec_get_output_size() 48 struct amvdec_codec_ops *codec_ops = sess->fmt_out->codec_ops; in vdec_codec_needs_recycle() [all …]
|
/Linux-v6.1/drivers/clk/meson/ |
D | gxbb.c | 1 // SPDX-License-Identifier: GPL-2.0 7 #include <linux/clk-provider.h> 14 #include "clk-regmap.h" 15 #include "clk-pll.h" 16 #include "clk-mpll.h" 17 #include "meson-eeclk.h" 18 #include "vid-pll-div.h" 229 * On gxl, there is a register shift due to 543 * GXL and GXBB have different gp0_pll_dco (with 549 .index = -1, [all …]
|