Home
last modified time | relevance | path

Searched refs:pmf (Results 1 – 21 of 21) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_packet_manager.c70 map_queue_size = pm->pmf->map_queues_size; in pm_calc_rlib_size()
72 *rlib_size = process_count * pm->pmf->map_process_size + in pm_calc_rlib_size()
80 *rlib_size += pm->pmf->runlist_size; in pm_calc_rlib_size()
156 retval = pm->pmf->map_process(pm, &rl_buffer[rl_wptr], qpd); in pm_create_runlist_ib()
161 inc_wptr(&rl_wptr, pm->pmf->map_process_size, in pm_create_runlist_ib()
171 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib()
179 pm->pmf->map_queues_size, in pm_create_runlist_ib()
190 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib()
199 pm->pmf->map_queues_size, in pm_create_runlist_ib()
209 retval = pm->pmf->runlist(pm, &rl_buffer[rl_wptr], in pm_create_runlist_ib()
[all …]
Dkfd_device_queue_manager.c232 const struct packet_manager_funcs *pmf = qpd->dqm->packets.pmf; in flush_texture_cache_nocpsch() local
238 ret = pmf->release_mem(qpd->ib_base, (uint32_t *)qpd->ib_kaddr); in flush_texture_cache_nocpsch()
244 pmf->release_mem_size / sizeof(uint32_t)); in flush_texture_cache_nocpsch()
Dkfd_priv.h940 const struct packet_manager_funcs *pmf; member
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c473 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in amdgpu_gfx_disable_kcq()
476 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in amdgpu_gfx_disable_kcq()
481 kiq->pmf->kiq_unmap_queues(kiq_ring, &adev->gfx.compute_ring[i], in amdgpu_gfx_disable_kcq()
494 if (!kiq->pmf || !kiq->pmf->kiq_map_queues || !kiq->pmf->kiq_set_resources) in amdgpu_gfx_enable_kcq()
515 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in amdgpu_gfx_enable_kcq()
517 kiq->pmf->set_resources_size); in amdgpu_gfx_enable_kcq()
523 kiq->pmf->kiq_set_resources(kiq_ring, queue_mask); in amdgpu_gfx_enable_kcq()
525 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.compute_ring[i]); in amdgpu_gfx_enable_kcq()
Damdgpu_gfx.h92 const struct kiq_pm4_funcs *pmf; member
Dgfx_v10_0.c358 adev->gfx.kiq.pmf = &gfx_v10_0_kiq_pm4_funcs; in gfx_v10_0_set_kiq_pm4_funcs()
3158 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in gfx_v10_0_kiq_enable_kgq()
3161 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size * in gfx_v10_0_kiq_enable_kgq()
3169 kiq->pmf->kiq_map_queues(kiq_ring, &adev->gfx.gfx_ring[i]); in gfx_v10_0_kiq_enable_kgq()
3789 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_kiq_disable_kgq()
3792 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size * in gfx_v10_0_kiq_disable_kgq()
3797 kiq->pmf->kiq_unmap_queues(kiq_ring, &adev->gfx.gfx_ring[i], in gfx_v10_0_kiq_disable_kgq()
4647 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_ring_preempt_ib()
4650 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) in gfx_v10_0_ring_preempt_ib()
4657 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, PREEMPT_QUEUES_NO_UNMAP, in gfx_v10_0_ring_preempt_ib()
/Linux-v5.4/sound/aoa/core/
DMakefile5 gpio-pmf.o \
/Linux-v5.4/drivers/media/platform/exynos4-is/
Dmedia-dev.c483 if (!fmd->pmf) in fimc_md_register_sensor_entities()
486 ret = pm_runtime_get_sync(fmd->pmf); in fimc_md_register_sensor_entities()
528 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities()
534 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities()
602 if (!fmd->pmf && fimc->pdev) in register_fimc_entity()
603 fmd->pmf = &fimc->pdev->dev; in register_fimc_entity()
1281 if (camclk->fmd->pmf == NULL) in cam_clk_prepare()
1284 ret = pm_runtime_get_sync(camclk->fmd->pmf); in cam_clk_prepare()
1292 if (camclk->fmd->pmf == NULL) in cam_clk_unprepare()
1295 pm_runtime_put_sync(camclk->fmd->pmf); in cam_clk_unprepare()
Dmedia-dev.h129 struct device *pmf; member
/Linux-v5.4/drivers/net/fddi/skfp/
DMakefile9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_stats.c226 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_stats_pmf_update()
275 if (!bp->link_vars.link_up || !bp->port.pmf) { in bnx2x_port_stats_init()
519 if (bp->port.pmf) in bnx2x_stats_start()
1099 if (bp->port.pmf) { in bnx2x_storm_stats_update()
1227 if (bp->port.pmf) in bnx2x_stats_update()
1327 if (bp->port.pmf) in bnx2x_stats_stop()
1335 if (bp->port.pmf) in bnx2x_stats_stop()
1406 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_port_stats_base_init()
1589 if (bp->port.pmf && bp->port.port_stx) in bnx2x_memset_stats()
1623 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
[all …]
Dbnx2x_cmn.c2062 return bnx2x_config_rss_eth(bp, bp->port.pmf || !CHIP_IS_E1x(bp)); in bnx2x_init_rss()
2416 bp->port.pmf = 1; in bnx2x_nic_load_pmf()
2423 bp->port.pmf = 0; in bnx2x_nic_load_pmf()
2426 DP(NETIF_MSG_LINK, "pmf %d\n", bp->port.pmf); in bnx2x_nic_load_pmf()
2828 if (bp->port.pmf) { in bnx2x_nic_load()
2871 if (bp->port.pmf) in bnx2x_nic_load()
2908 if (bp->port.pmf && (bp->state != BNX2X_STATE_DIAG)) in bnx2x_nic_load()
2940 bp->port.pmf = 0; in bnx2x_nic_load()
3102 bp->port.pmf = 0; in bnx2x_nic_unload()
Dbnx2x_main.c1598 if (bp->port.pmf) in bnx2x_hc_int_enable()
1659 if (bp->port.pmf) in bnx2x_igu_int_enable()
2568 if (bp->port.pmf) in bnx2x_cmng_fns_init()
2965 bp->port.pmf = 1; in bnx2x_pmf_update()
2966 DP(BNX2X_MSG_MCP, "pmf %d\n", bp->port.pmf); in bnx2x_pmf_update()
3320 if (bp->port.pmf) in bnx2x_pf_init()
4163 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0()
4288 if ((bp->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bnx2x_attn_int_deasserted3()
4291 if (bp->port.pmf && in bnx2x_attn_int_deasserted3()
9211 if (!bp->port.pmf) in bnx2x_func_wait_started()
[all …]
Dbnx2x_dcb.c1028 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()
Dbnx2x_ethtool.c1211 if (!bp->port.pmf) in bnx2x_nway_reset()
1824 !bp->port.pmf) { in bnx2x_set_eeprom()
Dbnx2x.h1001 u32 pmf; member
/Linux-v5.4/Documentation/admin-guide/
Ddynamic-debug-howto.rst284 modprobe foo dyndbg==pmf # override previous settings
/Linux-v5.4/drivers/net/wireless/ath/ath10k/
Dwmi.h6354 u32 pmf; member
Dwmi.c1642 .pmf = WMI_PEER_PMF,
1680 .pmf = WMI_10_2_PEER_PMF,
Dwmi-tlv.c4384 .pmf = WMI_TLV_PEER_PMF,
Dmac.c2215 arg->peer_flags |= ar->wmi.peer_flags->pmf; in ath10k_peer_assoc_h_crypto()