summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu/smu11/smu_v11_0.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10drm/amdgpu/pm: Check AMDGPU_RUNPM_BAMACO when setting baco stateMa Jun1-1/+1
2024-04-10drm/amdgpu/pm: Add support for MACO flag checkingMa Jun1-5/+9
2024-04-10drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_f...Ma 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-23drm/amdgpu/pm: Fix the power source flag errorMa Jun1-0/+2
2024-01-16drm/amdgpu: check PS, WS indexAlexander Richards1-1/+1
2023-10-05drm/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 fluctua...Evan Quan1-7/+2
2023-02-24drm/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-10drm/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/ag...Dave 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/ag...Dave 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-12drm/amd/pm: fulfill the support for DriverSmuConfig tableEvan Quan1-0/+2
2022-02-08drm/amd/pm: drop the cache for enabled ppfeaturesEvan Quan1-21/+2
2022-02-08drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan1-3/+0
2022-02-08drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-2/+2
2022-01-26drm/amd/pm: drop unneeded smu_baco->mutexEvan Quan1-14/+5
2022-01-26drm/amd: Fix MSB of SMU version printingMario Limonciello1-5/+5
2022-01-19drm/amd/pm: add message smu to get ecc_tablemziya1-0/+2
2022-01-15drm/amd/pm: drop unnecessary gfxoff controlsEvan Quan1-7/+0
2022-01-15drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-2/+2
2021-12-29drm/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
2021-08-16drm/amd/pm: correct the fan speed PWM retrievingEvan Quan1-0/+35
2021-08-16drm/amd/pm: correct the fan speed RPM settingEvan Quan1-0/+35
2021-07-28drm/amd/pm: restore user customized OD settings properly for NV1xEvan Quan1-0/+25
2021-07-23drm/amdgpu: add check_fw_version support for cyan_skillfishLang Yu1-0/+3
2021-07-13drm/amd/pm: Fix BACO state setting for Beige_GobyChengming Gui1-0/+1
2021-06-11drm/amd/pm: correct the runpm handling for BACO supported ASICEvan Quan1-9/+2
2021-06-04drm/amd/pm: Add VF check to BACO support checkLijo Lazar1-1/+1