Home
last modified time | relevance | path

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

12

/linux-6.15/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_packet_manager.c90 *rlib_size += pm->pmf->runlist_size; in pm_calc_rlib_size()
185 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib()
193 pm->pmf->map_queues_size, in pm_create_runlist_ib()
205 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib()
214 pm->pmf->map_queues_size, in pm_create_runlist_ib()
258 pm->pmf = &kfd_vi_pm_funcs; in pm_init()
267 pm->pmf = &kfd_v9_pm_funcs; in pm_init()
302 size = pm->pmf->set_resources_size; in pm_send_set_resources()
378 size = pm->pmf->query_status_size; in pm_send_query_status()
467 size = pm->pmf->unmap_queues_size; in pm_send_unmap_queue()
[all …]
H A Dkfd_device_queue_manager.c584 const struct packet_manager_funcs *pmf = qpd->dqm->packet_mgr.pmf; in flush_texture_cache_nocpsch() local
590 ret = pmf->release_mem(qpd->ib_base, (uint32_t *)qpd->ib_kaddr); in flush_texture_cache_nocpsch()
596 pmf->release_mem_size / sizeof(uint32_t)); in flush_texture_cache_nocpsch()
H A Dkfd_priv.h1419 const struct packet_manager_funcs *pmf; member
/linux-6.15/drivers/platform/x86/amd/pmf/
H A Dsps.c272 mode = amd_pmf_get_pprof_modes(pmf); in amd_pmf_set_sps_power_limits()
276 if (pmf->pmf_if_version == PMF_IF_V2) in amd_pmf_set_sps_power_limits()
284 bool is_pprof_balanced(struct amd_pmf_dev *pmf) in is_pprof_balanced() argument
292 struct amd_pmf_dev *pmf = dev_get_drvdata(dev); in amd_pmf_profile_get() local
294 *profile = pmf->current_profile; in amd_pmf_profile_get()
302 switch (pmf->current_profile) { in amd_pmf_get_pprof_modes()
315 dev_err(pmf->dev, "Unknown Platform Profile.\n"); in amd_pmf_get_pprof_modes()
375 struct amd_pmf_dev *pmf = dev_get_drvdata(dev); in amd_pmf_profile_set() local
378 pmf->current_profile = profile; in amd_pmf_profile_set()
382 ret = amd_pmf_power_slider_update_event(pmf); in amd_pmf_profile_set()
[all …]
H A Dcore.c58 struct amd_pmf_dev *pmf = container_of(nb, struct amd_pmf_dev, pwr_src_notifier); in amd_pmf_pwr_src_notify_call() local
63 if (is_apmf_func_supported(pmf, APMF_FUNC_AUTO_MODE) || in amd_pmf_pwr_src_notify_call()
64 is_apmf_func_supported(pmf, APMF_FUNC_DYN_SLIDER_DC) || in amd_pmf_pwr_src_notify_call()
65 is_apmf_func_supported(pmf, APMF_FUNC_DYN_SLIDER_AC)) { in amd_pmf_pwr_src_notify_call()
66 if ((pmf->amt_enabled || pmf->cnqf_enabled) && is_pprof_balanced(pmf)) in amd_pmf_pwr_src_notify_call()
70 if (is_apmf_func_supported(pmf, APMF_FUNC_STATIC_SLIDER_GRANULAR)) in amd_pmf_pwr_src_notify_call()
71 amd_pmf_set_sps_power_limits(pmf); in amd_pmf_pwr_src_notify_call()
73 if (is_apmf_func_supported(pmf, APMF_FUNC_OS_POWER_SLIDER_UPDATE)) in amd_pmf_pwr_src_notify_call()
74 amd_pmf_power_slider_update_event(pmf); in amd_pmf_pwr_src_notify_call()
H A DMakefile7 obj-$(CONFIG_AMD_PMF) += amd-pmf.o
8 amd-pmf-y := core.o acpi.o sps.o \
H A Dpmf.h783 int amd_pmf_get_pprof_modes(struct amd_pmf_dev *pmf);
789 bool is_pprof_balanced(struct amd_pmf_dev *pmf);
796 int amd_pmf_set_sps_power_limits(struct amd_pmf_dev *pmf);
/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c515 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in amdgpu_gfx_disable_kcq()
530 kiq->pmf->kiq_unmap_queues(kiq_ring, in amdgpu_gfx_disable_kcq()
567 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in amdgpu_gfx_disable_kgq()
583 kiq->pmf->kiq_unmap_queues(kiq_ring, in amdgpu_gfx_disable_kgq()
633 kiq->pmf->kiq_set_resources(kiq_ring, queue_mask); in amdgpu_gfx_mes_enable_kcq()
663 if (!kiq->pmf || !kiq->pmf->kiq_map_queues || !kiq->pmf->kiq_set_resources) in amdgpu_gfx_enable_kcq()
689 kiq->pmf->set_resources_size); in amdgpu_gfx_enable_kcq()
696 kiq->pmf->kiq_set_resources(kiq_ring, queue_mask); in amdgpu_gfx_enable_kcq()
699 kiq->pmf->kiq_map_queues(kiq_ring, in amdgpu_gfx_enable_kcq()
723 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in amdgpu_gfx_enable_kgq()
[all …]
H A Damdgpu_amdkfd.c795 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in amdgpu_amdkfd_unmap_hiq()
817 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in amdgpu_amdkfd_unmap_hiq()
823 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, RESET_QUEUES, 0, 0); in amdgpu_amdkfd_unmap_hiq()
H A Damdgpu_gmc.c732 ndw = kiq->pmf->invalidate_tlbs_size + 8; in amdgpu_gmc_flush_gpu_tlb_pasid()
735 ndw += kiq->pmf->invalidate_tlbs_size; in amdgpu_gmc_flush_gpu_tlb_pasid()
738 ndw += kiq->pmf->invalidate_tlbs_size; in amdgpu_gmc_flush_gpu_tlb_pasid()
747 kiq->pmf->kiq_invalidate_tlbs(ring, pasid, 2, all_hub); in amdgpu_gmc_flush_gpu_tlb_pasid()
750 kiq->pmf->kiq_invalidate_tlbs(ring, pasid, 0, all_hub); in amdgpu_gmc_flush_gpu_tlb_pasid()
752 kiq->pmf->kiq_invalidate_tlbs(ring, pasid, flush_type, all_hub); in amdgpu_gmc_flush_gpu_tlb_pasid()
H A Dmes_v11_0.c1252 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in mes_v11_0_kiq_enable_queue()
1255 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in mes_v11_0_kiq_enable_queue()
1261 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring[0]); in mes_v11_0_kiq_enable_queue()
H A Dmes_v12_0.c1343 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in mes_v12_0_kiq_enable_queue()
1346 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in mes_v12_0_kiq_enable_queue()
1352 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring[0]); in mes_v12_0_kiq_enable_queue()
H A Dgfx_v9_0.c1066 adev->gfx.kiq[0].pmf = &gfx_v9_0_kiq_pm4_funcs; in gfx_v9_0_set_kiq_pm4_funcs()
5715 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v9_0_ring_preempt_ib()
5720 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v9_0_ring_preempt_ib()
5734 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, PREEMPT_QUEUES_NO_UNMAP, in gfx_v9_0_ring_preempt_ib()
7207 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v9_0_reset_kgq()
7252 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v9_0_reset_kcq()
7257 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v9_0_reset_kcq()
7262 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, RESET_QUEUES, in gfx_v9_0_reset_kcq()
7297 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in gfx_v9_0_reset_kcq()
7302 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v9_0_reset_kcq()
H A Dgfx_v9_4_3.c339 adev->gfx.kiq[i].pmf = &gfx_v9_4_3_kiq_pm4_funcs; in gfx_v9_4_3_set_kiq_pm4_funcs()
3526 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v9_4_3_reset_kcq()
3531 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v9_4_3_reset_kcq()
3536 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, RESET_QUEUES, in gfx_v9_4_3_reset_kcq()
3568 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in gfx_v9_4_3_reset_kcq()
3573 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v9_4_3_reset_kcq()
H A Damdgpu_gfx.h163 const struct kiq_pm4_funcs *pmf; member
H A Dgfx_v10_0.c3860 adev->gfx.kiq[0].pmf = &gfx_v10_0_kiq_pm4_funcs; in gfx_v10_0_set_kiq_pm4_funcs()
8837 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_ring_preempt_ib()
8842 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_ring_preempt_ib()
8851 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, PREEMPT_QUEUES_NO_UNMAP, in gfx_v10_0_ring_preempt_ib()
9504 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_reset_kgq()
9529 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v10_0_reset_kgq()
9559 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_reset_kcq()
9564 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_reset_kcq()
9569 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, RESET_QUEUES, in gfx_v10_0_reset_kcq()
9604 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size)) { in gfx_v10_0_reset_kcq()
[all …]
/linux-6.15/sound/aoa/core/
H A DMakefile5 gpio-pmf.o \
/linux-6.15/drivers/platform/x86/amd/
H A DMakefile11 obj-$(CONFIG_AMD_PMF) += pmf/
H A DKconfig7 source "drivers/platform/x86/amd/pmf/Kconfig"
/linux-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.c511 if (!fmd->pmf) in fimc_md_register_sensor_entities()
514 ret = pm_runtime_resume_and_get(fmd->pmf); in fimc_md_register_sensor_entities()
554 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities()
560 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities()
628 if (!fmd->pmf && fimc->pdev) in register_fimc_entity()
629 fmd->pmf = &fimc->pdev->dev; in register_fimc_entity()
1286 if (camclk->fmd->pmf == NULL) in cam_clk_prepare()
1289 return pm_runtime_resume_and_get(camclk->fmd->pmf); in cam_clk_prepare()
1296 if (camclk->fmd->pmf == NULL) in cam_clk_unprepare()
1299 pm_runtime_put_sync(camclk->fmd->pmf); in cam_clk_unprepare()
H A Dmedia-dev.h128 struct device *pmf; member
/linux-6.15/drivers/net/fddi/skfp/
H A DMakefile9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
/linux-6.15/drivers/net/ethernet/broadcom/bnx2x/
H A 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()
1100 if (bp->port.pmf) { in bnx2x_storm_stats_update()
1228 if (bp->port.pmf) in bnx2x_stats_update()
1328 if (bp->port.pmf) in bnx2x_stats_stop()
1336 if (bp->port.pmf) in bnx2x_stats_stop()
1407 if (!bp->port.pmf || !bp->port.port_stx) { in bnx2x_port_stats_base_init()
1590 if (bp->port.pmf && bp->port.port_stx) in bnx2x_memset_stats()
1624 if (!bp->stats_init && bp->port.pmf && bp->port.port_stx) in bnx2x_stats_init()
[all …]
H A Dbnx2x_cmn.c2077 return bnx2x_config_rss_eth(bp, bp->port.pmf || !CHIP_IS_E1x(bp)); in bnx2x_init_rss()
2435 bp->port.pmf = 1; in bnx2x_nic_load_pmf()
2442 bp->port.pmf = 0; in bnx2x_nic_load_pmf()
2445 DP(NETIF_MSG_LINK, "pmf %d\n", bp->port.pmf); in bnx2x_nic_load_pmf()
2849 if (bp->port.pmf) { in bnx2x_nic_load()
2892 if (bp->port.pmf) in bnx2x_nic_load()
2929 if (bp->port.pmf && (bp->state != BNX2X_STATE_DIAG)) in bnx2x_nic_load()
2961 bp->port.pmf = 0; in bnx2x_nic_load()
3127 bp->port.pmf = 0; in bnx2x_nic_unload()
H A Dbnx2x_main.c1618 if (bp->port.pmf) in bnx2x_hc_int_enable()
1679 if (bp->port.pmf) in bnx2x_igu_int_enable()
2588 if (bp->port.pmf) in bnx2x_cmng_fns_init()
2985 bp->port.pmf = 1; in bnx2x_pmf_update()
2986 DP(BNX2X_MSG_MCP, "pmf %d\n", bp->port.pmf); in bnx2x_pmf_update()
3340 if (bp->port.pmf) in bnx2x_pf_init()
4308 if ((bp->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bnx2x_attn_int_deasserted3()
4311 if (bp->port.pmf && in bnx2x_attn_int_deasserted3()
9231 if (!bp->port.pmf) in bnx2x_func_wait_started()
10384 if (bp->port.pmf) { in bnx2x_period_task()
[all …]

12