Home
last modified time | relevance | path

Searched refs:hfi (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/
H A 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) in pkt_sys_power_control()
428 struct hfi_uncompressed_format_select *hfi = prop_data; pkt_session_set_property_1x() local
602 struct hfi_bitrate *in = pdata, *hfi = prop_data; pkt_session_set_property_1x() local
626 struct hfi_h264_entropy_control *in = pdata, *hfi = prop_data; pkt_session_set_property_1x() local
[all...]
H A Dhfi_msgs.c12 #include "hfi.h"
316 struct hfi_profile_level *hfi; in session_get_prop_profile_level() local
325 hfi = (struct hfi_profile_level *)&pkt->data[1]; in session_get_prop_profile_level()
326 profile_level->profile = hfi->profile; in session_get_prop_profile_level()
327 profile_level->level = hfi->level; in session_get_prop_profile_level()
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/
H A Dhfi_cmds.c29 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()
127 struct hfi_enable *hfi = (struct hfi_enable *)&pkt->data[1]; pkt_sys_power_control() local
438 struct hfi_uncompressed_format_select *hfi = prop_data; pkt_session_set_property_1x() local
613 struct hfi_bitrate *in = pdata, *hfi = prop_data; pkt_session_set_property_1x() local
637 struct hfi_h264_entropy_control *in = pdata, *hfi = prop_data; pkt_session_set_property_1x() local
[all...]
H A Dhfi_msgs.c13 #include "hfi.h"
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()
H A Dhfi_cmds.h9 #include "hfi.h"
259 void pkt_sys_ubwc_config(struct hfi_sys_set_property_pkt *pkt, const struct hfi_ubwc_config *hfi);
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c567 struct a6xx_gmu_bo *hfi = &gmu->hfi; in a6xx_hfi_init() local
568 struct a6xx_hfi_queue_table_header *table = hfi->virt; in a6xx_hfi_init()
569 struct a6xx_hfi_queue_header *headers = hfi->virt + sizeof(*table); in a6xx_hfi_init()
591 a6xx_hfi_queue_init(&gmu->queues[0], &headers[0], hfi->virt + offset, in a6xx_hfi_init()
592 hfi->iova + offset, 0); in a6xx_hfi_init()
596 a6xx_hfi_queue_init(&gmu->queues[1], &headers[1], hfi->virt + offset, in a6xx_hfi_init()
597 hfi->iova + offset, gmu->legacy ? 4 : 1); in a6xx_hfi_init()
H A Da6xx_gmu.h59 struct a6xx_gmu_bo hfi; member
H A Da6xx_gmu.c773 gmu_write(gmu, REG_A6XX_GMU_HFI_QTBL_ADDR, gmu->hfi.iova); in a6xx_gmu_fw_start()
1115 msm_gem_kernel_put(gmu->hfi.obj, gmu->aspace, false); in a6xx_gmu_memory_free()
1513 ret = a6xx_gmu_memory_alloc(gmu, &gmu->hfi, SZ_16K, 0); in a6xx_gmu_init()
1538 gmu->hfi_irq = a6xx_gmu_get_irq(gmu, pdev, "hfi", a6xx_hfi_irq); in a6xx_gmu_init()
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/adreno/
H A Da6xx_hfi.c736 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()
H A Da6xx_gmu.h65 struct a6xx_gmu_bo hfi; member
H A Da6xx_gmu.c783 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()
1678 gmu->hfi_irq = a6xx_gmu_get_irq(gmu, pdev, "hfi", a6xx_hfi_irq); in a6xx_gmu_init()
H A Da6xx_gpu_state.c1048 a6xx_state->gmu_hfi = a6xx_snapshot_gmu_bo(a6xx_state, &a6xx_gpu->gmu.hfi); in a6xx_gpu_state_get()
1334 drm_puts(p, "gmu-hfi:\n"); in a6xx_show()
/kernel/linux/linux-6.6/drivers/thermal/intel/
H A Dintel_hfi.c22 #define pr_fmt(fmt) "intel-hfi: " fmt
257 u64 new_timestamp, msr, hfi; in intel_hfi_process_event() local
287 hfi = msr & PACKAGE_THERM_STATUS_HFI_UPDATED; in intel_hfi_process_event()
288 if (!hfi) { in intel_hfi_process_event()
624 hfi_updates_wq = create_singlethread_workqueue("hfi-updates"); in intel_hfi_init()
/kernel/linux/linux-5.10/include/uapi/rdma/
H A Drdma_user_ioctl.h38 #include <rdma/hfi/hfi1_ioctl.h>
/kernel/linux/linux-6.6/include/uapi/rdma/
H A Drdma_user_ioctl.h38 #include <rdma/hfi/hfi1_ioctl.h>
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/rdma/
H A Drdma_user_ioctl.h22 #include <rdma/hfi/hfi1_ioctl.h>
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/rdma/
H A Drdma_user_ioctl.h9 #include <rdma/hfi/hfi1_ioctl.h>
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/rdma/
H A Drdma_user_ioctl.h22 #include <rdma/hfi/hfi1_ioctl.h>
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/
H A Dcommon.h9 #include <rdma/hfi/hfi1_user.h>
H A Ddebugfs.c15 #include "hfi.h"
487 int this_hfi, int hfi, u32 flag, const char *what) in check_dyn_flag()
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()
486 check_dyn_flag(u64 scratch0, char *p, int size, int *used, int this_hfi, int hfi, u32 flag, const char *what) check_dyn_flag() argument
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/
H A Dcommon.h51 #include <rdma/hfi/hfi1_user.h>
H A Ddebugfs.c57 #include "hfi.h"
529 int this_hfi, int hfi, u32 flag, const char *what) in check_dyn_flag()
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()
528 check_dyn_flag(u64 scratch0, char *p, int size, int *used, int this_hfi, int hfi, u32 flag, const char *what) check_dyn_flag() argument

Completed in 21 milliseconds