Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/panthor/
H A Dpanthor_fw.c240 struct panthor_fw_section *shared_section; member
628 ptdev->fw->shared_section = section; in panthor_fw_load_section_entry()
790 if (!ptdev->fw->shared_section) { in panthor_fw_load()
810 u64 shared_mem_start = panthor_kernel_bo_gpuva(ptdev->fw->shared_section->mem); in iface_fw_to_cpu_addr()
812 panthor_kernel_bo_size(ptdev->fw->shared_section->mem); in iface_fw_to_cpu_addr()
816 return ptdev->fw->shared_section->mem->kmap + (mcu_va - shared_mem_start); in iface_fw_to_cpu_addr()
825 u64 shared_section_sz = panthor_kernel_bo_size(ptdev->fw->shared_section->mem); in panthor_init_cs_iface()
837 cs_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_cs_iface()
888 csg_iface->control = ptdev->fw->shared_section->mem->kmap + iface_offset; in panthor_init_csg_iface()
936 if (!ptdev->fw->shared_section->mem->kmap) in panthor_fw_init_ifaces()
[all …]