Searched +full:7268 +full:- +full:v3d (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpu/ |
| D | brcm,bcm-v3d.txt | 1 Broadcom V3D GPU 3 Only the Broadcom V3D 3.x and newer GPUs are covered by this binding. 4 For V3D 2.x, see brcm,bcm-vc4.txt. 7 - compatible: Should be "brcm,7268-v3d" or "brcm,7278-v3d" 8 - reg: Physical base addresses and lengths of the register areas 9 - reg-names: Names for the register areas. The "hub" and "core0" 14 - interrupts: The interrupt numbers. The first interrupt is for the hub, 17 See bindings/interrupt-controller/interrupts.txt 20 - clocks: The core clock the unit runs on 21 - resets: The reset line for v3d, if not using a mapping of the bridge [all …]
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/gpu/ |
| D | brcm,bcm-v3d.yaml | 1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 3 --- 4 $id: http://devicetree.org/schemas/gpu/brcm,bcm-v3d.yaml# 5 $schema: http://devicetree.org/meta-schemas/core.yaml# 7 title: Broadcom V3D GPU 10 - Eric Anholt <eric@anholt.net> 11 - Nicolas Saenz Julienne <nsaenzjulienne@suse.de> 15 pattern: '^gpu@[a-f0-9]+$' 19 - brcm,2711-v3d 20 - brcm,7268-v3d [all …]
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/v3d/ |
| D | v3d_drv.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2014-2018 Broadcom */ 5 * DOC: Broadcom V3D Graphics Driver 7 * This driver supports the Broadcom V3D 3.3 and 4.1 OpenGL ES GPUs. 8 * For V3D 2.x support, see the VC4 driver. 10 * The V3D GPU includes a tiled render (composed of a bin and render 17 #include <linux/dma-mapping.h> 31 #define DRIVER_NAME "v3d" 32 #define DRIVER_DESC "Broadcom V3D graphics" 41 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_get_param_ioctl() local [all …]
|
| D | v3d_regs.h | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2017-2018 Broadcom */ 21 /* Hub registers for shared hardware between V3D cores. */ 82 /* 7268 reset reg */ 119 /* Input Image U-Plane Address */ 138 /* Per-MMU registers. */ 203 /* Per-V3D-core registers */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/v3d/ |
| D | v3d_drv.c | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2014-2018 Broadcom */ 5 * DOC: Broadcom V3D Graphics Driver 7 * This driver supports the Broadcom V3D 3.3 and 4.1 OpenGL ES GPUs. 8 * For V3D 2.x support, see the VC4 driver. 10 * The V3D GPU includes a tiled render (composed of a bin and render 17 #include <linux/dma-mapping.h> 34 #define DRIVER_NAME "v3d" 35 #define DRIVER_DESC "Broadcom V3D graphics" 45 struct v3d_dev *v3d = to_v3d_dev(drm); in v3d_runtime_suspend() local [all …]
|
| D | v3d_regs.h | 1 // SPDX-License-Identifier: GPL-2.0+ 2 /* Copyright (C) 2017-2018 Broadcom */ 21 /* Hub registers for shared hardware between V3D cores. */ 82 /* 7268 reset reg */ 119 /* Input Image U-Plane Address */ 138 /* Per-MMU registers. */ 203 /* Per-V3D-core registers */
|