| /linux/drivers/media/platform/qcom/venus/ |
| H A 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 …]
|
| H A D | Makefile | 5 hfi_venus.o hfi_msgs.o hfi_cmds.o hfi.o \
|
| H A D | hfi_cmds.h | 259 void pkt_sys_ubwc_config(struct hfi_sys_set_property_pkt *pkt, const struct hfi_ubwc_config *hfi);
|
| /linux/Documentation/arch/x86/ |
| H A D | index.rst | 24 intel-hfi 31 amd-hfi
|
| H A D | amd-hfi.rst | 124 .. kernel-doc:: drivers/platform/x86/amd/hfi/hfi.c
|
| /linux/drivers/gpu/drm/msm/adreno/ |
| H A D | a6xx_hfi.c | 1061 struct a6xx_gmu_bo *hfi = &gmu->hfi; in a6xx_hfi_init() local 1062 struct a6xx_hfi_queue_table_header *table = hfi->virt; in a6xx_hfi_init() 1063 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); in a6xx_hfi_init() 1086 a6xx_hfi_queue_init(&gmu->queues[idx], &headers[idx], hfi->virt + offset, in a6xx_hfi_init() 1087 hfi->iova + offset, 0); in a6xx_hfi_init() 1092 a6xx_hfi_queue_init(&gmu->queues[idx], &headers[idx], hfi->virt + offset, in a6xx_hfi_init() 1093 hfi->iova + offset, gmu->legacy ? 4 : 1); in a6xx_hfi_init() 1098 a6xx_hfi_queue_init(&gmu->queues[idx], &headers[idx], hfi->virt + offset, in a6xx_hfi_init() 1099 hfi->iova + offset, gmu->legacy ? 5 : 2); in a6xx_hfi_init()
|
| /linux/drivers/platform/x86/amd/hfi/ |
| H A D | Makefile | 7 amd_hfi-objs := hfi.o
|
| /linux/tools/power/x86/intel-speed-select/ |
| H A 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/drivers/platform/x86/amd/ |
| H A D | Makefile | 14 obj-$(CONFIG_AMD_HFI) += hfi/
|
| H A D | Kconfig | 9 source "drivers/platform/x86/amd/hfi/Kconfig"
|
| /linux/drivers/media/platform/qcom/iris/ |
| H A D | iris_hfi_gen1_command.c | 59 struct hfi_enable *hfi; in iris_hfi_gen1_sys_interframe_powercollapse() local 63 packet_size = struct_size(pkt, data, 1) + sizeof(*hfi); in iris_hfi_gen1_sys_interframe_powercollapse() 68 hfi = (struct hfi_enable *)&pkt->data[1]; in iris_hfi_gen1_sys_interframe_powercollapse() 74 hfi->enable = true; in iris_hfi_gen1_sys_interframe_powercollapse() 513 struct hfi_uncompressed_format_select *hfi = prop_data; in iris_hfi_gen1_packet_session_set_property() local 515 hfi->buffer_type = in->buffer_type; in iris_hfi_gen1_packet_session_set_property() 516 hfi->format = in->format; in iris_hfi_gen1_packet_session_set_property() 517 packet->shdr.hdr.size += sizeof(*hfi); in iris_hfi_gen1_packet_session_set_property()
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | debugfs.c | 459 int this_hfi, int hfi, u32 flag, const char *what) in check_dyn_flag() argument 463 mask = flag << (hfi ? CR_DYN_SHIFT : 0); in check_dyn_flag() 467 mask, hfi, what, in check_dyn_flag() 468 this_hfi == hfi ? "this" : "other"); in check_dyn_flag()
|
| /linux/Documentation/ |
| H A D | .renames.txt | 1149 x86/intel-hfi arch/x86/intel-hfi
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 172 0x6, 0, eax, 19, hfi , HW_FEEDBACK MSRs
|
| /linux/arch/arm64/boot/dts/qcom/ |
| H A D | monaco.dtsi | 5010 interrupt-names = "hfi", "gmu";
|
| H A D | hamoa.dtsi | 4208 interrupt-names = "hfi", "gmu";
|
| /linux/ |
| H A D | MAINTAINERS | 1157 F: Documentation/arch/x86/amd-hfi.rst 1158 F: drivers/platform/x86/amd/hfi/
|