Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.c353 struct a6xx_gmu_bo *hfi = gmu->hfi; in a6xx_hfi_init() local
354 struct a6xx_hfi_queue_table_header *table = hfi->virt; in a6xx_hfi_init()
355 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); in a6xx_hfi_init()
377 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset, in a6xx_hfi_init()
378 hfi->iova + offset, 0); in a6xx_hfi_init()
382 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset, in a6xx_hfi_init()
383 hfi->iova + offset, 4); in a6xx_hfi_init()
Da6xx_gmu.h59 struct a6xx_gmu_bo *hfi; member
Da6xx_gmu.c604 gmu_write(gmu, REG_A6XX_GMU_HFI_QTBL_ADDR, gmu->hfi->iova); in a6xx_gmu_fw_start()
1245 a6xx_gmu_memory_free(gmu, gmu->hfi); in a6xx_gmu_remove()
1289 gmu->hfi = a6xx_gmu_memory_alloc(gmu, SZ_16K); in a6xx_gmu_init()
1290 if (IS_ERR(gmu->hfi)) in a6xx_gmu_init()
1331 a6xx_gmu_memory_free(gmu, gmu->hfi); in a6xx_gmu_init()
/Linux-v5.4/drivers/media/platform/qcom/venus/
Dhfi_cmds.c28 struct hfi_enable *hfi = (struct hfi_enable *)&pkt->data[1]; in pkt_sys_idle_indicator() local
30 pkt->hdr.size = sizeof(*pkt) + sizeof(*hfi) + sizeof(u32); in pkt_sys_idle_indicator()
34 hfi->enable = enable; in pkt_sys_idle_indicator()
40 struct hfi_debug_config *hfi; in pkt_sys_debug_config() local
42 pkt->hdr.size = sizeof(*pkt) + sizeof(*hfi) + sizeof(u32); in pkt_sys_debug_config()
46 hfi = (struct hfi_debug_config *)&pkt->data[1]; in pkt_sys_debug_config()
47 hfi->config = config; in pkt_sys_debug_config()
48 hfi->mode = mode; in pkt_sys_debug_config()
117 struct hfi_enable *hfi = (struct hfi_enable *)&pkt->data[1]; in pkt_sys_power_control() local
119 pkt->hdr.size = sizeof(*pkt) + sizeof(*hfi) + sizeof(u32); in pkt_sys_power_control()
[all …]
DMakefile5 hfi_venus.o hfi_msgs.o hfi_cmds.o hfi.o \
Dhfi_msgs.c315 struct hfi_profile_level *hfi; in session_get_prop_profile_level() local
324 hfi = (struct hfi_profile_level *)&pkt->data[1]; in session_get_prop_profile_level()
325 profile_level->profile = hfi->profile; in session_get_prop_profile_level()
326 profile_level->level = hfi->level; in session_get_prop_profile_level()
/Linux-v5.4/Documentation/devicetree/bindings/display/msm/
Dgmu.txt19 * "hfi"
49 interrupt-names = "hfi", "gmu";
/Linux-v5.4/drivers/infiniband/hw/hfi1/
Ddebugfs.c529 int this_hfi, int hfi, u32 flag, const char *what) in check_dyn_flag() argument
533 mask = flag << (hfi ? CR_DYN_SHIFT : 0); in check_dyn_flag()
537 mask, hfi, what, in check_dyn_flag()
538 this_hfi == hfi ? "this" : "other"); in check_dyn_flag()
/Linux-v5.4/arch/arm64/boot/dts/qcom/
Dsdm845.dtsi2903 interrupt-names = "hfi", "gmu";