| /Linux-v5.15/drivers/gpu/drm/amd/amdkfd/ |
| D | kfd_packet_manager.c | 71 map_queue_size = pm->pmf->map_queues_size; in pm_calc_rlib_size() 73 *rlib_size = process_count * pm->pmf->map_process_size + in pm_calc_rlib_size() 81 *rlib_size += pm->pmf->runlist_size; in pm_calc_rlib_size() 157 retval = pm->pmf->map_process(pm, &rl_buffer[rl_wptr], qpd); in pm_create_runlist_ib() 162 inc_wptr(&rl_wptr, pm->pmf->map_process_size, in pm_create_runlist_ib() 172 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib() 180 pm->pmf->map_queues_size, in pm_create_runlist_ib() 191 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib() 200 pm->pmf->map_queues_size, in pm_create_runlist_ib() 210 retval = pm->pmf->runlist(pm, &rl_buffer[rl_wptr], in pm_create_runlist_ib() [all …]
|
| D | kfd_device_queue_manager.c | 276 const struct packet_manager_funcs *pmf = qpd->dqm->packet_mgr.pmf; in flush_texture_cache_nocpsch() local 282 ret = pmf->release_mem(qpd->ib_base, (uint32_t *)qpd->ib_kaddr); in flush_texture_cache_nocpsch() 288 pmf->release_mem_size / sizeof(uint32_t)); in flush_texture_cache_nocpsch()
|
| D | kfd_priv.h | 1068 const struct packet_manager_funcs *pmf; member
|
| /Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_gfx.c | 469 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in amdgpu_gfx_disable_kcq() 473 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in amdgpu_gfx_disable_kcq() 480 kiq->pmf->kiq_unmap_queues(kiq_ring, &adev->gfx.compute_ring[i], in amdgpu_gfx_disable_kcq() 508 if (!kiq->pmf || !kiq->pmf->kiq_map_queues || !kiq->pmf->kiq_set_resources) in amdgpu_gfx_enable_kcq() 529 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in amdgpu_gfx_enable_kcq() 531 kiq->pmf->set_resources_size); in amdgpu_gfx_enable_kcq() 538 kiq->pmf->kiq_set_resources(kiq_ring, queue_mask); in amdgpu_gfx_enable_kcq() 540 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.compute_ring[i]); in amdgpu_gfx_enable_kcq()
|
| D | mes_v10_1.c | 793 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) 796 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); 802 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring);
|
| D | gmc_v9_0.c | 879 unsigned int ndw = kiq->pmf->invalidate_tlbs_size + 8; in gmc_v9_0_flush_gpu_tlb_pasid() 882 ndw += kiq->pmf->invalidate_tlbs_size; in gmc_v9_0_flush_gpu_tlb_pasid() 888 kiq->pmf->kiq_invalidate_tlbs(ring, in gmc_v9_0_flush_gpu_tlb_pasid() 890 kiq->pmf->kiq_invalidate_tlbs(ring, in gmc_v9_0_flush_gpu_tlb_pasid()
|
| D | amdgpu_gfx.h | 112 const struct kiq_pm4_funcs *pmf; member
|
| D | gmc_v10_0.c | 423 amdgpu_ring_alloc(ring, kiq->pmf->invalidate_tlbs_size + 8); in gmc_v10_0_flush_gpu_tlb_pasid() 424 kiq->pmf->kiq_invalidate_tlbs(ring, in gmc_v10_0_flush_gpu_tlb_pasid()
|
| D | gfx_v10_0.c | 3725 adev->gfx.kiq.pmf = &gfx_v10_0_kiq_pm4_funcs; in gfx_v10_0_set_kiq_pm4_funcs() 6802 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in gfx_v10_0_kiq_enable_kgq() 6805 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in gfx_v10_0_kiq_enable_kgq() 6813 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.gfx_ring[i]); in gfx_v10_0_kiq_enable_kgq() 7548 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_kiq_disable_kgq() 7551 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in gfx_v10_0_kiq_disable_kgq() 7556 kiq->pmf->kiq_unmap_queues(kiq_ring, &adev->gfx.gfx_ring[i], in gfx_v10_0_kiq_disable_kgq() 8818 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_ring_preempt_ib() 8823 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_ring_preempt_ib() 8832 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, PREEMPT_QUEUES_NO_UNMAP, in gfx_v10_0_ring_preempt_ib()
|
| D | gfx_v9_0.c | 951 adev->gfx.kiq.pmf = &gfx_v9_0_kiq_pm4_funcs; in gfx_v9_0_set_kiq_pm4_funcs()
|
| /Linux-v5.15/sound/aoa/core/ |
| D | Makefile | 5 gpio-pmf.o \
|
| /Linux-v5.15/drivers/media/platform/exynos4-is/ |
| D | media-dev.c | 512 if (!fmd->pmf) in fimc_md_register_sensor_entities() 515 ret = pm_runtime_resume_and_get(fmd->pmf); in fimc_md_register_sensor_entities() 555 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities() 561 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities() 629 if (!fmd->pmf && fimc->pdev) in register_fimc_entity() 630 fmd->pmf = &fimc->pdev->dev; in register_fimc_entity() 1287 if (camclk->fmd->pmf == NULL) in cam_clk_prepare() 1290 return pm_runtime_resume_and_get(camclk->fmd->pmf); in cam_clk_prepare() 1297 if (camclk->fmd->pmf == NULL) in cam_clk_unprepare() 1300 pm_runtime_put_sync(camclk->fmd->pmf); in cam_clk_unprepare()
|
| D | media-dev.h | 129 struct device *pmf; member
|
| /Linux-v5.15/drivers/net/fddi/skfp/ |
| D | Makefile | 9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
| /Linux-v5.15/drivers/net/ethernet/broadcom/bnx2x/ |
| D | bnx2x_stats.c | 228 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_stats_pmf_update() 277 if (!bp->link_vars.link_up || !bp->port.pmf) { in bnx2x_port_stats_init() 521 if (bp->port.pmf) in bnx2x_stats_start() 1101 if (bp->port.pmf) { in bnx2x_storm_stats_update() 1229 if (bp->port.pmf) in bnx2x_stats_update() 1329 if (bp->port.pmf) in bnx2x_stats_stop() 1337 if (bp->port.pmf) in bnx2x_stats_stop() 1408 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_port_stats_base_init() 1591 if (bp->port.pmf && bp->port.port_stx) in bnx2x_memset_stats() 1625 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init() [all …]
|
| D | bnx2x_cmn.c | 2065 return bnx2x_config_rss_eth(bp, bp->port.pmf || !CHIP_IS_E1x(bp)); in bnx2x_init_rss() 2419 bp->port.pmf = 1; in bnx2x_nic_load_pmf() 2426 bp->port.pmf = 0; in bnx2x_nic_load_pmf() 2429 DP(NETIF_MSG_LINK, "pmf %d\n", bp->port.pmf); in bnx2x_nic_load_pmf() 2832 if (bp->port.pmf) { in bnx2x_nic_load() 2875 if (bp->port.pmf) in bnx2x_nic_load() 2912 if (bp->port.pmf && (bp->state != BNX2X_STATE_DIAG)) in bnx2x_nic_load() 2944 bp->port.pmf = 0; in bnx2x_nic_load() 3106 bp->port.pmf = 0; in bnx2x_nic_unload()
|
| D | bnx2x_main.c | 1608 if (bp->port.pmf) in bnx2x_hc_int_enable() 1669 if (bp->port.pmf) in bnx2x_igu_int_enable() 2578 if (bp->port.pmf) in bnx2x_cmng_fns_init() 2975 bp->port.pmf = 1; in bnx2x_pmf_update() 2976 DP(BNX2X_MSG_MCP, "pmf %d\n", bp->port.pmf); in bnx2x_pmf_update() 3330 if (bp->port.pmf) in bnx2x_pf_init() 4173 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0() 4298 if ((bp->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bnx2x_attn_int_deasserted3() 4301 if (bp->port.pmf && in bnx2x_attn_int_deasserted3() 9221 if (!bp->port.pmf) in bnx2x_func_wait_started() [all …]
|
| D | bnx2x_dcb.c | 1028 if ((!bp->port.pmf) && (!(bp->flags & BC_SUPPORTS_DCBX_MSG_NON_PMF))) in bnx2x_dcbx_init() 1040 bp->dcb_state, bp->port.pmf); in bnx2x_dcbx_init()
|
| D | bnx2x_ethtool.c | 1205 if (!bp->port.pmf) in bnx2x_nway_reset() 1818 !bp->port.pmf) { in bnx2x_set_eeprom()
|
| D | bnx2x.h | 1007 u32 pmf; member
|
| /Linux-v5.15/Documentation/admin-guide/ |
| D | dynamic-debug-howto.rst | 296 modprobe foo dyndbg==pmf # override previous settings
|
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
| D | wmi.h | 6407 u32 pmf; member
|
| D | wmi.c | 1656 .pmf = WMI_PEER_PMF, 1694 .pmf = WMI_10_2_PEER_PMF,
|
| D | wmi-tlv.c | 4614 .pmf = WMI_TLV_PEER_PMF,
|
| D | mac.c | 2224 arg->peer_flags |= ar->wmi.peer_flags->pmf; in ath10k_peer_assoc_h_crypto()
|