summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu/smu11/arcturus_ppt.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10drm/amdgpu/pm: Change the member function name in pp_hwmgr_func and pptable_f...Ma Jun1-1/+1
2024-03-20drm/amdgpu/pm: Don't use OD table on ArcturusMa Jun1-28/+5
2024-03-20drm/amdgpu/pm: Check the validity of overdiver power limitMa Jun1-4/+7
2024-03-20drm/amdgpu/pm: Fix NULL pointer dereference when get power limitMa Jun1-6/+8
2024-02-29drm/amd/pm: Fix esm reg mask use to get pcie speedAsad Kamal1-2/+2
2024-02-26drm/amdgpu/pm: Fix the power1_min_cap valueMa Jun1-5/+4
2023-12-13drm/amd/pm: Remove redundant function members of pptable_funcsMa Jun1-2/+0
2023-10-20drm/amd/pm: Support for getting power1_cap_min valueMa Jun1-12/+21
2023-10-13drm/amd/pm: drop most smu_cmn_get_smc_version in smuYifan Zhang1-59/+12
2023-10-09drm/amdgpu: Refactor FRU product informationLijo Lazar1-4/+0
2023-10-05drm/amd: Drop all hand-built MIN and MAX macros in the amdgpu base driverMario Limonciello1-2/+2
2023-09-28drm/amd/pm: integrate plpd allow/disallow into select_xgmi_plpd_policy in ppt...Le Ma1-10/+11
2023-08-31amdgpu/pm: Optimize emit_clock_levels for arcturus - part 3Darren Powell1-53/+24
2023-08-30amdgpu/pm: Optimize emit_clock_levels for arcturus - part 2Darren Powell1-23/+22
2023-08-30amdgpu/pm: Optimize emit_clock_levels for arcturus - part 1Darren Powell1-69/+57
2023-08-30drm/amd: Fix spelling mistake "throtting" -> "throttling"Colin Ian King1-3/+3
2023-08-30amdgpu/pm: Replace print_clock_levels with emit_clock_levels for arcturusDarren Powell1-27/+27
2023-08-16drm/amd: Rename AMDGPU_PP_SENSOR_GPU_POWERMario Limonciello1-1/+1
2023-08-16drm/amd: Introduce `AMDGPU_PP_SENSOR_GPU_INPUT_POWER`Mario Limonciello1-0/+1
2023-07-27drm/amd/pm: Clean up errors in arcturus_ppt.cRan Sun1-2/+2
2023-07-10drm/amd/pm: fix smu i2c data read riskYang Wang1-1/+1
2022-10-19drm/amd/pm: disable cstate feature for gpu reset scenarioEvan Quan1-0/+8
2022-06-22amdgpu/pm: Fix incorrect variable for size of clocks arrayDarren Powell1-4/+5
2022-06-03drm/amdgpu/swsmu: add SMU mailbox registers in SMU contextAlex Deucher1-0/+1
2022-02-08drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-4/+1
2022-02-03drm/amd/pm: remove duplicate include in 'arcturus_ppt.c'Changcheng Deng1-1/+0
2022-01-27drm/amdgpu/swsmu/i2c: return an error if the SMU is not runningAlex Deucher1-0/+3
2022-01-27drm/amd: Expose the FRU SMU I2C busLuben Tuikov1-18/+51
2022-01-26drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan1-2/+0
2022-01-26drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan1-10/+4
2022-01-26drm/amd/pm: drop unneeded lock protection smu->mutexEvan Quan1-2/+2
2022-01-15drm/amd/pm: relocate the power related headersEvan Quan1-1/+0
2022-01-15drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-4/+5
2021-12-29drm/amdgpu: Send Message to SMU on aldebaran passthrough for sbr handlingsashank saye1-1/+1
2021-12-15drm/amd/pm: Skip power state allocationLijo Lazar1-10/+0
2021-12-02amdgpu/pm: Modify implmentations of get_power_profile_mode to use amdgpu_pp_p...Darren Powell1-9/+1
2021-10-22drm/amd/pm: Disable fan control if not supportedLijo Lazar1-0/+14
2021-09-16drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu1-2/+6
2021-08-30drm/amd/pm: And destination bounds checking to struct copyKees Cook1-4/+2
2021-08-20drm/amd/pm: a quick fix for "divided by zero" errorEvan Quan1-7/+13
2021-08-16drm/amd/pm: correct the address of Arcturus fan related registersEvan Quan1-5/+133
2021-08-16drm/amd/pm: drop the unnecessary intermediate percent-based transitionEvan Quan1-2/+2
2021-08-16drm/amd/pm: correct the fan speed RPM retrievingEvan Quan1-0/+24
2021-08-16drm/amd/pm: correct the fan speed PWM retrievingEvan Quan1-24/+1
2021-08-16drm/amd/pm: correct the fan speed RPM settingEvan Quan1-0/+1
2021-08-16drm/amd/pm: correct DPM_XGMI/VCN_DPM feature nameKevin Wang1-8/+8
2021-08-10amdgpu/pm: Replace smu11 usage of sprintf with sysfs_emitDarren Powell1-13/+13
2021-07-23drm/amdkfd: Update SMI throttle event bitmaskGraham Sider1-1/+3
2021-07-08drm/amdgpu: The I2C IP doesn't support 0 writes/readsLuben Tuikov1-1/+1
2021-07-01drm/amd/pm: Simplify managed I2C transfer functionsLuben Tuikov1-46/+32