Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c247 struct panthor_fw_section *shared_section; member
690 ptdev->fw->shared_section = section; in panthor_fw_load_section_entry()
856 if (!ptdev->fw->shared_section) { in panthor_fw_load()
877 u64 shared_mem_start = panthor_kernel_bo_gpuva(ptdev->fw->shared_section->mem); in iface_fw_to_cpu_addr()
878 size_t shared_mem_size = panthor_kernel_bo_size(ptdev->fw->shared_section->mem); in iface_fw_to_cpu_addr()
888 return ptdev->fw->shared_section->mem->kmap + offset; in iface_fw_to_cpu_addr()
897 u64 shared_section_sz = panthor_kernel_bo_size(ptdev->fw->shared_section->mem); in panthor_init_cs_iface()
910 cs_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_cs_iface()
955 u64 shared_section_sz = panthor_kernel_bo_size(ptdev->fw->shared_section->mem); in panthor_init_csg_iface()
965 csg_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_csg_iface()
[all …]