summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-26drm/amd/pm: skip dpm disablement on suspend for SMU 13.0.0Evan Quan1-0/+1
2022-05-16drm/amdgpu: Move mutex_init(&smu->message_lock) to smu_early_init()Hans de Goede1-2/+2
2022-05-16drm/amdgpu/pm: enable swsmu for SMU IP v13.0.4Tim Huang1-0/+4
2022-05-10Revert "drm/amd/pm: keep the BACO feature enabled for suspend"Alex Deucher1-7/+1
2022-05-05drm/amd/pm: add SMU_13_0_7 ppt_funcs for SMU_13_0_7Chengming Gui1-0/+4
2022-05-04drm/amd/smu: Update SMU13 support for SMU 13.0.0Evan Quan1-0/+4
2022-05-04drm/amd/pm: correct SMU OverridePcieParameters related settingsEvan Quan1-11/+11
2022-05-04drm/amd/pm: enable SCPM support for SMUEvan Quan1-14/+41
2022-05-04drm/amdgpu: enable pptable ucode loadingEvan Quan1-0/+6
2022-05-04drm/amd/pm: update the hw initialization sequence around pptable setupEvan Quan1-6/+7
2022-05-04drm/amd/pm: move bootup values retrieving to ->sw_initEvan Quan1-7/+7
2022-05-04drm/amd/pm: fix NULL pointer issue of amdgpu_smu_stb_debug_fs_initLikun Gao1-1/+1
2022-03-15drm/amd/pm: add send bad channel info functionStanley.Yang1-0/+10
2022-02-18drm/amd/pm: add smu_v13_0_5_ppt implementationYifan Zhang1-0/+4
2022-02-16drm/amd/pm: Add support for MP1 13.0.8Prike Liang1-0/+1
2022-02-16drm/amd/pm: correct the default DriverSmuConfig table settingsEvan Quan1-0/+18
2022-02-07drm/amd/pm: fix error handlingTom Rix1-2/+1
2022-02-07drm/amd/pm: revise the implementation of smu_cmn_disable_all_features_with_ex...Evan Quan1-7/+2
2022-02-07drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan1-1/+0
2022-02-07drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan1-0/+11
2022-02-07drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-1/+1
2022-02-02amdgpu/pm: Implement new API function "emit" that accepts buffer base and wri...Darren Powell1-5/+37
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov1-2/+2
2022-01-25drm/amd/pm: return -ENOTSUPP if there is no get_dpm_ultimate_freq functionTom Rix1-1/+1
2022-01-25drm/amd/pm: drop unneeded feature->mutexEvan Quan1-1/+0
2022-01-25drm/amd/pm: drop unneeded smu_baco->mutexEvan Quan1-1/+0
2022-01-25drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan1-1/+0
2022-01-25drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan1-1/+0
2022-01-25drm/amd/pm: drop unneeded vcn/jpeg_gate_lockEvan Quan1-52/+11
2022-01-25drm/amd/pm: drop unneeded lock protection smu->mutexEvan Quan1-290/+26
2022-01-14drm/amd/pm: correct the checks for fan attributes supportEvan Quan1-55/+78
2022-01-14drm/amd/pm: revise the performance level setting APIsEvan Quan1-15/+0
2022-01-14drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan1-4/+0
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-18/+30
2022-01-14drm/amd/pm: do not expose power implementation details to amdgpu_pm.cEvan Quan1-3/+0
2022-01-14drm/amd/pm: do not expose implementation details to other blocks out of powerEvan Quan1-10/+16
2022-01-07drm/amd/pm: keep the BACO feature enabled for suspendEvan Quan1-1/+7
2021-12-28drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye1-3/+3
2021-12-16drm/amd/pm: skip setting gfx cgpg in the s0ix suspend-resumePrike Liang1-5/+2
2021-12-13drm/amdgpu: remove power on/off SDMA in SMU hw_init/fini()Lang Yu1-5/+0
2021-12-01drm/amdgpu: Don't halt RLC on GFX suspendLijo Lazar1-1/+1
2021-12-01drm/amd/pm: Add warning for unexpected PG requestsLijo Lazar1-1/+5
2021-11-24drm/amd/pm: Add debug printsLuben Tuikov1-3/+5
2021-11-22drm/amd/pm: Add debugfs info for STBAndrey Grodzovsky1-0/+86
2021-11-22drm/amd/pm: Add STB accessors interfaceAndrey Grodzovsky1-0/+18
2021-11-22drm/amd/pm: add message smu to get ecc_table v2Stanley.Yang1-0/+14
2021-11-05drm/amd/pm: Correct DPMS disable IP version checkMario Limonciello1-1/+1
2021-11-03drm/amdgpu/pm: Don't show pp_power_profile_mode for unsupported devicesMario Limonciello1-4/+7
2021-10-13drm/amdgpu/swsmu: fix is_support_sw_smu() for VEGA20Alex Deucher1-0/+4
2021-10-13amdgpu/pm: (v2) add limit_type to (pptable_funcs)->set_power_limit signatureDarren Powell1-2/+3