| /linux/drivers/gpu/drm/imagination/ |
| H A D | pvr_device.c | 40 * pvr_device_reg_init() - Initialize kernel access to a PowerVR device's 42 * @pvr_dev: Target PowerVR device. 77 * pvr_device_clk_init() - Initialize clocks required by a PowerVR device 78 * @pvr_dev: Target PowerVR device. 83 * Three clocks are required by the PowerVR device: core, sys and mem. On 128 * @pvr_dev: PowerVR device to check 276 * pvr_device_irq_init() - Initialise IRQ required by a PowerVR device 277 * @pvr_dev: Target PowerVR device. 314 * pvr_device_irq_fini() - Deinitialise IRQ required by a PowerVR device 315 * @pvr_dev: Target PowerVR device. [all …]
|
| H A D | pvr_fw.c | 862 * @pvr_dev: Target PowerVR device. 884 * @pvr_dev: Target PowerVR device. 906 * @pvr_dev: Target PowerVR device. 928 * @pvr_dev: Target PowerVR device 930 * On successful completion of the function the PowerVR device will be 1040 * @pvr_dev: Target PowerVR device 1072 * @pvr_dev: Target PowerVR device 1089 * @pvr_dev: Target PowerVR device. 1319 * @pvr_dev: PowerVR device pointer. 1355 * @pvr_dev: PowerVR device pointer. [all …]
|
| H A D | pvr_drv.c | 42 * DOC: PowerVR (Series 6 and later) and IMG Graphics Driver 44 * This driver supports the following PowerVR/IMG graphics cores from Imagination Technologies: 1009 * valid PowerVR buffer object. 1103 * * -%ENOENT if there is currently no PowerVR buffer object mapped at 1300 * Allocates powervr-specific file private data (&struct pvr_file). 1326 * Store reference to powervr-specific outer device struct in file in pvr_drm_driver_open() 1339 * Store reference to powervr-specific file private data in DRM file in pvr_drm_driver_open() 1353 * Frees powervr-specific file private data (&struct pvr_file). 1533 MODULE_FIRMWARE("powervr/rogue_33.15.11.3_v1.fw"); 1534 MODULE_FIRMWARE("powervr/rogue_36.52.104.182_v1.fw"); [all …]
|
| H A D | pvr_vm.c | 39 * @pvr_dev: The PowerVR device to which this context is bound. 531 * @pvr_dev: Target PowerVR device. 590 is_userspace_context ? "PowerVR-user-VM" : "PowerVR-FW-VM", in pvr_vm_create_context() 708 * @pvr_obj: Target PowerVR memory object. 768 * @pvr_obj: Target PowerVR memory object. 823 * @pvr_obj: Target PowerVR memory object. 1095 * @pvr_dev: Target PowerVR device. 1148 * * The PowerVR buffer object mapped at @device_addr if one exists, or
|
| H A D | pvr_job.c | 314 * @pvr_file: PowerVR file. 374 * @pvr_file: PowerVR file. 477 * @pvr_dev: Target PowerVR device. 478 * @pvr_file: Pointer to PowerVR file structure. 690 * @pvr_dev: Target PowerVR device. 691 * @pvr_file: Pointer to PowerVR file structure.
|
| 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_power.c | 34 * @pvr_dev: Target PowerVR device. 243 * @pvr_dev: Target PowerVR device. 613 * @pvr_dev: Target PowerVR device.
|
| H A D | pvr_mmu.c | 80 * @pvr_dev: Target PowerVR device. 94 * @pvr_dev: Target PowerVR device. 107 * @pvr_dev: Target PowerVR device. 193 * DOC: PowerVR Virtual Memory Handling 196 * DOC: PowerVR Virtual Memory Handling (constants) 214 * Page size of a PowerVR device's integrated MMU. The CPU page size must be 226 * @pvr_dev: The PowerVR device to which this page is associated. **For 240 * @pvr_dev: Target PowerVR device. 879 * @pvr_dev: Target PowerVR device 1051 * @pvr_dev: Target PowerVR device [all …]
|
| H A D | pvr_fw_trace.c | 192 * @pvr_dev: Target PowerVR device
|
| /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/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";
|
| /linux/drivers/video/fbdev/kyro/ |
| H A D | fbdev.c | 814 MODULE_DESCRIPTION("STG4000/Kyro/PowerVR 3 driver");
|
| /linux/drivers/video/fbdev/ |
| H A D | pvr2fb.c | 1149 MODULE_DESCRIPTION("Framebuffer driver for NEC PowerVR 2 based graphics boards");
|