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 <eric@anholt.net>11 - Nicolas Saenz Julienne <nsaenzjulienne@suse.de>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"42 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 */21 /* Hub registers for shared hardware between V3D cores. */68 /* GCA registers only exist in V3D < 41 */84 /* 7268 reset reg */122 /* Input Image U-Plane Address */132 /* Use these regs instead of the defaults (V3D 4.x only) */141 /* V3D 4.x only */144 /* Per-MMU registers. */209 /* Per-V3D-core registers */[all …]