/linux-6.6.21/drivers/gpu/drm/msm/ |
D | msm_gem_vma.c | 15 struct msm_gem_address_space *aspace = container_of(kref, in msm_gem_address_space_destroy() local 26 void msm_gem_address_space_put(struct msm_gem_address_space *aspace) in msm_gem_address_space_put() 33 msm_gem_address_space_get(struct msm_gem_address_space *aspace) in msm_gem_address_space_get() 44 struct msm_gem_address_space *aspace = vma->aspace; in msm_gem_vma_purge() local 61 struct msm_gem_address_space *aspace = vma->aspace; in msm_gem_vma_map() local 96 struct msm_gem_address_space *aspace = vma->aspace; in msm_gem_vma_close() local 110 struct msm_gem_vma *msm_gem_vma_new(struct msm_gem_address_space *aspace) in msm_gem_vma_new() 127 struct msm_gem_address_space *aspace = vma->aspace; in msm_gem_vma_init() local 157 struct msm_gem_address_space *aspace; in msm_gem_address_space_create() local
|
D | msm_gem.c | 366 struct msm_gem_address_space *aspace) in add_vma() 383 struct msm_gem_address_space *aspace) in lookup_vma() 445 struct msm_gem_address_space *aspace, in get_vma_locked() 529 struct msm_gem_address_space *aspace) in msm_gem_get_vma_locked() 535 struct msm_gem_address_space *aspace, uint64_t *iova, in get_and_pin_iova_range_locked() 561 struct msm_gem_address_space *aspace, uint64_t *iova, in msm_gem_get_and_pin_iova_range() 575 struct msm_gem_address_space *aspace, uint64_t *iova) in msm_gem_get_and_pin_iova() 585 struct msm_gem_address_space *aspace, uint64_t *iova) in msm_gem_get_iova() 603 struct msm_gem_address_space *aspace) in clear_iova() 625 struct msm_gem_address_space *aspace, uint64_t iova) in msm_gem_set_iova() [all …]
|
D | msm_fb.c | 79 struct msm_gem_address_space *aspace, in msm_framebuffer_prepare() 102 struct msm_gem_address_space *aspace, in msm_framebuffer_cleanup() 119 struct msm_gem_address_space *aspace, int plane) in msm_framebuffer_iova()
|
D | msm_gem.h | 63 struct msm_gem_address_space *aspace; member 255 struct msm_gem_address_space *aspace; member
|
D | msm_kms.h | 146 struct msm_gem_address_space *aspace; member
|
D | msm_gpu.h | 242 struct msm_gem_address_space *aspace; member 367 struct msm_gem_address_space *aspace; member
|
D | msm_gpu.c | 822 struct msm_gem_address_space *aspace = NULL; in msm_gpu_create_private_address_space() local
|
D | msm_drv.c | 270 struct msm_gem_address_space *aspace; in msm_kms_init_aspace() local
|
/linux-6.6.21/drivers/staging/vme_user/ |
D | vme_fake.c | 48 u32 aspace; member 56 u32 aspace; member 156 dma_addr_t buf_base, u32 aspace, u32 cycle) in fake_slave_set() 225 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in fake_slave_get() 253 u32 aspace, u32 cycle, u32 dwidth) in fake_master_set() 339 u32 *aspace, u32 *cycle, u32 *dwidth) in __fake_master_get() 360 u32 *aspace, u32 *cycle, u32 *dwidth) in fake_master_get() 375 u32 aspace, u32 cycle) in fake_lm_check() 416 u32 aspace, u32 cycle) in fake_vmeread8() 449 u32 aspace, u32 cycle) in fake_vmeread16() [all …]
|
D | vme.c | 167 u32 aspace, cycle, dwidth; in vme_get_size() local 193 int vme_check_window(u32 aspace, unsigned long long vme_base, in vme_check_window() 362 dma_addr_t buf_base, u32 aspace, u32 cycle) in vme_slave_set() 412 dma_addr_t *buf_base, u32 *aspace, u32 *cycle) in vme_slave_get() 565 u32 aspace, u32 cycle, u32 dwidth) in vme_master_set() 616 u32 *aspace, u32 *cycle, u32 *dwidth) in vme_master_get() 1044 u32 aspace, u32 cycle, u32 dwidth) in vme_dma_vme_attribute() 1247 u32 aspace = vme_get_aspace(am); in vme_bus_error_handler() local 1270 struct vme_error_handler *vme_register_error_handler(struct vme_bridge *bridge, u32 aspace, in vme_register_error_handler() 1559 u32 aspace, u32 cycle) in vme_lm_set() [all …]
|
D | vme_tsi148.c | 468 dma_addr_t pci_base, u32 aspace, u32 cycle) in tsi148_slave_set() 611 dma_addr_t *pci_base, u32 *aspace, u32 *cycle) in tsi148_slave_get() 799 unsigned long long vme_base, unsigned long long size, u32 aspace, in tsi148_master_set() 1034 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in __tsi148_master_get() 1143 unsigned long long *vme_base, unsigned long long *size, u32 *aspace, in tsi148_master_get() 1163 u32 aspace, cycle, dwidth; in tsi148_master_read() local 1248 u32 aspace, cycle, dwidth; in tsi148_master_write() local 1402 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_src_attributes() 1500 u32 aspace, u32 cycle, u32 dwidth) in tsi148_dma_set_vme_dest_attributes() 1901 u32 aspace, u32 cycle) in tsi148_lm_set() [all …]
|
D | vme_user.h | 14 __u32 aspace; /* Address Space */ member 36 __u32 aspace; /* Address Space */ member
|
D | vme_bridge.h | 49 u32 aspace; member 86 u32 aspace; /* Address space of error window*/ member
|
/linux-6.6.21/drivers/gpu/drm/msm/disp/mdp4/ |
D | mdp4_kms.c | 123 struct msm_gem_address_space *aspace = kms->aspace; in mdp4_destroy() local 386 struct msm_gem_address_space *aspace; in mdp4_kms_init() local
|
/linux-6.6.21/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_encoder_phys_wb.c | 574 struct msm_gem_address_space *aspace; in dpu_encoder_phys_wb_prepare_wb_job() local 633 struct msm_gem_address_space *aspace; in dpu_encoder_phys_wb_cleanup_wb_job() local
|
D | dpu_formats.c | 807 struct msm_gem_address_space *aspace, in _dpu_format_populate_addrs_ubwc() 898 struct msm_gem_address_space *aspace, in _dpu_format_populate_addrs_linear() 928 struct msm_gem_address_space *aspace, in dpu_format_populate_layout()
|
D | dpu_plane.h | 37 struct msm_gem_address_space *aspace; member
|
D | dpu_kms.c | 1033 struct msm_gem_address_space *aspace; in _dpu_kms_mmu_init() local
|
D | dpu_plane.c | 1099 struct msm_gem_address_space *aspace = kms->base.aspace; in dpu_plane_sspp_atomic_update() local
|
/linux-6.6.21/drivers/gpu/drm/msm/adreno/ |
D | a2xx_gpu.c | 473 struct msm_gem_address_space *aspace; in a2xx_create_address_space() local
|
D | a6xx_gmu.h | 52 struct msm_gem_address_space *aspace; member
|
D | adreno_gpu.c | 208 struct msm_gem_address_space *aspace; in adreno_iommu_create_address_space() local
|
/linux-6.6.21/drivers/gpu/drm/msm/disp/mdp5/ |
D | mdp5_kms.c | 211 struct msm_gem_address_space *aspace = kms->aspace; in mdp5_kms_destroy() local 558 struct msm_gem_address_space *aspace; in mdp5_kms_init() local
|
/linux-6.6.21/drivers/gpu/drm/msm/dsi/ |
D | dsi_host.c | 150 struct msm_gem_address_space *aspace; member
|