| /linux/Documentation/gpu/imagination/ |
| H A D | uapi.rst | 7 :doc: PowerVR UAPI 20 :doc: PowerVR IOCTL interface 28 :doc: PowerVR IOCTL DEV_QUERY interface 56 :doc: PowerVR IOCTL CREATE_BO interface 67 :doc: PowerVR IOCTL GET_BO_MMAP_OFFSET interface 75 :doc: PowerVR IOCTL CREATE_VM_CONTEXT and DESTROY_VM_CONTEXT interfaces 84 :doc: PowerVR IOCTL VM_MAP and VM_UNMAP interfaces 93 :doc: PowerVR IOCTL CREATE_CONTEXT and DESTROY_CONTEXT interfaces 112 :doc: PowerVR IOCTL CREATE_FREE_LIST and DESTROY_FREE_LIST interfaces 123 :doc: PowerVR IOCTL CREATE_HWRT_DATASET and DESTROY_HWRT_DATASET interfaces [all …]
|
| H A D | index.rst | 2 drm/imagination PowerVR Graphics Driver 6 :doc: PowerVR (Series 6 and later) and IMG Graphics Driver
|
| /linux/Documentation/devicetree/bindings/gpu/ |
| H A D | img,powervr-sgx.yaml | 6 $id: http://devicetree.org/schemas/gpu/img,powervr-sgx.yaml# 9 title: Imagination Technologies PowerVR SGX GPUs 21 - const: img,powervr-sgx530 26 - const: img,powervr-sgx540 34 - const: img,powervr-sgx544 122 compatible = "ti,am6548-gpu", "img,powervr-sgx544"; 133 compatible = "allwinner,sun6i-a31-gpu", "img,powervr-sgx544";
|
| H A D | img,powervr-rogue.yaml | 5 $id: http://devicetree.org/schemas/gpu/img,powervr-rogue.yaml# 8 title: Imagination Technologies PowerVR and IMG Rogue GPUs
|
| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_gem.c | 66 * pvr_gem_object_flags_validate() - Verify that a collection of PowerVR GEM 68 * @flags: PowerVR GEM mapping/creation flags to validate. 117 * @pvr_obj: [IN] Target PowerVR-specific object. 163 * @pvr_file: PowerVR-specific file to which @handle is associated. 173 * * A pointer to the requested PowerVR-specific object on success, or 190 * pvr_gem_object_vmap() - Map a PowerVR GEM object into CPU virtual address 192 * @pvr_obj: Target PowerVR GEM object. 241 * pvr_gem_object_vunmap() - Unmap a PowerVR memory object from CPU virtual 243 * @pvr_obj: Target PowerVR GEM object. 277 * @pvr_obj: Target PowerVR GEM object. [all …]
|
| H A D | pvr_device.h | 44 * struct pvr_gpu_id - Hardware GPU ID information for a PowerVR device 72 * struct pvr_device - powervr-specific wrapper for &struct drm_device 351 * struct pvr_file - powervr-specific data to be assigned to &struct 363 * @pvr_dev: A reference to the powervr-specific wrapper for the 405 * PVR_HAS_FEATURE() - Tests whether a PowerVR device has a given feature 406 * @pvr_dev: [IN] Target PowerVR device. 419 * PVR_FEATURE_VALUE() - Gets a PowerVR device feature value 420 * @pvr_dev: [IN] Target PowerVR device. 447 * @pvr_dev: [IN] Target PowerVR device. 462 * @pvr_dev: [IN] Target PowerVR device. [all …]
|
| H A D | Kconfig | 5 tristate "Imagination Technologies PowerVR (Series 6 and later) & IMG Graphics" 18 Technologies PowerVR (Series 6 or later) or IMG GPU. 20 If "M" is selected, the module will be called powervr.
|
| H A D | pvr_drv.h | 10 #define PVR_DRIVER_NAME "powervr" 11 #define PVR_DRIVER_DESC "Imagination PowerVR (Series 6 and later) & IMG Graphics"
|
| H A D | pvr_fw_trace.c | 125 * @pvr_dev: Target PowerVR device
|
| H A D | pvr_queue.c | 1437 pvr_dev->sched_wq = alloc_workqueue("powervr-sched", WQ_UNBOUND, 0); in pvr_queue_device_init()
|
| /linux/include/uapi/drm/ |
| H A D | pvr_drm.h | 17 * DOC: PowerVR UAPI 19 * The PowerVR IOCTL argument structs have a few limitations in place, in 34 * In addition to the IOCTL argument structs, the PowerVR UAPI makes use of 77 * DOC: PowerVR IOCTL interface 81 * PVR_IOCTL() - Build a PowerVR IOCTL number 113 * DOC: PowerVR IOCTL DEV_QUERY interface 512 * DOC: PowerVR IOCTL CREATE_BO interface 573 * DOC: PowerVR IOCTL GET_BO_MMAP_OFFSET interface 597 * DOC: PowerVR IOCTL CREATE_VM_CONTEXT and DESTROY_VM_CONTEXT interfaces 627 * DOC: PowerVR IOCTL VM_MAP and VM_UNMAP interfaces [all …]
|
| /linux/arch/sh/drivers/dma/ |
| H A D | dma-pvr2.c | 5 * NEC PowerVR 2 (Dreamcast) DMA support 101 MODULE_DESCRIPTION("NEC PowerVR 2 DMA driver");
|
| H A D | Kconfig | 54 tristate "PowerVR 2 DMAC support"
|
| /linux/Documentation/fb/ |
| H A D | pvr2fb.rst | 2 pvr2fb - PowerVR 2 graphics frame buffer driver 5 This is a driver for PowerVR 2 based graphics frame buffers, such as the
|
| /linux/arch/arm/boot/dts/ti/omap/ |
| H A D | omap34xx.dtsi | 170 compatible = "ti,omap3430-gpu", "img,powervr-sgx530";
|
| H A D | am3517.dtsi | 168 compatible = "ti,omap3430-gpu", "img,powervr-sgx530";
|
| H A D | am33xx.dtsi | 643 compatible = "ti,omap3630-gpu", "img,powervr-sgx530";
|
| H A D | omap5.dtsi | 457 compatible = "ti,omap5432-gpu", "img,powervr-sgx544";
|
| H A D | am4372.dtsi | 723 compatible = "ti,omap3630-gpu", "img,powervr-sgx530";
|
| H A D | omap4.dtsi | 505 compatible = "ti,omap4430-gpu", "img,powervr-sgx540";
|
| H A D | dra7.dtsi | 854 compatible = "ti,am5728-gpu", "img,powervr-sgx544";
|
| /linux/drivers/gpu/drm/ci/ |
| H A D | gitlab-ci.yml | 134 - powervr
|
| /linux/drivers/video/fbdev/kyro/ |
| H A D | fbdev.c | 814 MODULE_DESCRIPTION("STG4000/Kyro/PowerVR 3 driver");
|
| /linux/Documentation/devicetree/bindings/ |
| H A D | vendor-prefixes.yaml | 1292 "^powervr,.*": 1293 description: PowerVR (deprecated, use img)
|
| /linux/drivers/video/fbdev/ |
| H A D | pvr2fb.c | 1149 MODULE_DESCRIPTION("Framebuffer driver for NEC PowerVR 2 based graphics boards");
|