summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/pm/swsmu/smu11/navi10_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: Check the validity of overdiver power limitMa Jun1-4/+5
2024-03-20drm/amdgpu/pm: Fix NULL pointer dereference when get power limitMa Jun1-7/+9
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-29/+8
2023-10-05drm/amd: Update `update_pcie_parameters` functions to use uint8_t argumentsMario Limonciello1-2/+2
2023-09-20drm/amdgpu: Use function for IP version checkLijo Lazar1-17/+29
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 navi10_ppt.cRan Sun1-12/+13
2023-07-10drm/amd/pm: fix smu i2c data read riskYang Wang1-1/+1
2023-06-23drm/amd/pm: remove unneeded variableMingtong Bao1-5/+5
2023-06-09drm/amd/pm: fix possible power mode mismatch between driver and PMFWEvan Quan1-19/+1
2023-03-22drm/amd/pm: enable TEMP_DEPENDENT_VMIN for navi1xAlex Deucher1-1/+2
2023-02-16drm/amd/pm: Allocate dummy table only if neededLijo Lazar1-0/+6
2022-06-03drm/amdgpu/swsmu: add SMU mailbox registers in SMU contextAlex Deucher1-0/+1
2022-02-17drm/amd/pm: fulfill Navi1x implementations for DriverSmuConfig settingEvan Quan1-0/+50
2022-02-12drm/amd/pm: fulfill the support for DriverSmuConfig tableEvan Quan1-0/+9
2022-02-12amdgpu/pm: Implement emit_clk_levels for navi10Darren Powell1-0/+210
2022-02-08drm/amd/pm: correct the usage for 'supported' member of smu_feature structureEvan Quan1-4/+4
2022-02-08drm/amd/pm: update the data type for retrieving enabled ppfeaturesEvan Quan1-4/+1
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/+50
2022-01-26drm/amd/pm: drop unneeded smu->sensor_lockEvan Quan1-2/+0
2022-01-26drm/amd/pm: drop unneeded smu->metrics_lockEvan Quan1-80/+32
2022-01-26drm/amd/pm: drop unneeded lock protection smu->mutexEvan Quan1-2/+2
2022-01-15drm/amd/pm: do not expose the smu_context structure used internally in powerEvan Quan1-4/+5
2021-12-02amdgpu/pm: Create shared array of power profile name stringsDarren Powell1-9/+1
2021-11-22drm/amd/pm: Remove artificial freq level on Navi1xLijo Lazar1-5/+8
2021-10-04drm/amdgpu: convert IP version array to include instancesAlex Deucher1-16/+16
2021-10-04drm/amdgpu/navi10_ppt: convert to IP version checkingAlex Deucher1-25/+25
2021-09-23drm/amd/pm: fix runpm hang when amdgpu loaded prior to sound driverEvan Quan1-2/+22
2021-09-14drm/amdgpu: fix sysfs_emit/sysfs_emit_at warnings(v2)Lang Yu1-1/+3
2021-09-01drm/amd/pm: Update navi12 smu message mapping table in sriovYifan Zha1-7/+7
2021-08-30drm/amd/pm: And destination bounds checking to struct copyKees Cook1-4/+4
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-10amdgpu/pm: Replace navi10 usage of sprintf with sysfs_emitDarren Powell1-29/+32
2021-07-28drm/amd/pm: restore user customized OD settings properly for NV1xEvan Quan1-17/+38
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
2021-07-01drm/amd/pm: Extend the I2C quirk tableLuben Tuikov1-1/+4
2021-07-01drm/amdgpu: I2C class is HWMONLuben Tuikov1-1/+1
2021-07-01drm/amdgpu/pm: ADD I2C quirk adapter tableAndrey Grodzovsky1-0/+6
2021-07-01drm/amd/pm: SMU I2C: Return number of messages processedAndrey Grodzovsky1-18/+25
2021-07-01drm/amdgpu: Send STOP for the last byte of msg onlyAndrey Grodzovsky1-2/+2