Searched +full:img +full:- +full:axe (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---5 $id: http://devicetree.org/schemas/gpu/img,powervr-rogue.yaml#6 $schema: http://devicetree.org/meta-schemas/core.yaml#8 title: Imagination Technologies PowerVR and IMG Rogue GPUs11 - Frank Binns <[email protected]>16 - enum:17 - ti,am62-gpu18 - const: img,img-axe # IMG AXE GPU model/revision is fully discoverable27 clock-names:[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT42 * DOC: PowerVR (Series 6 and later) and IMG Graphics Driver44 * This driver supports the following PowerVR/IMG graphics cores from Imagination Technologies:46 * * AXE-1-16M (found in Texas Instruments AM62)50 * pvr_ioctl_create_bo() - IOCTL to create a GEM buffer object.54 * @file: [IN] DRM file-private data.60 * * -%EINVAL if the value of &drm_pvr_ioctl_create_bo_args.size is zero62 * * -%EINVAL if any bits in &drm_pvr_ioctl_create_bo_args.flags that are64 * * -%EINVAL if any padding fields in &drm_pvr_ioctl_create_bo_args are not69 * userspace-accessible handle (see pvr_gem_object_into_handle()).[all …]
1 // SPDX-License-Identifier: GPL-2.0-only OR MIT5 * Copyright (C) 2020-2024 Texas Instruments Incorporated - https://www.ti.com/10 compatible = "mmio-sram";12 #address-cells = <1>;13 #size-cells = <1>;17 gic500: interrupt-controller@1800000 {18 compatible = "arm,gic-v3";19 #address-cells = <2>;20 #size-cells = <2>;22 #interrupt-cells = <3>;[all …]