aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-07drm/amd/pm/smu11: Remove unused smu_v11_0_get_dpm_level_rangeDr. David Alan Gilbert1-39/+0
2025-04-08drm/amd/pm/smu11: Prevent division by zeroDenis Arefev1-1/+1
2025-02-12drm/amd/pm: add support for IP version 11.5.2Ying Li1-4/+8
2024-12-10drm/amd: Add the capability to mark certain firmware as "required"Mario Limonciello1-1/+2
2024-10-15drm/amdgpu/swsmu: add automatic parameter to set_soft_freq_rangeAlex Deucher1-6/+19
2024-09-26drm/amdgpu: Use init level for pending_reset flagLijo Lazar1-1/+2
2024-06-14drm/amdgpu: refine pmfw/smu firmware loadingYang Wang1-5/+1
2024-04-09drm/amdgpu/pm: Check AMDGPU_RUNPM_BAMACO when setting baco stateMa Jun1-1/+1
2024-04-09drm/amdgpu/pm: Add support for MACO flag checkingMa Jun1-5/+9
2024-04-09drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_funcsMa Jun1-1/+1
2024-03-22drm/amdgpu: Fix truncation in smu_v11_0_init_microcodeSrinivasan Shanmugam1-1/+1
2024-01-29drm/amdgpu/pm: Use macro definitions in the smu IH process functionMa Jun1-5/+5
2024-01-25drm/amdgpu/pm: Add default case for smu IH process funcMa Jun1-0/+4
2024-01-22drm/amdgpu/pm: Fix the power source flag errorMa Jun1-0/+2
2024-01-15drm/amdgpu: check PS, WS indexAlexander Richards1-1/+1
2023-10-04drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base driverMario Limonciello1-2/+2
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-15/+17
2023-06-30drm/amd/pm: avoid unintentional shutdown due to temperature momentary fluctuationEvan Quan1-7/+2
2023-02-23drm/amd/pm: downgrade log level upon SMU IF version mismatchGuchun Chen1-2/+2
2023-01-10drm/amd: Use `amdgpu_ucode_*` helpers for SMUMario Limonciello1-12/+4
2023-01-09drm/amd: Convert SMUv11 microcode to use `amdgpu_ucode_ip_version_decode`Mario Limonciello1-32/+3
2022-11-29drm/amd/pm/smu11: poll BACO status after RPM BACO exitsGuchun Chen1-1/+23
2022-11-29drm/amd/pm/smu11: BACO is supported when it's in BACO stateGuchun Chen1-0/+4
2022-11-15drm/amd/pm: enable runpm support over BACO for SMU13.0.0Evan Quan1-1/+1
2022-07-15Merge tag 'amd-drm-next-5.20-2022-07-14' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+2
2022-07-13drm/amd/pm: Prevent divide by zeroYefim Barashkin1-0/+2
2022-07-12Merge tag 'amd-drm-next-5.20-2022-07-05' of https://gitlab.freedesktop.org/agd5f/linux into drm-nextDave Airlie1-0/+9
2022-06-03drm/amdgpu/swsmu: add SMU mailbox registers in SMU contextAlex Deucher1-0/+9
2022-06-03drm/amd/pm: use bitmap_{from,to}_arr32 where appropriateYury Norov1-1/+1
2022-02-11drm/amd/pm: fulfill the support for DriverSmuConfig tableEvan Quan1-0/+2
2022-02-07drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan1-21/+2
2022-02-07drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan1-3/+0
2022-02-07drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-2/+2
2022-01-25drm/amd/pm: drop unneeded smu_baco->mutexEvan Quan1-14/+5
2022-01-25drm/amd: Fix MSB of SMU version printingMario Limonciello1-5/+5
2022-01-18drm/amd/pm: add message smu to get ecc_tablemziya1-0/+2
2022-01-14drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan1-7/+0
2022-01-14drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-2/+2
2021-12-28drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye1-1/+1
2021-10-22drm/amdgpu/smu11.0: add missing IP version checkAlex Deucher1-0/+1
2021-10-13drm/amdgpu/smu11: fix firmware version check for vangoghAlex Deucher1-1/+1
2021-10-13drm/amd/pm: Fix incorrect power limit readback in smu11 if POWER_SOURCE_DCDarren Powell1-4/+5
2021-10-13amdgpu/pm: (v2) add limit_type to (pptable_funcs)->set_power_limit signatureDarren Powell1-6/+11
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-14/+14
2021-10-04drm/amdgpu/pm/smu_v11.0: update IP version checkingAlex Deucher1-12/+12
2021-10-04drm/amdgpu/smu11.0: convert to IP version checkingAlex Deucher1-42/+46
2021-08-20drm/amd/pm: a quick fix for "divided by zero" errorEvan Quan1-2/+7
2021-08-16drm/amd/pm: drop unnecessary manual mode checkEvan Quan1-12/+4
2021-08-16drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan1-13/+9
2021-08-16drm/amd/pm: correct the fan speed RPM retrievingEvan Quan1-0/+28