Searched +full:7268 +full:- +full:v3d (Results 1 – 3 of 3) sorted by relevance
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 GPU10 - Eric Anholt <[email protected]>11 - Nicolas Saenz Julienne <[email protected]>15 pattern: '^gpu@[a-f0-9]+$'19 - brcm,2711-v3d20 - brcm,2712-v3d[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 /* Copyright (C) 2014-2018 Broadcom */5 * DOC: Broadcom V3D Graphics Driver7 * 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 render17 #include <linux/dma-mapping.h>32 #define DRIVER_NAME "v3d"33 #define DRIVER_DESC "Broadcom V3D graphics"48 struct v3d_dev *v3d = to_v3d_dev(dev); in v3d_get_param_ioctl() local[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 /* Copyright (C) 2017-2018 Broadcom */29 /* Hub registers for shared hardware between V3D cores. */76 /* GCA registers only exist in V3D < 41 */92 /* 7268 reset reg */130 /* Input Image U-Plane Address */140 /* Use these regs instead of the defaults (V3D 4.x only) */149 /* V3D 4.x only */152 /* Per-MMU registers. */217 /* Per-V3D-core registers */[all …]