/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/ |
H A D | amdgpu_dpm.c | 323 uint32_t pstate) in amdgpu_dpm_set_xgmi_pstate() 331 pstate); in amdgpu_dpm_set_xgmi_pstate() 322 amdgpu_dpm_set_xgmi_pstate(struct amdgpu_device *adev, uint32_t pstate) amdgpu_dpm_set_xgmi_pstate() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu11/ |
H A D | smu_v11_0.c | 1320 uint32_t pstate) in smu_v11_0_set_xgmi_pstate() 1324 pstate ? XGMI_MODE_PSTATE_D0 : XGMI_MODE_PSTATE_D3, in smu_v11_0_set_xgmi_pstate() 1319 smu_v11_0_set_xgmi_pstate(struct smu_context *smu, uint32_t pstate) smu_v11_0_set_xgmi_pstate() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/smu13/ |
H A D | smu_v13_0.c | 1247 uint32_t pstate) in smu_v13_0_set_xgmi_pstate() 1252 pstate ? XGMI_MODE_PSTATE_D0 : XGMI_MODE_PSTATE_D3, in smu_v13_0_set_xgmi_pstate() 1246 smu_v13_0_set_xgmi_pstate(struct smu_context *smu, uint32_t pstate) smu_v13_0_set_xgmi_pstate() argument
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.c | 1633 unreachable("Invalid pstate"); in radv_to_amdgpu_pstate() 1638 radv_amdgpu_ctx_set_pstate(struct radeon_winsys_ctx *rwctx, enum radeon_ctx_pstate pstate) in radv_amdgpu_ctx_set_pstate() argument 1641 uint32_t amdgpu_pstate = radv_to_amdgpu_pstate(pstate); in radv_amdgpu_ctx_set_pstate()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 2239 struct pipe_sampler_state pstate; member 2275 cso->pstate = *state; in crocus_create_sampler_state() 2347 struct pipe_sampler_state *state = &cso->pstate; in crocus_upload_sampler_state() 2648 if (state->pstate.seamless_cube_map && in crocus_upload_sampler_states() 9152 if (samp->pstate.min_img_filter != PIPE_TEX_FILTER_NEAREST && 9153 samp->pstate.mag_img_filter != PIPE_TEX_FILTER_NEAREST) { 9154 if (samp->pstate.wrap_s == PIPE_TEX_WRAP_CLAMP) 9156 if (samp->pstate.wrap_t == PIPE_TEX_WRAP_CLAMP) 9158 if (samp->pstate.wrap_r == PIPE_TEX_WRAP_CLAMP)
|
/kernel/linux/linux-5.10/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 1643 uint32_t pstate; in qla2x00_fw_state_show() local 1646 pstate = qlafx00_fw_state_show(dev, attr, buf); in qla2x00_fw_state_show() 1647 return scnprintf(buf, PAGE_SIZE, "0x%x\n", pstate); in qla2x00_fw_state_show()
|
/kernel/linux/linux-6.6/drivers/scsi/qla2xxx/ |
H A D | qla_attr.c | 1649 uint32_t pstate; in qla2x00_fw_state_show() local 1652 pstate = qlafx00_fw_state_show(dev, attr, buf); in qla2x00_fw_state_show() 1653 return scnprintf(buf, PAGE_SIZE, "0x%x\n", pstate); in qla2x00_fw_state_show()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/swsmu/ |
H A D | amdgpu_smu.c | 1808 /* enter umd pstate, save current level, disable gfx cg*/ in smu_enable_umd_pstate() 1817 /* exit umd pstate, restore level, enable gfx cg*/ in smu_enable_umd_pstate() 2850 uint32_t pstate) in smu_set_xgmi_pstate() 2859 ret = smu->ppt_funcs->set_xgmi_pstate(smu, pstate); in smu_set_xgmi_pstate() 2862 dev_err(smu->adev->dev, "Failed to set XGMI pstate!\n"); in smu_set_xgmi_pstate() 2849 smu_set_xgmi_pstate(void *handle, uint32_t pstate) smu_set_xgmi_pstate() argument
|
/kernel/linux/linux-5.10/arch/sparc/kernel/ |
H A D | pci_schizo.c | 19 #include <asm/pstate.h>
|
/kernel/linux/linux-6.6/arch/sparc/kernel/ |
H A D | pci_schizo.c | 19 #include <asm/pstate.h>
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 817 const char *opa_pstate_name(u32 pstate);
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | amd-pstate.c | 3 * amd-pstate.c - AMD Processor P-state Frequency Driver 39 #include <linux/amd-pstate.h> 48 #include "amd-pstate-trace.h" 816 pr_err("failed to enable amd-pstate during resume, return %d\n", ret); in amd_pstate_cpu_resume() 827 pr_err("failed to disable amd-pstate during suspend, return %d\n", ret); in amd_pstate_cpu_suspend() 1308 pr_err("failed to enable amd pstate during resume, return %d\n", ret); in amd_pstate_epp_reenable() 1414 /* enable amd pstate from suspend state*/ in amd_pstate_epp_resume() 1435 .name = "amd-pstate", 1449 .name = "amd-pstate-epp", 1528 /* enable amd pstate featur in amd_pstate_init() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/ |
H A D | legacy_dpm.c | 461 adev->pm.dpm.vce_states[i].pstate = in amdgpu_parse_extended_power_table()
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | chip.h | 775 const char *opa_pstate_name(u32 pstate);
|
/kernel/linux/linux-5.10/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 1103 psw_bits(regs.psw).pstate = basic->P; in perf_push_sample()
|
/kernel/linux/linux-5.10/arch/s390/kvm/ |
H A D | priv.c | 444 if (psw_bits(vcpu->arch.sie_block->gpsw).pstate) in handle_ipte_interlock()
|
/kernel/linux/linux-6.6/arch/s390/kernel/ |
H A D | perf_cpum_sf.c | 1135 psw_bits(regs.psw).pstate = basic->P; in perf_push_sample()
|
/kernel/linux/linux-6.6/arch/s390/kvm/ |
H A D | priv.c | 442 if (psw_bits(vcpu->arch.sie_block->gpsw).pstate) in handle_ipte_interlock()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 1128 rdev->pm.dpm.vce_states[i].pstate = in r600_parse_extended_power_table()
|
H A D | radeon.h | 1536 u8 pstate; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | r600_dpm.c | 1128 rdev->pm.dpm.vce_states[i].pstate = in r600_parse_extended_power_table()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega20_hwmgr.c | 4282 uint32_t pstate) in vega20_set_xgmi_pstate() 4288 pstate ? XGMI_MODE_PSTATE_D0 : XGMI_MODE_PSTATE_D3, in vega20_set_xgmi_pstate() 4387 /* UMD pstate, profile related */ 4281 vega20_set_xgmi_pstate(struct pp_hwmgr *hwmgr, uint32_t pstate) vega20_set_xgmi_pstate() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
H A D | vega20_hwmgr.c | 4282 uint32_t pstate) in vega20_set_xgmi_pstate() 4288 pstate ? XGMI_MODE_PSTATE_D0 : XGMI_MODE_PSTATE_D3, in vega20_set_xgmi_pstate() 4387 /* UMD pstate, profile related */ 4281 vega20_set_xgmi_pstate(struct pp_hwmgr *hwmgr, uint32_t pstate) vega20_set_xgmi_pstate() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 601 ramrod->pstate = &vf->filter_state; in bnx2x_vf_prep_rx_mode()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_sriov.c | 601 ramrod->pstate = &vf->filter_state; in bnx2x_vf_prep_rx_mode()
|