Lines Matching full:powervr

37  * pvr_device_reg_init() - Initialize kernel access to a PowerVR device's
39 * @pvr_dev: Target PowerVR device.
74 * pvr_device_clk_init() - Initialize clocks required by a PowerVR device
75 * @pvr_dev: Target PowerVR device.
80 * Three clocks are required by the PowerVR device: core, sys and mem. On
125 * @pvr_dev: PowerVR device to check
192 * pvr_device_irq_init() - Initialise IRQ required by a PowerVR device
193 * @pvr_dev: Target PowerVR device.
222 * pvr_device_irq_fini() - Deinitialise IRQ required by a PowerVR device
223 * @pvr_dev: Target PowerVR device.
232 * pvr_build_firmware_filename() - Construct a PowerVR firmware filename
233 * @pvr_dev: Target PowerVR device.
237 * A PowerVR firmware filename consists of three parts separated by underscores
241 * a 'v' prefix, e.g. powervr/rogue_4.40.2.51_v1.fw.
269 * pvr_request_firmware() - Load firmware for a PowerVR device
270 * @pvr_dev: Target PowerVR device.
287 filename = pvr_build_firmware_filename(pvr_dev, "powervr/rogue", in pvr_request_firmware()
317 * pvr_load_gpu_id() - Load a PowerVR device's GPU ID (BVNC) from control registers.
321 * @pvr_dev: Target PowerVR device.
353 * pvr_set_dma_info() - Set PowerVR device DMA information
354 * @pvr_dev: Target PowerVR device.
356 * Sets the DMA mask and max segment size for the PowerVR device.
389 * pvr_device_gpu_init() - GPU-specific initialization for a PowerVR device
390 * @pvr_dev: Target PowerVR device.
459 * pvr_device_gpu_fini() - GPU-specific deinitialization for a PowerVR device
460 * @pvr_dev: Target PowerVR device.
474 * pvr_device_init() - Initialize a PowerVR device
475 * @pvr_dev: Target PowerVR device.
545 * pvr_device_fini() - Deinitialize a PowerVR device
546 * @pvr_dev: Target PowerVR device.