Home
last modified time | relevance | path

Searched refs:RGA_IOMMU (Results 1 – 8 of 8) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/
H A Drga_hw_config.c276 .mmu = RGA_IOMMU,
352 .mmu = RGA_IOMMU,
H A Drga_mm.c494 case RGA_IOMMU: in rga_mm_unmap_virt_addr()
602 case RGA_IOMMU: in rga_mm_map_virt_addr()
662 if (internal_buffer->dma_buffer->scheduler->data->mmu == RGA_IOMMU) in rga_mm_unmap_phys_addr()
719 if (scheduler->data->mmu == RGA_IOMMU) { in rga_mm_map_phys_addr()
1037 if (job->scheduler->data->mmu == RGA_IOMMU) in rga_mm_is_need_mmu()
1357 case RGA_IOMMU: in rga_mm_get_buffer_info()
H A Drga_common.c600 case RGA_IOMMU: in rga_get_mmu_type_str()
H A Drga_iommu.c346 case RGA_IOMMU: in rga_iommu_bind()
H A Drga2_reg_info.c2202 if (scheduler->data->mmu == RGA_IOMMU) in rga2_soft_reset()
2219 if (scheduler->data->mmu == RGA_IOMMU) { in rga2_soft_reset()
2412 if (scheduler->data->mmu == RGA_IOMMU) in rga2_init_reg()
2566 if (scheduler->data->mmu != RGA_IOMMU) in rga2_set_reg()
H A Drga3_reg_info.c1763 if (scheduler->data->mmu == RGA_IOMMU) in rga3_soft_reset()
1779 if (scheduler->data->mmu == RGA_IOMMU) { in rga3_soft_reset()
2061 if (scheduler->data->mmu != RGA_IOMMU) in rga3_set_reg()
H A Drga_drv.c1429 if (scheduler->data->mmu == RGA_IOMMU) { in rga_drv_probe()
/OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/
H A Drga_hw_config.h16 RGA_IOMMU = 2, enumerator