Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/imagination/
H A Dpvr_fw.c292 fw_dev->fw_heap_info.config_offset + in pvr_fw_create_fwif_connection_ctl()
541 fw_dev->fw_heap_info.config_offset + in pvr_fw_create_structures()
554 fw_dev->fw_heap_info.config_offset + in pvr_fw_create_structures()
667 u32 base_addr = private_data->base_addr & pvr_dev->fw_dev.fw_heap_info.offset_mask; in pvr_fw_process()
880 fw_dev->fw_heap_info.gpu_addr = PVR_ROGUE_FW_MAIN_HEAP_BASE; in pvr_fw_heap_info_init()
881 fw_dev->fw_heap_info.log2_size = log2_size; in pvr_fw_heap_info_init()
882 fw_dev->fw_heap_info.reserved_size = reserved_size; in pvr_fw_heap_info_init()
883 fw_dev->fw_heap_info.raw_size = 1 << fw_dev->fw_heap_info.log2_size; in pvr_fw_heap_info_init()
884 fw_dev->fw_heap_info.offset_mask = fw_dev->fw_heap_info.raw_size - 1; in pvr_fw_heap_info_init()
885 fw_dev->fw_heap_info.config_offset = fw_dev->fw_heap_info.raw_size - in pvr_fw_heap_info_init()
[all …]
H A Dpvr_rogue_mips.h28 #define ROGUE_MIPSFW_LOG2_PAGETABLE_SIZE_4K(pvr_dev) ((pvr_dev)->fw_dev.fw_heap_info.log2_size - \
31 #define ROGUE_MIPSFW_LOG2_PAGETABLE_SIZE_64K(pvr_dev) ((pvr_dev)->fw_dev.fw_heap_info.log2_size - \
H A Dpvr_fw.h355 } fw_heap_info; member
H A Dpvr_fw_mips.c226 return ((fw_obj->fw_addr_offset + offset) & pvr_dev->fw_dev.fw_heap_info.offset_mask) | in pvr_mips_get_fw_addr_with_offset()
H A Dpvr_fw_meta.c364 return fw_obj->fw_addr_offset + fw_dev->fw_heap_info.gpu_addr; in get_fw_obj_gpu_addr()