Home
last modified time | relevance | path

Searched refs:dma_mask (Results 1 - 15 of 15) sorted by relevance

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Ddma-mapping.h396 if (dev->dma_mask && *dev->dma_mask) { in dma_get_mask()
397 return *dev->dma_mask; in dma_get_mask()
419 * does not have dev->dma_mask appropriately setup.
423 dev->dma_mask = &dev->coherent_dma_mask; in dma_coerce_mask_and_coherent()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/arm/
H A Darm.c302 .dev.dma_mask = &mali_gpu_device.dev.coherent_dma_mask,
515 * For example 3.10 didn't include device->dev.dma_mask parameter setting, in mali_platform_device_init()
517 * but in kernel 3.15 it include device->dev.dma_mask parameter setting, in mali_platform_device_init()
520 if (!device->dev.dma_mask) in mali_platform_device_init()
521 device->dev.dma_mask = &device->dev.coherent_dma_mask; in mali_platform_device_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/device/
H A Dmali_kbase_device.c163 /* Workaround a pre-3.13 Linux issue, where dma_mask is NULL when our in kbase_device_misc_init()
166 if (!kbdev->dev->dma_mask) { in kbase_device_misc_init()
167 kbdev->dev->dma_mask = &kbdev->dev->coherent_dma_mask; in kbase_device_misc_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/device/
H A Dmali_kbase_device.c262 /* Workaround a pre-3.13 Linux issue, where dma_mask is NULL when our in kbase_device_misc_init()
265 if (!kbdev->dev->dma_mask) in kbase_device_misc_init()
266 kbdev->dev->dma_mask = &kbdev->dev->coherent_dma_mask; in kbase_device_misc_init()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/osal/
H A Ddrv_osal_init_linux.c245 dev->dma_mask = &dev->coherent_dma_mask; in cipher_drv_mod_init()
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c223 pdevinfo.dma_mask = DMA_BIT_MASK(0x20); in snd_dw_hdmi_qp_probe()
H A Ddw-hdmi-qp.c2403 pdevinfo.dma_mask = DMA_BIT_MASK(0x20); in _dw_hdmi_probe()
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp-i2s-audio.c230 pdevinfo.dma_mask = DMA_BIT_MASK(32); in snd_dw_hdmi_qp_probe()
H A Ddw-hdmi-qp.c2294 pdevinfo.dma_mask = DMA_BIT_MASK(32); in __dw_hdmi_probe()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c195 /* Workaround a pre-3.13 Linux issue, where dma_mask is NULL when our in kbase_device_init()
198 if (!kbdev->dev->dma_mask) { in kbase_device_init()
199 kbdev->dev->dma_mask = &kbdev->dev->coherent_dma_mask; in kbase_device_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_device.c194 /* Workaround a pre-3.13 Linux issue, where dma_mask is NULL when our in kbase_device_init()
197 if (!kbdev->dev->dma_mask) in kbase_device_init()
198 kbdev->dev->dma_mask = &kbdev->dev->coherent_dma_mask; in kbase_device_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/platform/rk/
H A Drk.c575 pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask, pdev->dev.coherent_dma_mask = DMA_BIT_MASK(DMA_BIT_MASK_VALUE); in mali_platform_device_add_config()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/platform/rk/
H A Drk.c621 pdev->dev.dma_mask = &pdev->dev.coherent_dma_mask, in mali_platform_device_add_config()
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
H A Ddma-iommu.c544 static dma_addr_t iommu_dma_map_ext(struct device *dev, phys_addr_t phys, size_t size, int prot, u64 dma_mask) in iommu_dma_map_ext() argument
558 iova = iommu_dma_alloc_iova(domain, size, dma_mask, dev); in iommu_dma_map_ext()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c4358 .dma_mask = DMA_BIT_MASK(0x20), in dw_hdmi_register_hdcp()
4678 pdevinfo.dma_mask = DMA_BIT_MASK(0x20); in dw_hdmi_probe()
4693 pdevinfo.dma_mask = DMA_BIT_MASK(0x20); in dw_hdmi_probe()
4705 pdevinfo.dma_mask = 0; in dw_hdmi_probe()

Completed in 22 milliseconds