Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/qcom/venus/
Dhfi_cmds.c37 struct hfi_enable *hfi = (struct hfi_enable *)&pkt->data[1]; in pkt_sys_idle_indicator() local
39 pkt->hdr.size = sizeof(*pkt) + sizeof(*hfi) + sizeof(u32); in pkt_sys_idle_indicator()
43 hfi->enable = enable; in pkt_sys_idle_indicator()
49 struct hfi_debug_config *hfi; in pkt_sys_debug_config() local
51 pkt->hdr.size = sizeof(*pkt) + sizeof(*hfi) + sizeof(u32); in pkt_sys_debug_config()
55 hfi = (struct hfi_debug_config *)&pkt->data[1]; in pkt_sys_debug_config()
56 hfi->config = config; in pkt_sys_debug_config()
57 hfi->mode = mode; in pkt_sys_debug_config()
126 struct hfi_enable *hfi = (struct hfi_enable *)&pkt->data[1]; in pkt_sys_power_control() local
128 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.c324 struct hfi_profile_level *hfi; in session_get_prop_profile_level() local
333 hfi = (struct hfi_profile_level *)&pkt->data[1]; in session_get_prop_profile_level()
334 profile_level->profile = hfi->profile; in session_get_prop_profile_level()
335 profile_level->level = hfi->level; in session_get_prop_profile_level()
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.c404 struct a6xx_gmu_bo *hfi = gmu->hfi; in a6xx_hfi_init() local
405 struct a6xx_hfi_queue_table_header *table = hfi->virt; in a6xx_hfi_init()
406 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); in a6xx_hfi_init()
428 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset, in a6xx_hfi_init()
429 hfi->iova + offset, 0); in a6xx_hfi_init()
433 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset, in a6xx_hfi_init()
434 hfi->iova + offset, 4); in a6xx_hfi_init()
Da6xx_gmu.h62 struct a6xx_gmu_bo *hfi; member
Da6xx_gmu.c508 gmu_write(gmu, REG_A6XX_GMU_HFI_QTBL_ADDR, gmu->hfi->iova); in a6xx_gmu_fw_start()
1125 a6xx_gmu_memory_free(gmu, gmu->hfi); in a6xx_gmu_remove()
1162 gmu->hfi = a6xx_gmu_memory_alloc(gmu, SZ_16K); in a6xx_gmu_probe()
1163 if (IS_ERR(gmu->hfi)) in a6xx_gmu_probe()
1198 a6xx_gmu_memory_free(gmu, gmu->hfi); in a6xx_gmu_probe()
/Linux-v4.19/drivers/infiniband/hw/hfi1/
Ddebugfs.c481 int this_hfi, int hfi, u32 flag, const char *what) in check_dyn_flag() argument
485 mask = flag << (hfi ? CR_DYN_SHIFT : 0); in check_dyn_flag()
489 mask, hfi, what, in check_dyn_flag()
490 this_hfi == hfi ? "this" : "other"); in check_dyn_flag()