| /linux/drivers/gpu/drm/amd/amdkfd/ ! |
| H A D | kfd_packet_manager.c | 84 map_queue_size = pm->pmf->map_queues_size; in pm_calc_rlib_size() 86 *rlib_size = process_count * pm->pmf->map_process_size + in pm_calc_rlib_size() 94 *rlib_size += pm->pmf->runlist_size; in pm_calc_rlib_size() 195 retval = pm->pmf->map_process(pm, &rl_buffer[rl_wptr], qpd); in pm_create_runlist_ib() 200 inc_wptr(&rl_wptr, pm->pmf->map_process_size, in pm_create_runlist_ib() 211 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib() 219 pm->pmf->map_queues_size, in pm_create_runlist_ib() 231 retval = pm->pmf->map_queues(pm, in pm_create_runlist_ib() 240 pm->pmf->map_queues_size, in pm_create_runlist_ib() 265 retval = pm->pmf->runlist(pm, &rl_buffer[rl_wptr], in pm_create_runlist_ib() [all …]
|
| H A D | kfd_device_queue_manager.c | 587 const struct packet_manager_funcs *pmf = qpd->dqm->packet_mgr.pmf; in flush_texture_cache_nocpsch() local 593 ret = pmf->release_mem(qpd->ib_base, (uint32_t *)qpd->ib_kaddr); in flush_texture_cache_nocpsch() 599 pmf->release_mem_size / sizeof(uint32_t)); in flush_texture_cache_nocpsch()
|
| H A D | kfd_priv.h | 1450 const struct packet_manager_funcs *pmf; member
|
| /linux/drivers/platform/x86/amd/pmf/ ! |
| H A D | sps.c | 268 int amd_pmf_set_sps_power_limits(struct amd_pmf_dev *pmf) in amd_pmf_set_sps_power_limits() argument 272 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() 277 return amd_pmf_update_sps_power_limits_v2(pmf, mode); in amd_pmf_set_sps_power_limits() 279 amd_pmf_update_slider(pmf, SLIDER_OP_SET, mode, NULL); in amd_pmf_set_sps_power_limits() 284 bool is_pprof_balanced(struct amd_pmf_dev *pmf) in is_pprof_balanced() argument 286 return pmf->current_profile == PLATFORM_PROFILE_BALANCED; in is_pprof_balanced() 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() 298 int amd_pmf_get_pprof_modes(struct amd_pmf_dev *pmf) in amd_pmf_get_pprof_modes() argument [all …]
|
| H A D | core.c | 68 struct amd_pmf_dev *pmf = container_of(nb, struct amd_pmf_dev, pwr_src_notifier); in amd_pmf_pwr_src_notify_call() local 73 if (is_apmf_func_supported(pmf, APMF_FUNC_AUTO_MODE) || in amd_pmf_pwr_src_notify_call() 74 is_apmf_func_supported(pmf, APMF_FUNC_DYN_SLIDER_DC) || in amd_pmf_pwr_src_notify_call() 75 is_apmf_func_supported(pmf, APMF_FUNC_DYN_SLIDER_AC)) { in amd_pmf_pwr_src_notify_call() 76 if ((pmf->amt_enabled || pmf->cnqf_enabled) && is_pprof_balanced(pmf)) in amd_pmf_pwr_src_notify_call() 80 if (is_apmf_func_supported(pmf, APMF_FUNC_STATIC_SLIDER_GRANULAR)) in amd_pmf_pwr_src_notify_call() 81 amd_pmf_set_sps_power_limits(pmf); in amd_pmf_pwr_src_notify_call() 83 if (is_apmf_func_supported(pmf, APMF_FUNC_OS_POWER_SLIDER_UPDATE)) in amd_pmf_pwr_src_notify_call() 84 amd_pmf_power_slider_update_event(pmf); in amd_pmf_pwr_src_notify_call()
|
| H A D | Makefile | 7 obj-$(CONFIG_AMD_PMF) += amd-pmf.o 8 amd-pmf-y := core.o acpi.o sps.o \
|
| H A D | pmf.h | 876 int amd_pmf_get_pprof_modes(struct amd_pmf_dev *pmf); 882 bool is_pprof_balanced(struct amd_pmf_dev *pmf); 889 int amd_pmf_set_sps_power_limits(struct amd_pmf_dev *pmf);
|
| /linux/drivers/media/platform/samsung/exynos4-is/ ! |
| H A D | media-dev.c | 507 if (!fmd->pmf) in fimc_md_register_sensor_entities() 510 ret = pm_runtime_resume_and_get(fmd->pmf); in fimc_md_register_sensor_entities() 546 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities() 552 pm_runtime_put(fmd->pmf); in fimc_md_register_sensor_entities() 620 if (!fmd->pmf && fimc->pdev) in register_fimc_entity() 621 fmd->pmf = &fimc->pdev->dev; in register_fimc_entity() 1275 if (camclk->fmd->pmf == NULL) in cam_clk_prepare() 1278 return pm_runtime_resume_and_get(camclk->fmd->pmf); in cam_clk_prepare() 1285 if (camclk->fmd->pmf == NULL) in cam_clk_unprepare() 1288 pm_runtime_put_sync(camclk->fmd->pmf); in cam_clk_unprepare()
|
| H A D | media-dev.h | 128 struct device *pmf; member
|
| /linux/sound/aoa/core/ ! |
| H A D | Makefile | 5 gpio-pmf.o \
|
| /linux/drivers/platform/x86/amd/ ! |
| H A D | Makefile | 11 obj-$(CONFIG_AMD_PMF) += pmf/
|
| H A D | Kconfig | 7 source "drivers/platform/x86/amd/pmf/Kconfig"
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ ! |
| H A D | bnx2x_stats.c | 226 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 D | bnx2x_cmn.c | 2077 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 D | bnx2x_main.c | 1621 if (bp->port.pmf) in bnx2x_hc_int_enable() 1682 if (bp->port.pmf) in bnx2x_igu_int_enable() 2591 if (bp->port.pmf) in bnx2x_cmng_fns_init() 2988 bp->port.pmf = 1; in bnx2x_pmf_update() 2989 DP(BNX2X_MSG_MCP, "pmf %d\n", bp->port.pmf); in bnx2x_pmf_update() 3343 if (bp->port.pmf) in bnx2x_pf_init() 4186 if ((attn & bp->link_vars.aeu_int_mask) && bp->port.pmf) { in bnx2x_attn_int_deasserted0() 4311 if ((bp->port.pmf == 0) && (val & DRV_STATUS_PMF)) in bnx2x_attn_int_deasserted3() 4314 if (bp->port.pmf && in bnx2x_attn_int_deasserted3() 9233 if (!bp->port.pmf) in bnx2x_func_wait_started() [all …]
|
| H A 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()
|
| H A D | bnx2x_ethtool.c | 1205 if (!bp->port.pmf) in bnx2x_nway_reset() 1818 !bp->port.pmf) { in bnx2x_set_eeprom()
|
| /linux/drivers/net/fddi/skfp/ ! |
| H A D | Makefile | 9 ecm.o pcmplc.o pmf.o queue.o rmt.o \
|
| /linux/drivers/gpu/drm/amd/amdgpu/ ! |
| H A D | amdgpu_amdkfd.c | 826 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in amdgpu_amdkfd_unmap_hiq() 848 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in amdgpu_amdkfd_unmap_hiq() 854 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, RESET_QUEUES, 0, 0); in amdgpu_amdkfd_unmap_hiq()
|
| H A D | amdgpu_gmc.c | 810 ndw = kiq->pmf->invalidate_tlbs_size + 8; in amdgpu_gmc_flush_gpu_tlb_pasid() 813 ndw += kiq->pmf->invalidate_tlbs_size; in amdgpu_gmc_flush_gpu_tlb_pasid() 816 ndw += kiq->pmf->invalidate_tlbs_size; in amdgpu_gmc_flush_gpu_tlb_pasid() 825 kiq->pmf->kiq_invalidate_tlbs(ring, pasid, 2, all_hub); in amdgpu_gmc_flush_gpu_tlb_pasid() 828 kiq->pmf->kiq_invalidate_tlbs(ring, pasid, 0, all_hub); in amdgpu_gmc_flush_gpu_tlb_pasid() 830 kiq->pmf->kiq_invalidate_tlbs(ring, pasid, flush_type, all_hub); in amdgpu_gmc_flush_gpu_tlb_pasid()
|
| H A D | mes_v11_0.c | 1282 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in mes_v11_0_kiq_enable_queue() 1285 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in mes_v11_0_kiq_enable_queue() 1291 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring[0]); in mes_v11_0_kiq_enable_queue()
|
| H A D | mes_v12_0.c | 1447 if (!kiq->pmf || !kiq->pmf->kiq_map_queues) in mes_v12_0_kiq_enable_queue() 1450 r = amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size); in mes_v12_0_kiq_enable_queue() 1456 kiq->pmf->kiq_map_queues(kiq_ring, &adev->mes.ring[0]); in mes_v12_0_kiq_enable_queue()
|
| H A D | gfx_v10_0.c | 3889 adev->gfx.kiq[0].pmf = &gfx_v10_0_kiq_pm4_funcs; in gfx_v10_0_set_kiq_pm4_funcs() 8863 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_ring_preempt_ib() 8868 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_ring_preempt_ib() 8877 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, PREEMPT_QUEUES_NO_UNMAP, in gfx_v10_0_ring_preempt_ib() 9514 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_reset_kgq() 9555 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->map_queues_size)) { in gfx_v10_0_reset_kgq() 9559 kiq->pmf->kiq_map_queues(kiq_ring, ring); in gfx_v10_0_reset_kgq() 9579 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v10_0_reset_kcq() 9586 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v10_0_reset_kcq() 9591 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, RESET_QUEUES, in gfx_v10_0_reset_kcq() [all …]
|
| H A D | gfx_v12_0.c | 426 adev->gfx.kiq[0].pmf = &gfx_v12_0_kiq_pm4_funcs; in gfx_v12_0_set_kiq_pm4_funcs() 4592 if (!kiq->pmf || !kiq->pmf->kiq_unmap_queues) in gfx_v12_0_ring_preempt_ib() 4597 if (amdgpu_ring_alloc(kiq_ring, kiq->pmf->unmap_queues_size)) { in gfx_v12_0_ring_preempt_ib() 4606 kiq->pmf->kiq_unmap_queues(kiq_ring, ring, PREEMPT_QUEUES_NO_UNMAP, in gfx_v12_0_ring_preempt_ib()
|
| /linux/Documentation/admin-guide/ ! |
| H A D | dynamic-debug-howto.rst | 282 modprobe foo dyndbg==pmf # override previous settings
|