Searched +full:bcm2835 +full:- +full:txp (Results 1 – 4 of 4) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/display/ |
D | brcm,bcm2835-txp.yaml | 1 # SPDX-License-Identifier: GPL-2.0 3 --- 4 $id: http://devicetree.org/schemas/display/brcm,bcm2835-txp.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom VC4 (VideoCore4) TXP (writeback) Controller 10 - Eric Anholt <eric@anholt.net> 14 const: brcm,bcm2835-txp 23 - compatible 24 - reg 25 - interrupts [all …]
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | bcm283x.dtsi | 1 #include <dt-bindings/pinctrl/bcm2835.h> 2 #include <dt-bindings/clock/bcm2835.h> 3 #include <dt-bindings/clock/bcm2835-aux.h> 4 #include <dt-bindings/gpio/gpio.h> 5 #include <dt-bindings/interrupt-controller/irq.h> 6 #include <dt-bindings/soc/bcm2835-pm.h> 8 /* firmware-provided startup stubs live here, where the secondary CPUs are 14 * bcm2835 and bcm2836 implementations, leaving the CPU configuration to 15 * bcm2835.dtsi and bcm2836.dtsi. 19 compatible = "brcm,bcm2835"; [all …]
|
D | bcm2711.dtsi | 1 // SPDX-License-Identifier: GPL-2.0 4 #include <dt-bindings/interrupt-controller/arm-gic.h> 5 #include <dt-bindings/soc/bcm2835-pm.h> 10 #address-cells = <2>; 11 #size-cells = <1>; 13 interrupt-parent = <&gicv2>; 16 compatible = "brcm,bcm2711-vc5"; 20 clk_27MHz: clk-27M { 21 #clock-cells = <0>; 22 compatible = "fixed-clock"; [all …]
|
/Linux-v5.10/drivers/gpu/drm/vc4/ |
D | vc4_txp.c | 1 // SPDX-License-Identifier: GPL-2.0 28 /* Base address of the output. Raster formats must be 4-byte aligned, 29 * T and LT must be 16-byte aligned or maybe utile-aligned (docs are 34 /* Pitch in bytes for raster images, 16-byte aligned. For tiled, it's 38 /* For T-tiled imgaes, DST_PITCH should be the number of tiles wide, 42 /* For LT-tiled images, DST_PITCH should be the number of utiles wide, 47 /* Pre-rotation width/height of the image. Must match HVS config. 49 * If TFORMAT and 32-bit, limit is 1920 for 32-bit and 3840 to 16-bit 50 * and width/height must be tile or utile-aligned as appropriate. If 66 /* Bits 22-23 are set to 0x01 */ [all …]
|