Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/imagination/
Dpvr_vm_mips.c164 if (start < ROGUE_FW_HEAP_BASE || in pvr_vm_mips_map()
165 start >= ROGUE_FW_HEAP_BASE + fw_dev->fw_heap_info.raw_size || in pvr_vm_mips_map()
166 end < ROGUE_FW_HEAP_BASE || in pvr_vm_mips_map()
167 end >= ROGUE_FW_HEAP_BASE + fw_dev->fw_heap_info.raw_size || in pvr_vm_mips_map()
Dpvr_rogue_heap_config.h87 #define ROGUE_FW_HEAP_BASE 0xE1C0000000ull macro
Dpvr_fw.c35 #define PVR_ROGUE_FW_MAIN_HEAP_BASE ROGUE_FW_HEAP_BASE
945 drm_mm_init(&fw_dev->fw_mm, ROGUE_FW_HEAP_BASE, fw_dev->fw_heap_info.raw_size); in pvr_fw_init()
946 fw_dev->fw_mm_base = ROGUE_FW_HEAP_BASE; in pvr_fw_init()