/Linux-v6.6/drivers/media/platform/qcom/venus/ |
D | hfi_cmds.c | 29 struct hfi_enable *hfi = (struct hfi_enable *)&pkt->data[1]; in pkt_sys_idle_indicator() local 31 pkt->hdr.size = struct_size(pkt, data, 1) + sizeof(*hfi); in pkt_sys_idle_indicator() 35 hfi->enable = enable; in pkt_sys_idle_indicator() 41 struct hfi_debug_config *hfi; in pkt_sys_debug_config() local 43 pkt->hdr.size = struct_size(pkt, data, 1) + sizeof(*hfi); in pkt_sys_debug_config() 47 hfi = (struct hfi_debug_config *)&pkt->data[1]; in pkt_sys_debug_config() 48 hfi->config = config; in pkt_sys_debug_config() 49 hfi->mode = mode; in pkt_sys_debug_config() 61 void pkt_sys_ubwc_config(struct hfi_sys_set_property_pkt *pkt, const struct hfi_ubwc_config *hfi) in pkt_sys_ubwc_config() argument 63 pkt->hdr.size = struct_size(pkt, data, 1) + sizeof(*hfi); in pkt_sys_ubwc_config() [all …]
|
D | Makefile | 5 hfi_venus.o hfi_msgs.o hfi_cmds.o hfi.o \
|
D | hfi_msgs.c | 363 struct hfi_profile_level *hfi; in session_get_prop_profile_level() local 372 hfi = (struct hfi_profile_level *)&pkt->data[0]; in session_get_prop_profile_level() 373 profile_level->profile = hfi->profile; in session_get_prop_profile_level() 374 profile_level->level = hfi->level; in session_get_prop_profile_level()
|
D | hfi_cmds.h | 259 void pkt_sys_ubwc_config(struct hfi_sys_set_property_pkt *pkt, const struct hfi_ubwc_config *hfi);
|
/Linux-v6.6/drivers/gpu/drm/msm/adreno/ |
D | a6xx_hfi.c | 736 struct a6xx_gmu_bo *hfi = &gmu->hfi; in a6xx_hfi_init() local 737 struct a6xx_hfi_queue_table_header *table = hfi->virt; in a6xx_hfi_init() 738 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); in a6xx_hfi_init() 760 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset, in a6xx_hfi_init() 761 hfi->iova + offset, 0); in a6xx_hfi_init() 765 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset, in a6xx_hfi_init() 766 hfi->iova + offset, gmu->legacy ? 4 : 1); in a6xx_hfi_init()
|
D | a6xx_gmu.h | 65 struct a6xx_gmu_bo hfi; member
|
D | a6xx_gmu.c | 783 gmu_write(gmu, REG_A6XX_GMU_HFI_QTBL_ADDR, gmu->hfi.iova); in a6xx_gmu_fw_start() 1137 msm_gem_kernel_put(gmu->hfi.obj, gmu->aspace); in a6xx_gmu_memory_free() 1656 ret = a6xx_gmu_memory_alloc(gmu, &gmu->hfi, SZ_16K, 0, "hfi"); in a6xx_gmu_init()
|
D | a6xx_gpu_state.c | 1048 a6xx_state->gmu_hfi = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.hfi); in a6xx_gpu_state_get()
|
/Linux-v6.6/drivers/thermal/intel/ |
D | intel_hfi.c | 254 u64 new_timestamp, msr, hfi; in intel_hfi_process_event() local 284 hfi = msr & PACKAGE_THERM_STATUS_HFI_UPDATED; in intel_hfi_process_event() 285 if (!hfi) { in intel_hfi_process_event()
|
/Linux-v6.6/tools/power/x86/intel-speed-select/ |
D | Build | 1 intel-speed-select-y += isst-config.o isst-core.o isst-display.o isst-daemon.o hfi-events.o isst-c…
|
/Linux-v6.6/Documentation/arch/x86/ |
D | index.rst | 24 intel-hfi
|
/Linux-v6.6/drivers/infiniband/hw/hfi1/ |
D | debugfs.c | 487 int this_hfi, int hfi, u32 flag, const char *what) in check_dyn_flag() argument 491 mask = flag << (hfi ? CR_DYN_SHIFT : 0); in check_dyn_flag() 495 mask, hfi, what, in check_dyn_flag() 496 this_hfi == hfi ? "this" : "other"); in check_dyn_flag()
|
/Linux-v6.6/arch/arm64/boot/dts/qcom/ |
D | sm6350.dtsi | 1429 interrupt-names = "hfi",
|
D | sc8180x.dtsi | 2267 interrupt-names = "hfi", "gmu";
|
D | sm8350.dtsi | 1924 interrupt-names = "hfi", "gmu";
|
D | sc7180.dtsi | 2194 interrupt-names = "hfi", "gmu";
|
D | sm8150.dtsi | 2275 interrupt-names = "hfi", "gmu";
|
D | sc8280xp.dtsi | 2427 interrupt-names = "hfi", "gmu";
|
D | sdm845.dtsi | 4873 interrupt-names = "hfi", "gmu";
|
D | sm8250.dtsi | 2672 interrupt-names = "hfi", "gmu";
|
D | sc7280.dtsi | 2655 interrupt-names = "hfi", "gmu";
|